Fine Tunes
get/fine-tunes/{fine_tune_id}
Path parameters
- Name
fine_tune_id
- Type
- string
- Required
- Description
The ID of the fine-tune job
post/fine-tunes/{fine_tune_id}/cancel
Path parameters
- Name
fine_tune_id
- Type
- string
- Required
- Description
The ID of the fine-tune job to cancel
get/fine-tunes/{fine_tune_id}/events
Path parameters
- Name
fine_tune_id
- Type
- string
- Required
- Description
The ID of the fine-tune job to get events for.
- Name
stream
- Type
- boolean
- Description
Whether to stream events for the fine-tune job. If set to true, events will be sent as data-only server-sent events as they become available. The stream will terminate with a
data: [DONE]
message when the job is finished (succeeded, cancelled, or failed).If set to false, only events generated so far will be returned.