Supported Providers¶
List of supported providers and types:
Available Providers¶
| Provider | Capabilities | Models |
|---|---|---|
| Azure OpenAI | Text, Images, Audio | GPT-5.4, GPT-5.1, GPT-5, GPT-4.1, Text Embeddings, DALL-E, GPT-Image-1.5 |
| Azure DeepSeek | Text | DeepSeek models |
| AWS Bedrock - Anthropic | Text | Claude models |
| Azure Anthropic | Text | Claude models ^(1)^ |
| AWS Bedrock - AWS Native | Text | Amazon Titan models |
| Google VertexAI | OpenAI Chat Completions Capabilities | Global/Regional VertexAI Models |
Remarks:
- (1) Anthropic Claude models provided by Azure can no only be accessed using Anthropic API, OpenAI API is not yet supported
Capability Types¶
- Text: Chat completions, text generation, embeddings
- Image: Image generation and processing
- Audio: Speech synthesis and processing
Selecting a Provider¶
- Use Azure OpenAI for maximum feature parity with OpenAI and Azure integration
- Use Azure DeepSeek for specialized DeepSeek model capabilities
- Use AWS Bedrock for access to Claude AI models or Amazon Titan
- Use Azure Anthropic for access to Claude AI models hosted on Azure
- Claude models from both AWS Bedrock and Azure can be called via the Anthropic client using the native Anthropic Messages API
- Use Google VertexAI for access to Google Model Garden models
- Mix providers in your configuration for flexibility and resilience
See Supported Clients to choose how to interact with these providers.