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

# Dashscope

> Browse DashScope model examples with Qwen models, image analysis, knowledge tools, and retry patterns.

| Example                                                                     | Description                                                                                          |
| --------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| [Dashscope Basic](/examples/models/dashscope/basic)                         | Run Qwen Plus on DashScope with sync, async, and streaming responses.                                |
| [DashScope Image Agent](/examples/models/dashscope/image-agent)             | Analyze image URLs with a tool-capable Qwen3-VL model and enrich answers with web search.            |
| [Dashscope Image Agent Bytes](/examples/models/dashscope/image-agent-bytes) | Analyze an image from raw bytes with Qwen VL Plus and search the web for context.                    |
| [Knowledge Tools](/examples/models/dashscope/knowledge-tools)               | Use OpenAI embeddings with LanceDB for hybrid search to build a knowledge-augmented DashScope agent. |
| [Retry](/examples/models/dashscope/retry)                                   | Review retry settings and why invalid model IDs cannot reliably exercise the retry path.             |
| [Dashscope Structured Output](/examples/models/dashscope/structured-output) | Return a structured MovieScript from Qwen Plus on DashScope with output\_schema.                     |
| [Dashscope Thinking Agent](/examples/models/dashscope/thinking-agent)       | Enable thinking on DashScope's QVQ Max to reason through an image problem.                           |
| [DashScope Tool Use](/examples/models/dashscope/tool-use)                   | Give a DashScope qwen-plus agent web search tools and stream sync and async responses.               |
