Qwen / qwen/qwen3-coder-30b-a3b-instruct

Qwen3-Coder-30B-A3b-Instruct - access through LLMTR

Qwen3-Coder-30B-A3b-Instruct is optimized for code generation, code editing, and repo understanding. It is more focused than general Qwen models for agentic coding, tool use, and software-assistant workflows.

Technical specifications

Canonical IDqwen/qwen3-coder-30b-a3b-instruct
ProviderQwen
Context window128,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSstartingcatalog$0.450000

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-30b-a3b-instruct","messages":[{"role":"user","content":"Hello"}]}'

Related models