Qwen / qwen/qwen3-coder-plus

Qwen3-Coder-Plus - access through LLMTR

Qwen3-Coder-Plus is one of Qwen's stronger coding options for multi-file changes, repo-scale search, and harder software-engineering tasks.

Technical specifications

Canonical IDqwen/qwen3-coder-plus
ProviderQwen
Context window1,000,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiesexplicit, implicit, text

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSstartingcatalog$0.100000

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"qwen/qwen3-coder-plus","messages":[{"role":"user","content":"Hello"}]}'

Related models