llms.txt Content
# Pydantic AI
> GenAI Agent Framework, the Pydantic way
Pydantic AI is a Python agent framework designed to make it less painful to build production grade applications with Generative AI.
## Overview
- [Coding Agent Skills](https://pydantic.dev/docs/ai/overview/coding-agent-skills/index.md)
- [Pydantic AI Gateway](https://pydantic.dev/docs/ai/overview/gateway/index.md)
- [Getting Help](https://pydantic.dev/docs/ai/overview/help/index.md)
- [Installation](https://pydantic.dev/docs/ai/overview/install/index.md)
- [Troubleshooting](https://pydantic.dev/docs/ai/overview/troubleshooting/index.md)
## Core Concepts
- [Agents](https://pydantic.dev/docs/ai/core-concepts/agent/index.md)
- [Agent Specs](https://pydantic.dev/docs/ai/core-concepts/agent-spec/index.md)
- [Capabilities](https://pydantic.dev/docs/ai/core-concepts/capabilities/index.md)
- [Dependencies](https://pydantic.dev/docs/ai/core-concepts/dependencies/index.md)
- [Direct Model Requests](https://pydantic.dev/docs/ai/core-concepts/direct/index.md)
- [Hooks](https://pydantic.dev/docs/ai/core-concepts/hooks/index.md)
- [Messages and chat history](https://pydantic.dev/docs/ai/core-concepts/message-history/index.md)
- [Output](https://pydantic.dev/docs/ai/core-concepts/output/index.md)
## Models & Providers
- [Anthropic](https://pydantic.dev/docs/ai/models/anthropic/index.md)
- [Bedrock](https://pydantic.dev/docs/ai/models/bedrock/index.md)
- [Cerebras](https://pydantic.dev/docs/ai/models/cerebras/index.md)
- [Cohere](https://pydantic.dev/docs/ai/models/cohere/index.md)
- [Google](https://pydantic.dev/docs/ai/models/google/index.md)
- [Groq](https://pydantic.dev/docs/ai/models/groq/index.md)
- [Hugging Face](https://pydantic.dev/docs/ai/models/huggingface/index.md)
- [Mistral](https://pydantic.dev/docs/ai/models/mistral/index.md)
- [OpenAI](https://pydantic.dev/docs/ai/models/openai/index.md)
- [OpenRouter](https://pydantic.dev/docs/ai/models/openrouter/index.md)
- [Outlines](https://pydantic.dev/docs/ai/mo