Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2f8538d

Browse files
authored
docs: split models pages (pydantic#1448)
1 parent7a0aa17 commit2f8538d

22 files changed

+1194
-1182
lines changed

‎docs/api/models/anthropic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
##Setup
44

5-
For details on how to set up authentication with this model, see[model configuration for Anthropic](../../models.md#anthropic).
5+
For details on how to set up authentication with this model, see[model configuration for Anthropic](../../models/anthropic.md).
66

77
::: pydantic_ai.models.anthropic

‎docs/api/models/bedrock.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
##Setup
44

5-
For details on how to set up authentication with this model, see[model configuration for Bedrock](../../models.md#bedrock).
5+
For details on how to set up authentication with this model, see[model configuration for Bedrock](../../models/bedrock.md).
66

77
::: pydantic_ai.models.bedrock

‎docs/api/models/cohere.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
##Setup
44

5-
For details on how to set up authentication with this model, see[model configuration for Cohere](../../models.md#cohere).
5+
For details on how to set up authentication with this model, see[model configuration for Cohere](../../models/cohere.md).
66

77
::: pydantic_ai.models.cohere

‎docs/api/models/gemini.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Despite these shortcomings, the Gemini model is actually quite powerful and very
1515

1616
##Setup
1717

18-
For details on how to set up authentication with this model, see[model configuration for Gemini](../../models.md#gemini).
18+
For details on how to set up authentication with this model, see[model configuration for Gemini](../../models/gemini.md).
1919

2020
::: pydantic_ai.models.gemini

‎docs/api/models/groq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
##Setup
44

5-
For details on how to set up authentication with this model, see[model configuration for Groq](../../models.md#groq).
5+
For details on how to set up authentication with this model, see[model configuration for Groq](../../models/groq.md).
66

77
::: pydantic_ai.models.groq

‎docs/api/models/mistral.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
##Setup
44

5-
For details on how to set up authentication with this model, see[model configuration for Mistral](../../models.md#mistral).
5+
For details on how to set up authentication with this model, see[model configuration for Mistral](../../models/mistral.md).
66

77
::: pydantic_ai.models.mistral

‎docs/api/models/openai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
##Setup
44

5-
For details on how to set up authentication with this model, see[model configuration for OpenAI](../../models.md#openai).
5+
For details on how to set up authentication with this model, see[model configuration for OpenAI](../../models/openai.md).
66

77
::: pydantic_ai.models.openai

‎docs/examples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you clone the repo, you should instead use `uv sync --extra examples` to inst
2020

2121
###Setting model environment variables
2222

23-
These examples will need you to set up authentication with one or more of the LLMs, see the[model configuration](../models.md) docs for details on how to do this.
23+
These examples will need you to set up authentication with one or more of the LLMs, see the[model configuration](../models/index.md) docs for details on how to do this.
2424

2525
TL;DR: in most cases you'll need to set one of the following environment variables:
2626

‎docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We built PydanticAI with one simple aim: to bring that FastAPI feeling to GenAI
1414
Built by the team behind[Pydantic](https://docs.pydantic.dev/latest/) (the validation layer of the OpenAI SDK, the Anthropic SDK, LangChain, LlamaIndex, AutoGPT, Transformers, CrewAI, Instructor and many more).
1515

1616
*__Model-agnostic__:
17-
Supports OpenAI, Anthropic, Gemini, Deepseek, Ollama, Groq, Cohere, and Mistral, and there is a simple interface to implement support for[other models](models.md).
17+
Supports OpenAI, Anthropic, Gemini, Deepseek, Ollama, Groq, Cohere, and Mistral, and there is a simple interface to implement support for[other models](models/index.md).
1818

1919
*__Pydantic Logfire Integration__:
2020
Seamlessly[integrates](logfire.md) with[Pydantic Logfire](https://pydantic.dev/logfire) for real-time debugging, performance monitoring, and behavior tracking of your LLM-powered applications.

‎docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pip/uv-add "pydantic-ai-slim[openai]"
5757
*`duckduckgo` - installs`duckduckgo-search`[PyPI ↗](https://pypi.org/project/duckduckgo-search){:target="_blank"}
5858
*`tavily` - installs`tavily-python`[PyPI ↗](https://pypi.org/project/tavily-python){:target="_blank"}
5959

60-
See the[models](models.md) documentation for information on which optional dependencies are required for each model.
60+
See the[models](models/index.md) documentation for information on which optional dependencies are required for each model.
6161

6262
You can also install dependencies for multiple models and use cases, for example:
6363

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp