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 ID | greenpt/qwen3-235b-a22b-instruct-2507 |
|---|---|
| Provider | GreenPT |
| Context window | 250,000 tokens |
| Operations | CHAT_COMPLETIONS |
| Modalities | text |
Pricing
An 8% 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 | $1.098279 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_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
- No Training on Inputs: How to Read That Commitment - Reads the no-training-on-inputs commitment by separating it from neighbouring clauses such as retention period and abuse monitoring.
- AI Sovereignty and Open-Weight Models: What It Means for Europe - Splits the sovereignty debate into hosting, open weights and vendor dependence, and shows what each looks like in a real catalog.
- A Comparison Framework for EU Teams Seeking a Mistral API Alternative - Compares a direct provider account with gateway access and gives selection criteria for EU-constrained teams.
Related models
- Kimi K3 greenpt/kimi-k3-eu
- GLM-5.3 greenpt/glm-5.3-eu
- GLM-5.3 Flash greenpt/glm-5.3-flash-eu
- Kimi K2.7 Code greenpt/kimi-k2.7-code-eu
- Kimi K2.6 greenpt/kimi-k2.6-eu
- MiniMax M2.5 greenpt/minimax-m2.5-eu
- DeepSeek V4 Flash greenpt/deepseek-v4-flash-0731
- GLM-5.2 greenpt/glm-5.2-eu