> ## Documentation Index
> Fetch the complete documentation index at: https://phidatainc-studio-tools-doc.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Litellm

> Litellm model example.

| Example                                                                     | Description                                                       |
| --------------------------------------------------------------------------- | ----------------------------------------------------------------- |
| [Litellm Audio Input Agent](/examples/models/litellm/audio-input-agent)     | Cookbook example for `litellm/audio_input_agent.py`.              |
| [Litellm Basic](/examples/models/litellm/basic)                             | Cookbook example for `litellm/basic.py`.                          |
| [Litellm Basic Gpt](/examples/models/litellm/basic-gpt)                     | Cookbook example for `litellm/basic_gpt.py`.                      |
| [Db](/examples/models/litellm/db)                                           | Add storage to the Agent.                                         |
| [Litellm Image Agent](/examples/models/litellm/image-agent)                 | Cookbook example for `litellm/image_agent.py`.                    |
| [Litellm Image Agent Bytes](/examples/models/litellm/image-agent-bytes)     | Cookbook example for `litellm/image_agent_bytes.py`.              |
| [Litellm Knowledge](/examples/models/litellm/knowledge)                     | Cookbook example for `litellm/knowledge.py`.                      |
| [Litellm Memory](/examples/models/litellm/memory)                           | Cookbook example for `litellm/memory.py`.                         |
| [Litellm Metrics](/examples/models/litellm/metrics)                         | Cookbook example for `litellm/metrics.py`.                        |
| [Litellm Pdf Input Bytes](/examples/models/litellm/pdf-input-bytes)         | Cookbook example for `litellm/pdf_input_bytes.py`.                |
| [Litellm Pdf Input Local](/examples/models/litellm/pdf-input-local)         | Cookbook example for `litellm/pdf_input_local.py`.                |
| [Litellm Pdf Input Url](/examples/models/litellm/pdf-input-url)             | Cookbook example for `litellm/pdf_input_url.py`.                  |
| [LiteLLM Reasoning Agent Example](/examples/models/litellm/reasoning-agent) | This example demonstrates using reasoning models through LiteLLM. |
| [Retry](/examples/models/litellm/retry)                                     | Example demonstrating how to set up retries with LiteLLM.         |
| [Litellm Structured Output](/examples/models/litellm/structured-output)     | Cookbook example for `litellm/structured_output.py`.              |
| [Litellm Tool Use](/examples/models/litellm/tool-use)                       | Cookbook example for `litellm/tool_use.py`.                       |
