novita
qwen/qwen3.6-27b
Context
262K
Input
text, image
Output
text
Tool calling
Supported
About this model
Qwen3.6-27B is Alibaba's multimodal hybrid-thinking model prioritizing stability and real-world utility. It delivers top performance for its size, supports a 256K context window across 201 languages, and excels in agentic coding, vision, and chat tasks. It features a new option to preserve reasoning context from historical messages.
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": "4458152f35c74b359d21a88e8671a4b5",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
novita
4458152f35c74b359d21a88e8671a4b5
Input
$0.600 / 1M
Output
$3.600 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.600 / 1M |
| Output tokens | $3.600 / 1M |
Performance
Published evaluation results associated with this model.
SWE-bench Verified
score77.2
MMLU-Pro
score86.2
GPQA Diamond
score87.8
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "4458152f35c74b359d21a88e8671a4b5",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'