Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2618,7 +2618,8 @@ paths:
training_type:
type: object
default: null
oneOf:
nullable: true
anyOf:
- $ref: '#/components/schemas/FullTrainingType'
- $ref: '#/components/schemas/LoRATrainingType'
description: The training type to use. If not provided, the job will default to LoRA training type.
Expand Down Expand Up @@ -2761,6 +2762,7 @@ paths:
training_type:
type: object
default: null
nullable: true
oneOf:
- $ref: '#/components/schemas/FullTrainingType'
- $ref: '#/components/schemas/LoRATrainingType'
Expand Down Expand Up @@ -4596,7 +4598,7 @@ paths:
schema:
$ref: '#/components/schemas/GPUClustersSharedVolumes'
x-codeSamples:
- lang: Python
- lang: Python
label: Together AI SDK (v2)
source: |
from together import Together
Expand Down Expand Up @@ -6972,7 +6974,7 @@ paths:
schema:
description: Request ID returned from the submit endpoint
type: string
- name: model
- name: model
in: query
required: true
schema:
Expand Down Expand Up @@ -7121,7 +7123,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/RpcStatus'

/rl/training-sessions/{session_id}:
get:
summary: Get training session
Expand Down Expand Up @@ -8986,7 +8988,7 @@ components:
compliance:
const: hipaa
chat_template_kwargs:
description: Additional configuration to pass to model engine.
description: Additional configuration to pass to model engine.
type: object
additional_properties: true
safety_model:
Expand Down