cURL
curl --request GET \ --url https://api.trymaitai.ai/api/v1/models/available \ --header 'X-Maitai-Api-Key: <api-key>'
{ "data": [ { "id": 10, "model_name": "gpt-4o", "model_type": "base", "provider": "openai" }, { "id": 12, "model_name": "claude-3-5-sonnet", "model_type": "base", "provider": "anthropic" } ] }
List all models available to your company, including base and finetuned models.
Your Maitai API key from the Portal.
List available models.
Show child attributes
Was this page helpful?