novita
qwen/qwen3-235b-a22b-instruct-2507
256K
text, image
text
Supported
About this model
Qwen3-235B-A22B-Instruct-2507 is Alibaba Cloud's frontier mixture-of-experts model featuring 235B total parameters with 22 specialized experts and 4 active per token. Designed for superhuman reasoning and multilingual mastery, it achieves state-of-the-art performance across technical, creative, and analytical domains with 256K context handling. Optimized for distributed inference across H100 GPU clusters.
Capabilities
text
Available through the unified API
image
Available through the unified API
Quick start
View API docscurl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "54e08f6db16a4e6999c8b038cea1bc7a",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
novita
54e08f6db16a4e6999c8b038cea1bc7a
Input
$0.150 / 1M
Output
$0.180 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.150 / 1M |
| Output tokens | $0.180 / 1M |
Performance
Published evaluation results associated with this model.
Superhuman Reasoning
Multilingual Mastery
Technical Proficiency
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "54e08f6db16a4e6999c8b038cea1bc7a",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'