Alibaba

Alibaba

Qwen 3.6 Plus

#1 on KymaMost popular

The most-used model on Kyma and the one the best alias points to — frontier-grade reasoning at open-model pricing.

Modalities

Text+Image → Text

Input

$0.4388 /1M

Output

$2.633 /1M

Cached input

$0.04388 /1M90% off

Context

131K

Speed

medium

Performance

Live production data from real requests on Kyma — not synthetic benchmarks.

Rank

#1

of 87 active models

Tokens served

524.3M

all-time

Success rate

100%

last 7 days

Median throughput54 tok/s
Total requests25,152
Platform share22.0%
Tokens · last 15 daysJul 19Aug 2

Top apps using this model

1OpenClaw3.9M tok
2OpenAI Python2.9M tok
3Node.js App2.0M tok
4Go App2.0M tok
5Claude Code484.9K tok

Public apps sending the most traffic to this model — a signal of what real workloads it fits.

Pricing

Pay per token. Cached input is billed at 10% of the input rate.

$0.4388 /1M input$2.633 /1M output
Hobby10 req/day · 2K in / 500 out
~$0.66/mo
Production1,000 req/day · 2K in / 500 out
~$65.82/mo
Scale20,000 req/day · 2K in / 500 out
~$1,316/mo
+ Estimate your workload
1,000
2,000
500
30%

Estimated monthly cost

$58.71

$1.96 / day on Qwen 3.6 Plus

Same workload on:

Qwen 3.7 Flash$5.73-90%
Qwen 3.7 Max$269+358%

Estimates use list pricing with cached input billed at the 90%-discount rate. Actual bills depend on real token counts — every response includes its exact cost.

When to use Qwen 3.6 Plus

Updated 2026-06-10

Where this model earns its cost — and where it doesn't.

Qwen 3.6 Plus is the flagship tier of Alibaba's Qwen family, built for general reasoning, coding, and multilingual work. It sits in Kyma's frontier-open quality tier: the class of open models that holds its own against closed flagships on everyday production tasks.

On Kyma it serves more production traffic than any other model. Requests sent with the `best` alias resolve here, and every call gets the platform's automatic failover — if a serving path degrades, your request is rerouted before you notice. Prompt caching is fully supported, so agents that resend long system prompts pay 90% less on the repeated part.

The 131K-token context window (roughly 190 pages of text) with function calling, structured outputs, and extended reasoning makes it a complete engine for agent workloads — not just chat.

Agent backbones

Tool calling plus structured outputs make it a dependable engine for multi-step agents and function-calling pipelines.

Coding assistants

One of the most common workloads it serves on Kyma — code generation, review, and refactoring inside coding agents.

Long-document analysis

The 131K context fits whole codebases, contracts, or research papers in a single request.

Multilingual work

First-class quality beyond English — the Qwen family is known for strong performance across Asian languages.

Reasoning-heavy tasks

Extended reasoning mode handles math, analysis, and planning problems that trip up lighter models.

Not ideal for: Image inputs (it's text-only — pick a vision model) or latency-critical UX, where a fast-tier model feels snappier for less money.

How it compares

Against the peers people actually weigh it against.

SpecQwen 3.6 PlusQwen 3.7 FlashQwen 3.7 Max
Input /1M$0.4388$0.0458$2.56
Output /1M$2.633$0.1987$7.676
Context131K1M1M
ToolsYesYesYes
ReasoningYesYesYes
Speedmediumfastmedium

Quick start

Up and running in under two minutes.

  1. 1

    Create an API key

    Sign up and grab a key from the dashboard — $0.50 free credit, no card required.

    Get API key →
  2. 2

    Make your first request

    Drop in your key and send a chat completion — fully OpenAI-compatible.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "qwen-3.6-plus",
        "messages": [
          {"role": "user", "content": "Explain prompt caching in one paragraph."}
        ]
      }'
  3. 3

    Stream responses

    Add "stream": true to receive tokens as they arrive.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "qwen-3.6-plus",
        "stream": true,
        "messages": [{"role": "user", "content": "Hello!"}]
      }'

FAQ

Common questions about this model.

What is the context window of Qwen 3.6 Plus?

Qwen 3.6 Plus has a 131K-token context window — roughly 193 pages of text in a single request.

How much does the Qwen 3.6 Plus API cost?

$0.4388 per 1M input tokens and $2.633 per 1M output tokens, with cached input at $0.04388/1M — a 90% discount on repeated prompt prefixes. No subscription; you pay only for what you use.

Does Qwen 3.6 Plus support function calling?

Yes — Qwen 3.6 Plus supports tool/function calling and structured outputs (JSON mode), so it works with agent frameworks out of the box.

How do I use Qwen 3.6 Plus?

Kyma is OpenAI-compatible: point your SDK's base URL at https://kymaapi.com/v1, use your Kyma API key, and set the model to qwen-3.6-plus. Signing up is free and includes $0.50 of credit — no card required.

Is Qwen 3.6 Plus good for coding?

Yes — coding agents are one of its largest workloads on Kyma. It generates, reviews, and refactors code well, and its structured outputs keep tool-calling agents on the rails. If you're running high-volume background coding tasks where cost matters more than peak quality, a cheaper tier model can handle the bulk work.

What is the best alias and how does it relate to this model?

Kyma exposes aliases like best, fast, and cheap so you can write integrations that don't hardcode a model name. Sending model best currently routes to Qwen 3.6 Plus. The response always tells you what actually ran via the X-Kyma-Model header.

Why use Qwen 3.6 Plus through Kyma instead of calling it elsewhere?

One key and one OpenAI-compatible endpoint covers this and every other model on the platform, with automatic failover when a serving path has issues, transparent pay-per-token pricing, prompt caching at a 90% discount, and $0.50 of free credit to start — no credit card required.

Start with $0.50 free credit — no card required.Create account →

More models by Alibaba

ModelContextInputOutput
AlibabaQwen 3.7 Flash1M$0.0458$0.1987
AlibabaQwen 3.7 Plus1M$0.4482$1.793
AlibabaQwen 3.7 Max1M$2.56$7.676
AlibabaQwen 3 Coder131K$0.297$1.35
AlibabaQwen3 Embedding 8B33K$0.0135$0.00
AlibabaQwen 3 32B33K$0.108$0.378