cURL
curl --request POST \ --url https://api.trymaitai.ai/api/v1/finetune-runs \ --header 'Content-Type: application/json' \ --header 'X-Maitai-Api-Key: <api-key>' \ --data ' { "dataset_id": 20, "base_model": "gpt-4o-mini-2024-07-18" } '
{ "data": { "id": 61, "dataset_id": 20, "base_model": "gpt-4o-mini-2024-07-18", "status": "PENDING" } }
Start a new model finetuning job using a training dataset.
Your Maitai API key from the Portal.
Create finetune run.
A model finetuning job that trains a new model on a dataset.
Show child attributes
Was this page helpful?