Qwen3-Next-Instruct#
Context Length: 262144
Model Name: Qwen3-Next-Instruct
Languages: en, zh
Abilities: chat, tools
Description: Qwen3-Next-80B-A3B is the first installment in the Qwen3-Next series
Specifications#
Model Spec 1 (pytorch, 80 Billion)#
Model Format: pytorch
Model Size (in billions): 80
Quantizations: none
Engines: vLLM, Transformers
Model ID: Qwen/Qwen3-Next-80B-A3B-Instruct
Model Hubs: Hugging Face, ModelScope
Execute the following command to launch the model, remember to replace ${quantization} with your
chosen quantization method from the options listed above:
xinference launch --model-engine ${engine} --model-name Qwen3-Next-Instruct --size-in-billions 80 --model-format pytorch --quantization ${quantization}
Model Spec 2 (fp8, 80 Billion)#
Model Format: fp8
Model Size (in billions): 80
Quantizations: fp8
Engines: vLLM
Model ID: Qwen/Qwen3-Next-80B-A3B-Instruct-FP8
Model Hubs: Hugging Face, ModelScope
Execute the following command to launch the model, remember to replace ${quantization} with your
chosen quantization method from the options listed above:
xinference launch --model-engine ${engine} --model-name Qwen3-Next-Instruct --size-in-billions 80 --model-format fp8 --quantization ${quantization}
Model Spec 3 (awq, 80 Billion)#
Model Format: awq
Model Size (in billions): 80
Quantizations: 4bit, 8bit
Engines: vLLM, Transformers
Model ID: cpatonn/Qwen3-Next-80B-A3B-Instruct-AWQ-{quantization}
Model Hubs: Hugging Face, ModelScope
Execute the following command to launch the model, remember to replace ${quantization} with your
chosen quantization method from the options listed above:
xinference launch --model-engine ${engine} --model-name Qwen3-Next-Instruct --size-in-billions 80 --model-format awq --quantization ${quantization}
Model Spec 4 (mlx, 80 Billion)#
Model Format: mlx
Model Size (in billions): 80
Quantizations: 4bit, 5bit, 6bit, 8bit
Engines: MLX
Model ID: mlx-community/Qwen3-Next-80B-A3B-Instruct-{quantization}
Model Hubs: Hugging Face, ModelScope
Execute the following command to launch the model, remember to replace ${quantization} with your
chosen quantization method from the options listed above:
xinference launch --model-engine ${engine} --model-name Qwen3-Next-Instruct --size-in-billions 80 --model-format mlx --quantization ${quantization}