GreenPT / greenpt/qwen3.6-35b-a3b-eu

Qwen3.6 35B A3B - access through LLMTR

Qwen3.6 35B A3B is a sparse mixture-of-experts model with a 256,000-token context window, activating only a small subset of experts per request. It genuinely processes image input: in measurement it described a product photo correctly and its input token count rose by the image's own tokens. Tool calling was verified, with one caveat: the model reasons first, and at a 256-token budget it ran out before reaching the tool call; at 1,200 tokens it produced the correct call. Keep `max_tokens` generous when you use tools. Repeated prefixes are not served from a cache.

Technical specifications

Canonical IDgreenpt/qwen3.6-35b-a3b-eu
ProviderGreenPT
Context window256,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$0.366093
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$2.196558

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

Related models