Qwen

Qwen3.6 Flash API

Designed for agentic workloads, coding, and office productivity, with a stronger combined focus on long context, tool calling, and structured output than Qwen3.5. Compared with flagship models such as GPT, Claude, and Gemini, it is a cost-effective alternative for Chinese, coding, and multi-step tool workflows.

  • Reasoning
  • Tool use
  • Structured output
  • Long context
Use in Consoleqwen3.6-flash

USD

Pricing

default
input<256K
Input$0.1785/1M tokensCompletion Price$1.0605/1M tokensCache Read$0.018/1M tokensCache Write$0.22/1M tokens
input>=272K
Input$0.714/1M tokensCompletion Price$4.263/1M tokensCache Read$0.07/1M tokensCache Write$0.89/1M tokens

Public list prices are shown in USD. Final charges may vary by account group and usage tier.

API

Code examples

curl --location --request POST 'https://api.tokenhot.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "qwen3.6-flash",
    "messages": [
        {
            "role": "user",
            "content": "What model are you"
        }
    ]
}'

Qwen

Related models

QwenQwenQwen3.6 Plus

Designed for agentic workloads, coding, and office productivity, with a stronger combined focus on long context, tool calling, and structured output than Qwen3.5. Compared with flagship models such as GPT, Claude, and Gemini, it is a cost-effective alternative for Chinese, coding, and multi-step tool workflows.

$1.14/1M tokens
QwenQwenQwen3.6 MAX Preview

Alibaba Qwen 3.6 Max Preview, a sparse mixture-of-experts model with ~1 trillion parameters. Optimized for agentic coding, tool use, and long-context reasoning with an integrated thinking mode that preserves reasoning traces across multi-turn conversations. 262K context window, available via Alibaba Cloud Model Studio API.

$1.33/1M tokens
QwenQwenQwen3.7 MAX

Designed for agentic workloads, coding, and office productivity, with a stronger combined focus on long context, tool calling, and structured output than Qwen3.6. Compared with flagship models such as GPT, Claude, and Gemini, it is a cost-effective alternative for Chinese, coding, and multi-step tool workflows.

$1.8/1M tokens
QwenQwenQwen3.8 MAX

Qwen's most capable flagship multimodal reasoning model, built for long-horizon coding, professional work, and multi-stage agent tasks. It accepts text, images, and video, offers a 1M-token context window with up to 128K output, and supports function calling, structured outputs, web search, and a code interpreter. It is best used as a high-quality workhorse for complex tasks rather than for the lowest-cost, lowest-latency batch workloads.

$1.775/1M tokens

FAQ

Frequently asked questions

What is Qwen3.6 Flash best suited for?

Qwen3.6 Flash is suited to the input, output, and capability types listed on this page. Test production workloads before choosing it for a critical system.

How is Qwen3.6 Flash priced?

Pricing is shown in the pricing section above. Actual cost depends on usage volume, account group, and the request payload.

How can I call Qwen3.6 Flash?

Use the model ID shown above with one of the supported API protocols. Code examples are provided when usage data is available.

Get started

Build with Qwen3.6 Flash

Use in Console