cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/finetune-runs/{run_id} \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": { "id": 60, "dataset_id": 20, "base_model": "gpt-4o-mini-2024-07-18", "status": "COMPLETED", "output_model": "ft:gpt-4o-mini:maitai::abc123", "date_created": 1706000000 } }
Retrieve a finetune run with its configuration and current status.
Your Maitai API key from the Portal.
Get finetune run.
A model finetuning job that trains a new model on a dataset.
Show child attributes
Was this page helpful?