> ## Documentation Index
> Fetch the complete documentation index at: https://agno-v2-docs-scavio-google-v2.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# AI Foundry

> Azure AI Foundry examples for Claude, Cohere, Mistral, images, knowledge, structured output, storage, and tools.

| Example                                                                             | Description                                                                                                                          |
| ----------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| [Azure Basic](/examples/models/azure/ai-foundry/basic)                              | Run a minimal Phi-4 agent on Azure AI Foundry in sync, async, and streaming modes.                                                   |
| [AI Foundry DB](/examples/models/azure/ai-foundry/db)                               | Persist Azure AI Foundry sessions in Postgres and carry history across turns.                                                        |
| [Azure Demo Cohere](/examples/models/azure/ai-foundry/demo-cohere)                  | Run Cohere Command R through Azure AI Foundry with a single prompt.                                                                  |
| [Azure Demo Mistral](/examples/models/azure/ai-foundry/demo-mistral)                | Run Mistral Large through Azure AI Foundry with a single prompt.                                                                     |
| [Azure Image Agent](/examples/models/azure/ai-foundry/image-agent)                  | Migrate an Azure AI Foundry image-URL agent from retired Llama 3.2 Vision to Llama 4 Scout.                                          |
| [Azure Image Agent Bytes](/examples/models/azure/ai-foundry/image-agent-bytes)      | Migrate an Azure AI Foundry image-bytes agent from retired Llama 3.2 Vision to Llama 4 Scout.                                        |
| [Knowledge](/examples/models/azure/ai-foundry/knowledge)                            | Query a PgVector knowledge base from an Azure AI Foundry model with Azure OpenAI embeddings.                                         |
| [AI Foundry Structured Output](/examples/models/azure/ai-foundry/structured-output) | Use Azure OpenAI for supported Pydantic structured output because the v2.7.2 Azure AI Foundry source fails before sending a request. |
| [AI Foundry Tool Use](/examples/models/azure/ai-foundry/tool-use)                   | Call WebSearchTools from a Cohere Command R agent on Azure AI Foundry.                                                               |
