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

# LiteLLM OpenAI

> Examples for LiteLLM with OpenAI-compatible models.

| Example                                                                | Description                                                                  |
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| [Audio Input Agent](/examples/models/litellm-openai/audio-input-agent) | Send an MP3 to gpt-audio through a local LiteLLM proxy with LiteLLMOpenAI.   |
| [LiteLLM OpenAI Basic](/examples/models/litellm-openai/basic)          | Run GPT-4o through a LiteLLM proxy server with sync and streaming responses. |
| [Tool Use](/examples/models/litellm-openai/tool-use)                   | Give a GPT-4o agent web search tools through a LiteLLM proxy.                |
