@@ -5,32 +5,32 @@ Pydantic AI is model-agnostic and has built-in support for multiple model provid
55* [ OpenAI] ( openai.md )
66* [ Anthropic] ( anthropic.md )
77* [ Gemini] ( google.md ) (via two different APIs: Generative Language API and VertexAI API)
8- * [ Groq] ( groq.md )
9- * [ Mistral] ( mistral.md )
10- * [ Cohere] ( cohere.md )
118* [ Bedrock] ( bedrock.md )
9+ * [ Cohere] ( cohere.md )
10+ * [ Groq] ( groq.md )
1211* [ Hugging Face] ( huggingface.md )
12+ * [ Mistral] ( mistral.md )
13+ * [ OpenRouter] ( openrouter.md )
1314* [ Outlines] ( outlines.md )
1415
1516## OpenAI-compatible Providers
1617
1718In addition, many providers are compatible with the OpenAI API, and can be used with ` OpenAIChatModel ` in Pydantic AI:
1819
20+ - [ Azure AI Foundry] ( openai.md#azure-ai-foundry )
21+ - [ Cerebras] ( openai.md#cerebras )
1922- [ DeepSeek] ( openai.md#deepseek )
20- - [ Grok (xAI)] ( openai.md#grok-xai )
21- - [ Ollama] ( openai.md#ollama )
22- - [ OpenRouter] ( openai.md#openrouter )
23- - [ Vercel AI Gateway] ( openai.md#vercel-ai-gateway )
24- - [ Perplexity] ( openai.md#perplexity )
2523- [ Fireworks AI] ( openai.md#fireworks-ai )
26- - [ Together AI] ( openai.md#together-ai )
27- - [ Azure AI Foundry] ( openai.md#azure-ai-foundry )
28- - [ Heroku] ( openai.md#heroku-ai )
2924- [ GitHub Models] ( openai.md#github-models )
30- - [ Cerebras] ( openai.md#cerebras )
25+ - [ Grok (xAI)] ( openai.md#grok-xai )
26+ - [ Heroku] ( openai.md#heroku-ai )
3127- [ LiteLLM] ( openai.md#litellm )
3228- [ Nebius AI Studio] ( openai.md#nebius-ai-studio )
29+ - [ Ollama] ( openai.md#ollama )
3330- [ OVHcloud AI Endpoints] ( openai.md#ovhcloud-ai-endpoints )
31+ - [ Perplexity] ( openai.md#perplexity )
32+ - [ Together AI] ( openai.md#together-ai )
33+ - [ Vercel AI Gateway] ( openai.md#vercel-ai-gateway )
3434
3535Pydantic AI also comes with [ ` TestModel ` ] ( ../api/models/test.md ) and [ ` FunctionModel ` ] ( ../api/models/function.md )
3636for testing and development.
0 commit comments