LLMTR / llmtr/qwen3-6-35b

Qwen 3.6 35B-A3B - access through LLMTR

A Turkey-hosted MoE option that offers a stronger alternative to Gemma 4 on heavier coding and logic tasks. Useful when you want deeper analysis without giving up local hosting.

Technical specifications

Canonical IDllmtr/qwen3-6-35b
ProviderLLMTR
Context window16,384 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$5.00
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$10.00

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":"llmtr/qwen3-6-35b","messages":[{"role":"user","content":"Hello"}]}'

Related models