Key Capabilities
- OpenAI compatible — Drop-in replacement for the OpenAI SDK with no code changes required
- 1M token context — Supports large-scale documents and multi-turn conversations, up to 66K output tokens
- Multimodal input — Supports text, image, and video input
- Agentic coding — Significant improvement on coding agent benchmarks
- Reasoning mode — Enable built-in chain-of-thought via the
enable_thinkingparameter - Built-in tools — Supports web search, code interpreter, webpage scraping, and image search via the Responses API
Quick Example
Note: Bothimage_urlandvideo_urlsupport remote URLs (https://...) and base64 data URIs (data:image/png;base64,.../data:video/mp4;base64,...). Image tokens and video tokens are reflected inusage.prompt_tokens_details.
Parameters
API Reference
View the interactive API Playground for Qwen3.6-Flash.

