Supported Providers
CloudVera supports 12 AI providers through a unified API. Each provider's models are accessible through the same endpoint.
| Provider | Example Models | Key Header |
|---|---|---|
| OpenAI | gpt-4o, gpt-4o-mini, o3, o4-mini | X-Provider-Key |
| Anthropic | claude-opus-4, claude-sonnet-4.5, claude-haiku-4.5 | X-Provider-Key |
| gemini-2.5-pro, gemini-2.5-flash, gemini-2.0-flash | X-Provider-Key | |
| Mistral | mistral-large-latest, mistral-small-latest | X-Provider-Key |
| Cohere | command-r-plus, command-r | X-Provider-Key |
| Groq | llama-3.3-70b-versatile, llama-3.1-8b-instant | X-Provider-Key |
| Together AI | meta-llama/Llama-3.3-70B-Instruct-Turbo | X-Provider-Key |
| Perplexity | llama-3.1-sonar-large-128k-online | X-Provider-Key |
| DeepSeek | deepseek-chat, deepseek-reasoner | X-Provider-Key |
| xAI | grok-3, grok-3-mini | X-Provider-Key |
| Cloudflare Workers AI | @cf/meta/llama-3.3-70b-instruct-fp8-fast | X-Provider-Key + X-CF-Account-ID |
| Workers AI (Specialized) | @cf/facebook/bart-large-cnn, @cf/black-forest-labs/flux-1-schnell, @cf/openai/whisper | Uses /v1/run endpoint — no provider key needed |