PydanticAI is available on PyPI as pydantic-ai so installation is as simple as:
pipinstallpydantic-ai
uvaddpydantic-ai
(Requires Python 3.9+)
This installs the pydantic_ai package, core dependencies, and libraries required to use all the models
included in PydanticAI. If you want to use a specific model, you can install the "slim" version of PydanticAI.
Use with Pydantic Logfire
PydanticAI has an excellent (but completely optional) integration with Pydantic Logfire to help you view and understand agent runs.
To use Logfire with PydanticAI, install pydantic-ai or pydantic-ai-slim with the logfire optional group:
To install examples, use the examples optional group:
pipinstall"pydantic-ai[examples]"
uvadd"pydantic-ai[examples]"
To run the examples, follow instructions in the examples docs.
Slim Install
If you know which model you're going to use and want to avoid installing superfluous packages, you can use the pydantic-ai-slim package.
For example, if you're using just OpenAIModel, you would run:
pipinstall"pydantic-ai-slim[openai]"
uvadd"pydantic-ai-slim[openai]"
pydantic-ai-slim has the following optional groups: