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 ID | llmtr/qwen3-6-35b |
|---|---|
| Provider | LLMTR |
| Context window | 16,384 tokens |
| Operations | CHAT_COMPLETIONS |
| Modalities | text |
Pricing
A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| CHAT_COMPLETIONS | INPUT_TEXT | PER_1M_TOKENS | $5.00 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_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
- Gemma 4 llmtr/gemma-4
- MedGemma 4B llmtr/medgemma-4b
- Trendyol 7B llmtr/trendyol-7b
- Magibu 11B v8 llmtr/magibu-11b-v8
- Sincap llmtr/sincap
- GPT-5.5 openai/gpt-5.5
- GPT-5.4 openai/gpt-5.4
- GPT-5.4 mini openai/gpt-5.4-mini