Qwen3 32B
Alibaba's flagship 32 billion parameter language model for advanced reasoning
Serve the model
Start server
Choose module, then engine and optional parameters on the left, then copy the serve command by clicking the button on the right.
Command
ยท
No command for this module and engine in model data.
Call the model over Web API
Copy a client command below and paste it into your terminal to make a Web API request to the model you just served.
curl -s http://${JETSON_HOST}:8000/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "RedHatAI/Qwen3-32B-quantized.w4a16",
"messages": [{"role": "user", "content": "Hello!"}]
}' Benchmark
Qwen3-32B · vLLM · NVFP4 / W4A16 · ISL 2048 / OSL 128
C = concurrent requests. Results will vary with image, clocks, and workload.
Model Details
Qwen3 32B is the flagship dense model in Alibaba Cloudโs Qwen3 family. With 32 billion parameters, it delivers exceptional performance across complex reasoning, coding, and language understanding tasks.
Inputs and Outputs
Input: Text
Output: Text
Intended Use Cases
- Reasoning: Advanced logical and analytical reasoning tasks
- Function Calling: Native support for tool use and function calling
- Subject Matter Experts: Fine-tuning for domain-specific expertise
- Multilingual Instruction Following: Following instructions across 100+ languages
- Translation: High-quality translation between supported languages