novita
qwen/qwen3-next-80b-a3b-instruct
Context
128K
Input
text
Output
text
Tool calling
Supported
About this model
Qwen3-Next-80B-A3B-Instruct is an 80B-parameter MoE model with 3B active parameters per token, optimized for instruction following and complex reasoning tasks. Features enhanced multilingual capabilities, advanced tool use, and extended context handling with improved efficiency through expert routing.
Capabilities
text
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": "7f1ff617b45c466d99fb19d26cb7e49b",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
novita
7f1ff617b45c466d99fb19d26cb7e49b
Input
$0.015 / 1M
Output
$0.150 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.015 / 1M |
| Output tokens | $0.150 / 1M |
Performance
Published evaluation results associated with this model.
Reasoning
GSM8K92.7
ARC-Challenge89.4
BBH78.3
TheoremQA68.9
Multilingual
XTREME84.2
Flores-20079.6
CMMLU88.7
JiaoZi85.3
Instruction Following
IFEval86.4
AlpacaEval92.1
MT-Bench9.12
Coding
HumanEval76.8
MBPP80.3
MultiPL-E74.2
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "7f1ff617b45c466d99fb19d26cb7e49b",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'