fine-tuning
Create Fine Tuning Job
Create a new fine-tuning job, it will be queued for processing.
post/fine_tuning/jobs
Query parameters
dry_runboolean nullable
- If true the job is not spawned, instead the query returns a handful of useful metadata for the user to perform sanity checks (see LegacyJobMetadataOut response).
- Otherwise, the job is started and the query returns the job ID along with some of the input parameters (see JobOut response).
Request body
Response
OK
Example response
{
"cost_currency": "[\"EUR\"]"
}Changes
Changed in 2 of the 2 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
- ▲