cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/applications/{application_id}/models \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 10, "model_name": "gpt-4o", "model_type": "base", "status": "ENABLED" }, { "id": 11, "model_name": "ft:gpt-4o-mini:maitai::abc123", "model_type": "finetuned", "status": "ENABLED" } ] }
List all models assigned to an application.
Your Maitai API key from the Portal.
List application models.
Show child attributes
Was this page helpful?