Qwen / qwen/qwen3.5-397b-a17b

Qwen3.5-397B-A17b - access through LLMTR

Qwen3.5-397B-A17b is a strong base text model with balanced reasoning and instruction-following performance. It is a sensible general choice before moving up to more specialized coder or VL variants.

Technical specifications

Canonical IDqwen/qwen3.5-397b-a17b
ProviderQwen
Context window256,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.600000

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.5-397b-a17b","messages":[{"role":"user","content":"Hello"}]}'

Related models