v1
latestOpenAPI 3.0.32026-07-172892106.1 KBfine-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\"]"
}