Skip to content

Commit 8ef3c79

Browse files
authored
Fix link to OpenRouter docs (#3514)
1 parent c050590 commit 8ef3c79

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

docs/models/overview.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -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

1718
In 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

3535
Pydantic AI also comes with [`TestModel`](../api/models/test.md) and [`FunctionModel`](../api/models/function.md)
3636
for testing and development.

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ nav:
3131
- models/google.md
3232
- models/bedrock.md
3333
- models/cohere.md
34-
- models/openrouter.md
3534
- models/groq.md
36-
- models/mistral.md
3735
- models/huggingface.md
36+
- models/mistral.md
37+
- models/openrouter.md
3838
- models/outlines.md
3939
- Tools & Toolsets:
4040
- tools.md

0 commit comments

Comments
 (0)