From fe70298ab481edf1b56519b23f83bd952f5c2a97 Mon Sep 17 00:00:00 2001 From: Egor Timofeev Date: Fri, 10 Apr 2026 16:56:54 +0200 Subject: [PATCH] add max_seq_length field for request/response for finetuning --- openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 7c3f666..19a6ef1 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -2545,6 +2545,9 @@ paths: type: boolean default: true description: Whether to use sequence packing for training. + max_seq_length: + type: integer + description: Maximum sequence length to use for training. model: type: string description: Name of the base model to run fine-tune job on @@ -11007,6 +11010,9 @@ components: packing: type: boolean description: Whether sequence packing is being used for training. + max_seq_length: + type: integer + description: Maximum sequence length to use for training. model: type: string description: Base model used for fine-tuning