Qwen / qwen/qwen3-coder-flash-2025-07-28

Qwen3-Coder-Flash-2025-07-28 - access through LLMTR

Qwen3-Coder-Flash-2025-07-28 is designed for editor assistance, quick fixes, and higher-volume coding help. It trades some quality ceiling for speed and lower cost. As a dated snapshot, it is better suited to integrations that want stable behavior across releases.

Technical specifications

Canonical IDqwen/qwen3-coder-flash-2025-07-28
ProviderQwen
Context window1,000,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.300000

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-flash-2025-07-28","messages":[{"role":"user","content":"Hello"}]}'

Related models