cURL
Fine Tunes
Create
Create a new fine-tune
POST
cURL
Authorizations
Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.
Headers
API version header.
Available options:
2026-03-01 Example:
"2026-03-01"
Body
application/json
Request to create a new fine-tune
Name for the new fine-tune
Description for the fine-tune
Language code for the fine-tune
Base model ID to fine-tune from
Available options:
sonic-3-2026-01-12 Example:
"sonic-3-2026-01-12"
Dataset ID containing training files
Response
200 - application/json
Information about a fine-tune
Unique identifier for the fine-tune
Name of the fine-tune
Description of the fine-tune
Language code of the fine-tune
Base model that was used to create this fine-tune
ID of the dataset used for fine-tuning
Current status of the fine-tune
Available options:
created, training, completed, failed