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
13 changes: 10 additions & 3 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4002,7 +4002,7 @@ paths:
x-codeSamples:
- lang: TypeScript
label: Together AI SDK (TypeScript)
source: |
source: |
client.clusters.create()
- lang: Shell
label: cURL
Expand Down Expand Up @@ -6491,7 +6491,7 @@ components:
properties:
success:
type: boolean
SharedVolumeInfo:
SharedVolumeInfo:
type: object
required:
- volume_id
Expand Down Expand Up @@ -8607,6 +8607,9 @@ components:
updated_at:
type: string
format: date-time
started_at:
type: string
format: date-time
n_epochs:
type: integer
n_checkpoints:
Expand Down Expand Up @@ -8722,6 +8725,10 @@ components:
type: string
format: date-time
description: Last update timestamp of the fine-tune job
started_at:
type: string
format: date-time
description: Start timestamp of the current stage of the fine-tune job
user_id:
type: string
description: Identifier for the user who created the job
Expand Down Expand Up @@ -11098,4 +11105,4 @@ components:
- readOnly
type: string
x-enum-varnames:
- VolumeTypeReadOnly
- VolumeTypeReadOnly
Loading