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.
Input modalities
text
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Available
Input tokens
$0.015 / 1M tokens
Output tokens
$0.150 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $0.015 / 1M tokens |
| Output tokens | $0.150 / 1M tokens |
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
Efficiency
Tokens/s (FP8)28
Expert Utilization94.2
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "Qwen/Qwen3-Next-80B-A3B-Instruct",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'