Provider | Endpoint | Notes |
---|---|---|
AI21 | https://api.ai21.com/v1/chat/completions | |
Alibaba | https://dashscope-intl.aliyuncs.com/compatible-mode/v1/ | Compatible with chat completions only |
Anthropic | https://api.anthropic.com/v1/messages | |
AWS Bedrock | https://console.aws.amazon.com | Compatible with conversational models only |
Azure AI Studio | https://{{Model-Friendly-Name}}.{{Region}}.models.ai.azure.com/chat/completions | |
Azure OpenAI | https://{{deploymentId}}.openai.azure.com/openai/deployments/{{Model-Friendly-Name}}/chat/completions | |
Cohere | https://api.cohere.com/v1/chat | |
https://generativelanguage.googleapis.com/v1/models | Compatible with chat completions only | |
Mistral | https://api.mistral.ai/v1/chat/completions | |
OpenAI | https://api.openai.com/v1/chat/completions https://api.openai.com/v1/responses | |
Ollama | http(s)://{{SomeIpOrName}}:11434/api/chat | |
Perplexity | https://api.perplexity.ai/chat/completions | |
Replicate | https://api.replicate.com/v1/models/{{Model-Name}}/predictions | |
Together AI | https://api.together.xyz/v1/chat/completions | |
xAI | https://api.x.ai/v1/ | Compatible with chat completions only |
Custom | https://{{provider-domain}}/v1/ | Specify any OpenAI compliant provider domain. Compatible with chat completions only. |