qwen/qwen3.6-flash
1,000,000 context · $0.25/M input tokens · $1.50/M output tokens
Qwen3.6 Flash is a fast, efficient multimodal language model from Alibaba’s Qwen 3.6 series. It supports text, image, and video inputs with a 1M-token context window and up to 64K output tokens. The model is designed for high-throughput chat, lightweight agent workflows, long-document understanding, visual reasoning, summarization, extraction, and cost-sensitive production workloads. It supports thinking mode, function calling, built-in tools, structured outputs, and batch calling.
Pay-per-use
No upfront costs, pay only for what you use
Use the following code examples to integrate with our API:
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="qwen/qwen3.6-flash",
messages=[
{"role": "user", "content": "Hello!"}
]
)
print(response.choices[0].message.content)Qwen3.6 Flash is a fast, efficient multimodal language model from Alibaba’s Qwen 3.6 series. It supports text, image, and video inputs with a 1M-token context window, making it a strong fit for high-volume chat, lightweight agents, long-document workflows, visual understanding, summarization, and structured extraction.
| Specification | Value |
|---|---|
| Provider | alibaba |
| Model Type | Chat Completions model |
| Architecture | text+image+video->text |
| Context Window | 1,000,000 tokens |
| Max Input | 934,464 tokens |
| Max Output | 65,536 tokens |
| Thinking Budget | 128K tokens |
| Input | Text, Image, Video |
| Output | Text |
| Vision | Supported |
| Function Calling | Supported |
| Built-in Tools | Supported |
| Structured Outputs | Supported |
| Batch Calling | Supported |
Base URL: https://llm.wavespeed.ai/v1 API Endpoint: chat/completions Model ID: qwen/qwen3.6-flash
from openai import OpenAI
client = OpenAI(
api_key="YOUR_API_KEY",
base_url="https://llm.wavespeed.ai/v1"
)
response = client.chat.completions.create(
model="qwen/qwen3.6-flash",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)qwen/qwen3.6-flash
Qwen3.6 Flash is a fast, efficient multimodal language model from Alibaba’s Qwen 3.6 series. It supports text, image, and video inputs with a 1M-token context window and up to 64K output tokens. The model is designed for high-throughput chat, lightweight agent workflows, long-document understanding, visual reasoning, summarization, extraction, and cost-sensitive production workloads. It supports thinking mode, function calling, built-in tools, structured outputs, and batch calling.
Input
$0.25 /M
Output
$1.5 /M
Context
1000K
Max Output
66K
Vision
Supported
Tool Use
Supported
Access Qwen3.6 Flash through our unified API — OpenAI-compatible, no cold starts, transparent pricing.
Pricing on WaveSpeedAI: $0.25 per million input tokens and $1.50 per million output tokens. Prompt caching and batch processing are billed separately and reduce effective cost on long, repetitive workloads.
Qwen3.6 Flash supports up to 1000K tokens of context with up to 66K tokens of output per request.
Yes. WaveSpeedAI exposes Qwen3.6 Flash through an OpenAI-compatible endpoint at https://llm.wavespeed.ai/v1. Point the official OpenAI SDK at this base URL with your WaveSpeedAI API key — no other code changes required.
Sign in to WaveSpeedAI, create an API key in Access Keys, then send a request to https://llm.wavespeed.ai/v1/chat/completions with model id set to the value shown above. New accounts receive free credits to evaluate Qwen3.6 Flash before paying per token.