Back to Models

Qwen3 Coder Plus

qwenqwen/qwen3-coder-plus

Repo-aware Qwen3 coder β€” tools, function calling, 256K context.

qwen3-coder-plus is the coding-specialised flagship of the Qwen3 generation. It is tuned for repo-aware tasks β€” multi-file refactors, function calling, agentic loops with shell / fs tools, and producing structured patch-style output β€” with a 256K context window that holds a small repo in a single call.

Bailian publishes tiered pricing for this model based on prompt length; the rate exposed to customers here is the standard short-prompt tier. TheRouter routes between bailian-cn and bailian-sg per request based on cost.

Repo-aware coding
Trained specifically for multi-file editing, refactors, and codebase understanding rather than single-snippet generation.
Function calling
Strong tool / function calling β€” fits naturally into agent loops with shell, fs, and HTTP tools.
256K context
Hold a small repo plus prior diffs in a single request β€” no manual chunking.
Dual-region routing
Selector picks bailian-cn or bailian-sg per request based on cost.
When to use
Coding agents, multi-file refactors, codebase Q&A, patch generation, and any pipeline where Qwen3-class coding behaviour and function calling matter.
When not to use
Non-coding tasks, broad chit-chat, or workloads where general reasoning matters more than code understanding β€” use qwen-plus or qwen3-max instead.
Pricing: $1.20 input / $6.00 output per MTok on the standard tier. Long-prompt tiers may price higher per Bailian's published schedule. TheRouter routes to the cheaper of bailian-cn / bailian-sg per request.
Context Length
262K
Max Output
33K
Input Priceper 1M tokens
$1.44/ 1M tokens
Output Priceper 1M tokens
$7.20/ 1M tokens

Modalities

text→text

Pricing Breakdown

TypeRate
Input$1.44 / 1M tokens
Output$7.20 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

API Usage Examples

Use the global api.therouter.ai endpoint shown below for new integrations; the legacy China accelerated endpoint is retired.

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "qwen/qwen3-coder-plus",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'
Customer Support