Qwen

Qwen 3.6 Flash

Chat
Not available
Get started

Fast, efficient model from Alibaba's Qwen 3.6 series. Supports text, image, and video input with 1M context.

Context
1Mtokens
Max output
66Ktokens
Latency
~8ms
Released
2026-04

Pricing

$ / 1M tokens
Input
$0.1875/M
Output
$1.125/M
Cache Read
$0.01875/M
Cache Write
$0.1875/M

Capabilities

1 listed
  • Chat

Code examples

POST /v1/chat/completions
python
from openai import OpenAI

client = OpenAI(
    api_key="your_api_key",
    base_url="https://api.modelstack.cc/v1",
)

response = client.chat.completions.create(
    model="qwen3.6-flash",
    messages=[{"role": "user", "content": "Hello!"}],
)
print(response.choices[0].message.content)

Related models

Frequently asked questions

How is Qwen 3.6 Flash billed on ModelStack?expand_more
ModelStack bills based on actual request usage. Input, output, cache, and any other applicable rates follow the live pricing table on this page. Final request costs are available in the console.
What are the context window and maximum output for Qwen 3.6 Flash?expand_more
Qwen 3.6 Flash has a 1M context window and supports up to 66K of output.
How can I call Qwen 3.6 Flash through ModelStack?expand_more
Use the model ID `qwen3.6-flash` with any OpenAI-compatible SDK pointed at the ModelStack API — see the code examples above for Python, Node.js, and cURL.
Which capabilities does Qwen 3.6 Flash support?expand_more
Qwen 3.6 Flash supports: Chat.