Skip to main content
The PydanticAI integration provides Chat and Embedding classes that automatically manage downloading models and starting servers.

Chat model usage

Here is a minimal setup example for using PydanticAI chat models with Anaconda AI:
To use an already running server, pass server/<server-name> as the model name:

Embedding model usage

To use an already running server, pass server/<server-name> as the model name:
For more information on using PydanticAI, see the official documentation.