Appearance
Integrate tools
Token Plan (Team Edition) supports extending AI coding tool capabilities through built-in model tools, including web search, code interpreter, and web scraping.
Overview
The Responses API for qwen3.6-plus has 5 built-in tools: web search, code interpreter, web scraping, reverse image search, and text-to-image search. Once enabled, the model automatically invokes the appropriate tool as needed.
Pricing
Built-in model tools
The cost of built-in tools for qwen3.6-plus can be deducted from Token Plan (Team Edition). For pricing details, see the model details page in the console.
Usage
Use built-in tools with qwen3.6-plus
Set the model in your AI tool to qwen3.6-plus and ask questions in the conversation. The model automatically invokes the appropriate built-in tool based on your query:
| Tool | Description |
|---|---|
| Web search | Searches the internet for information and generates responses based on search results. |
| Code interpreter | Runs Python code in a sandbox environment for tasks such as mathematical calculations and data analysis. |
| Web scraping | Accesses a specified URL and extracts its content for the model. |
| Reverse image search | Searches the internet for visually similar images based on an input image, then analyzes the results. Useful for finding similar products and visual content tracing. |
| Text-to-image search | Searches the internet for relevant images based on text descriptions, then reasons about the image content. Useful for visual Q&A and image recommendations. |