From 998b362fb99f928313582a9a6c42b0b6e64e4f4b Mon Sep 17 00:00:00 2001 From: Denis Fedorenko Date: Mon, 11 May 2026 10:46:10 +0100 Subject: [PATCH] Add FT suffix maxLength --- openapi.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index 87cbc17..9a66ad9 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2601,7 +2601,8 @@ paths: Random seed for reproducible training. When set, the same seed produces the same run (e.g. data shuffle, init). If omitted or null, the server applies its default seed (e.g. 42). suffix: type: string - description: Suffix that will be added to your fine-tuned model name + maxLength: 64 + description: Suffix that will be added to your fine-tuned model name. Must be at most 64 characters long. wandb_api_key: type: string description: Integration key for tracking experiments and model metrics on W&B platform