@@ -2621,6 +2621,7 @@ paths:
26212621 oneOf :
26222622 - $ref : ' #/components/schemas/FullTrainingType'
26232623 - $ref : ' #/components/schemas/LoRATrainingType'
2624+ - null
26242625 description : The training type to use. If not provided, the job will default to LoRA training type.
26252626 multimodal_params :
26262627 $ref : ' #/components/schemas/MultimodalParams'
@@ -2764,6 +2765,7 @@ paths:
27642765 oneOf :
27652766 - $ref : ' #/components/schemas/FullTrainingType'
27662767 - $ref : ' #/components/schemas/LoRATrainingType'
2768+ - null
27672769 description : The training type to use. If not provided, the job will default to LoRA training type.
27682770 from_checkpoint :
27692771 type : string
@@ -4596,7 +4598,7 @@ paths:
45964598 schema :
45974599 $ref : ' #/components/schemas/GPUClustersSharedVolumes'
45984600 x-codeSamples :
4599- - lang : Python
4601+ - lang : Python
46004602 label : Together AI SDK (v2)
46014603 source : |
46024604 from together import Together
@@ -6972,7 +6974,7 @@ paths:
69726974 schema :
69736975 description : Request ID returned from the submit endpoint
69746976 type : string
6975- - name : model
6977+ - name : model
69766978 in : query
69776979 required : true
69786980 schema :
@@ -7121,7 +7123,7 @@ paths:
71217123 application/json :
71227124 schema :
71237125 $ref : ' #/components/schemas/RpcStatus'
7124-
7126+
71257127 /rl/training-sessions/{session_id} :
71267128 get :
71277129 summary : Get training session
@@ -8986,7 +8988,7 @@ components:
89868988 compliance :
89878989 const : hipaa
89888990 chat_template_kwargs :
8989- description : Additional configuration to pass to model engine.
8991+ description : Additional configuration to pass to model engine.
89908992 type : object
89918993 additional_properties : true
89928994 safety_model :
0 commit comments