Qwen3.6 Flash
Qwen logo

Qwen3.6 Flash

qwen3.6-flashllms.txt
Qwen
Qwen 3.6, the native vision-language Plus series model, demonstrates outstanding performance comparable to the current top cutting-edge models, with a significant improvement over the 3.5 series. The model's capabilities have been markedly enhanced in Agentic coding, front-end programming, Vibe coding and other coding abilities, universal multimodal recognition, OCR, object localization, and more.

Pricing

TierPricingWeb SearchCache WriteCache Read
0<Input<=256K
$0.169$1.014
$0.00055/request$0.2112/M tokens$0.0169/M tokens
256K<Input<=1000K
$0.676$4.056
$0.00055/request$0.845/M tokens$0.0676/M tokens

Input Modalities

  • Text
  • Vision
  • Video

Output Modalities

  • Text

Context length

  • 1M tokens

Max output

  • 65.5K tokens

Capabilities

  • Thinking
  • Streaming
  • Tool calling
  • Web search
  • URL context
  • Code interpreter
  • Computer use
  • File search
  • Memory tool
  • Structured outputs
  • Citations
  • Prompt caching
  • Background mode
  • Server-side sessions

Providers

Alibaba Cloud alicloud-qwen3.6-flash
Pricing$0.169$1.014
Web Search$0.00055/request
Cache Write$0.2112/M tokens
Cache Read$0.0169/M tokens
Pricing$0.676$4.056
Web Search$0.00055/request
Cache Write$0.845/M tokens
Cache Read$0.0676/M tokens
Context991K
Max output64K
Latency1.2S
Throughput61.2TPS
Uptime
100.00% uptime 2 days ago
100.00% uptime yesterday
100.00% uptime today

Performance for qwen3.6-flash

Uptime is the percentage of requests that succeeded over the past 72 hours. AIHubMix continuously monitors every provider and automatically retries with the next-best provider when one returns an error or responds too slowly; Latency is total round-trip time (lower is better); Throughput is how fast the model writes (tokens per second, higher is better).

Uptime
Loading...
Latency
Loading...
Throughput
Loading...

Try this model

Python
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AIHUBMIX_API_KEY"],
    base_url="https://aihubmix.com/v1",
)

response = client.chat.completions.create(
    model="qwen3.6-flash",
    messages=[
      {
        "role": "user",
        "content": "Hello, how are you?"
      }
    ],
    max_tokens=1024,
    stream=False,
)

print(response.choices[0].message.content)

Frequently asked questions

What is Qwen3.6 Flash?

Qwen 3.6, the native vision-language Plus series model, demonstrates outstanding performance comparable to the current top cutting-edge models, with a significant improvement over the 3.5 series. The model's capabilities have been markedly enhanced in Agentic coding, front-end programming, Vibe coding and other coding abilities, universal multimodal recognition, OCR, object localization, and more.