> ## 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.

# Dashscope

> Dashscope model example.

| Example                                                                     | Description                                                                                  |
| --------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| [Dashscope Basic](/examples/models/dashscope/basic)                         | Cookbook example for `dashscope/basic.py`.                                                   |
| [Dashscope Image Agent](/examples/models/dashscope/image-agent)             | Cookbook example for `dashscope/image_agent.py`.                                             |
| [Dashscope Image Agent Bytes](/examples/models/dashscope/image-agent-bytes) | Cookbook example for `dashscope/image_agent_bytes.py`.                                       |
| [Knowledge Tools](/examples/models/dashscope/knowledge-tools)               | 1. Run: `uv pip install openai agno lancedb tantivy sqlalchemy` to install the dependencies. |
| [Retry](/examples/models/dashscope/retry)                                   | Example demonstrating how to set up retries with DashScope.                                  |
| [Dashscope Structured Output](/examples/models/dashscope/structured-output) | Cookbook example for `dashscope/structured_output.py`.                                       |
| [Dashscope Thinking Agent](/examples/models/dashscope/thinking-agent)       | Cookbook example for `dashscope/thinking_agent.py`.                                          |
| [Dashscope Tool Use](/examples/models/dashscope/tool-use)                   | Cookbook example for `dashscope/tool_use.py`.                                                |
