GreenPT / greenpt/qwen3-235b-a22b-instruct-2507

Qwen3 235B A22B Instruct - access through LLMTR

Qwen3 235B A22B Instruct is a large instruction-tuned model with a 250,000-token context window. Unlike most of the 34 chat rows on this provider it does not reason by default: in measurement it answered a short question in two tokens with no hidden reasoning tokens spent. That is the deciding difference for batch work where output cost has to be predictable. Tool/function calling was verified over a full two-turn loop. It does not accept image input and says so honestly: an image request is refused with a `not a multimodal model` error rather than silently billed. Repeated prefixes are not served from a cache.

Technical specifications

Canonical IDgreenpt/qwen3-235b-a22b-instruct-2507
ProviderGreenPT
Context window250,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext

Pricing

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

OperationMetricUnitPrice
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENS$1.098279
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENS$3.294837

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-235b-a22b-instruct-2507","messages":[{"role":"user","content":"Hello"}]}'

Guides about this model

Related models