Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Array of IDs of uploaded files to use for training.
["file-abc123", "file-abc124"]
The name of the model to fine-tune for styling. Options: 'vaero-1'.
"vaero-1"
A string of up to 16 characters that will be added to your fine-tuned model name. For example, a suffix of 'custom-name' would produce a model name like 'ftm-custom-name-0b5ace7e-ffb2-43cf-8a4d-0af17bc2b1d1'.
"custom-name"
Response
A fine-tuning job object.
The type of the object, always 'fine_tuning.job'.
"fine_tuning.job"
The ID of the fine-tuning job.
"ftjob-abc123"
The model being fine-tuned.
"vaero-1"
The Unix timestamp for when the job was created.
1721764800
The name of the fine-tuned model.
null
The organization ID associated with this fine-tuning job.
"org-123"
The current status of the job.
"queued"
Array of file IDs used for training.
["file-abc123", "file-abc124"]