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

# Cometapi

> This cookbook demonstrates how to use CometAPI with the Agno framework. CometAPI provides unified access to multiple LLM providers (GPT, Claude, Gemini, DeepSeek, Qwen, and more) t.

| Example                                                                      | Description                                                     |
| ---------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [Cometapi Basic](/examples/models/cometapi/basic)                            | Cookbook example for `cometapi/basic.py`.                       |
| [Image Agent](/examples/models/cometapi/image-agent)                         | Image analysis example using CometAPI with vision models.       |
| [Image Agent With Memory](/examples/models/cometapi/image-agent-with-memory) | Image analysis with memory example using CometAPI.              |
| [Multi Model](/examples/models/cometapi/multi-model)                         | Example showcasing different models available through CometAPI. |
| [Retry](/examples/models/cometapi/retry)                                     | Example demonstrating how to set up retries with CometAPI.      |
| [Cometapi Structured Output](/examples/models/cometapi/structured-output)    | Cookbook example for `cometapi/structured_output.py`.           |
| [Cometapi Tool Use](/examples/models/cometapi/tool-use)                      | Cookbook example for `cometapi/tool_use.py`.                    |
