ACAI serves managed models from a curated catalog and frontier models via BYOB (Bring Your Own Backend). Use any model alias in the model field.
Pre-provisioned models in ACAI's managed catalog. Available by subscription tier — zero infrastructure required.
| Model | Modality | Provider | Tiers |
|---|---|---|---|
GPT-5 gpt-5 | Chat | OpenAI | Business, Enterprise |
GPT-5 Mini gpt-5-mini | Chat | OpenAI | Pro, Business, Enterprise |
GPT-5 Nano gpt-5-nano | Chat | OpenAI | Free, Pro, Business, Enterprise |
GPT-4.1 gpt-4.1 | Chat | OpenAI | Pro, Business, Enterprise |
GPT-4.1 mini gpt-4.1-mini | Chat | OpenAI | Free, Pro, Business, Enterprise |
GPT-4.1 Nano gpt-4.1-nano | Chat | OpenAI | Free, Pro, Business, Enterprise |
GPT-4o gpt-4o | Chat | OpenAI | Pro, Business, Enterprise |
GPT-4o mini gpt-4o-mini | Chat | OpenAI | Free, Pro, Business, Enterprise |
o4-mini o4-mini | Chat | OpenAI | Business, Enterprise |
o3-mini o3-mini | Chat | OpenAI | Business, Enterprise |
Claude Sonnet 4.6 claude-sonnet-4-6 | Chat | Anthropic | Business, Enterprise |
Claude Sonnet 4.5 claude-sonnet-4-5 | Chat | Anthropic | Business, Enterprise |
DeepSeek R1 deepseek-r1 | Chat | DeepSeek | Pro, Business, Enterprise |
DeepSeek V3.2 deepseek-v3.2 | Chat | DeepSeek | Pro, Business, Enterprise |
Llama 4 Scout llama-4-scout | Chat | Meta | Pro, Business, Enterprise |
Llama 4 Maverick llama-4-maverick | Chat | Meta | Pro, Business, Enterprise |
Llama 3.3 70B Instruct llama-3.3-70b-instructllama-3.3-70b | Chat | Meta | Pro, Business, Enterprise |
Llama 3.1 8B Instruct llama-3.1-8b-instructllama-3.1-8b | Chat | Meta | Free, Pro, Business, Enterprise |
Grok 3 grok-3 | Chat | xAI | Business, Enterprise |
Grok 3 Mini grok-3-mini | Chat | xAI | Pro, Business, Enterprise |
Mistral Large mistral-large | Chat | Mistral | Business, Enterprise |
Mistral Small mistral-small | Chat | Mistral | Free, Pro, Business, Enterprise |
Codestral codestral | Chat | Mistral | Pro, Business, Enterprise |
Cohere Command A cohere-command-a | Chat | Cohere | Pro, Business, Enterprise |
Phi-4 phi-4 | Chat | Microsoft | Free, Pro, Business, Enterprise |
Phi-4 Reasoning phi-4-reasoning | Chat | Microsoft | Free, Pro, Business, Enterprise |
Phi-4 Multimodal phi-4-multimodal | Chat | Microsoft | Free, Pro, Business, Enterprise |
text-embedding-3-large text-embedding-3-large | Embedding | OpenAI | All tiers |
text-embedding-3-small text-embedding-3-small | Embedding | OpenAI | All tiers |
Cohere Embed v4 cohere-embed-v4 | Embedding | Cohere | Pro, Business, Enterprise |
Cohere Embed v3 cohere-embed-v3 | Embedding | Cohere | Pro, Business, Enterprise |
Whisper large-v3 whisper-large-v3 | Transcription | OpenAI | Pro, Business, Enterprise |
TTS tts | Speech | OpenAI | Pro, Business, Enterprise |
TTS HD tts-hd | Speech | OpenAI | Pro, Business, Enterprise |
DALL-E 3 dall-e-3 | Image Generation | OpenAI | Pro, Business, Enterprise |
GPT Image 1 gpt-image-1 | Image Generation | OpenAI | Pro, Business, Enterprise |
Sora sora | Video Generation | OpenAI | Business, Enterprise |
Frontier models proxied through ACAI. All compliance features (guardrails, audit, PII detection) apply. Register your own provider keys via BYOB / Passthrough.
| Model | Provider | Alias |
|---|---|---|
| GPT-4o | OpenAI | gpt-4o |
| GPT-4o Mini | OpenAI | gpt-4o-mini |
| o3 | OpenAI | o3 |
| o3-mini | OpenAI | o3-mini |
| Claude 4 Sonnet | Anthropic | claude-4-sonnet |
| Claude 3.5 Sonnet | Anthropic | claude-3-5-sonnet |
| Gemini 2.0 Flash | gemini-2.0-flash |
curl https://api.agilecloud.ai/v1/models \ -H "Authorization: Bearer $DIRECTAI_API_KEY"
Returns an OpenAI-compatible list. Each alias is a separate model entry.