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