About Qwen3.5 2B
Qwen/Qwen3.5-2B is a multimodal LLM with native vision capabilities. It excels in general-purpose dialogue, instruction following, coding, mathematics, multilingual tasks, and vision-language understanding, with strong performance on reasoning, agents, and visual understanding benchmarks. The 2B parameter scale makes it suitable for prototyping, task-specific fine-tuning, and resource-constrained deployment.
Key features include a unified vision-language foundation with early fusion training, support for 201 languages and dialects, long-context processing up to 262,144 tokens, image and video understanding, tool calling for agentic use cases, optional thinking mode for complex reasoning, and a hybrid architecture using Gated Delta Networks with sparse Mixture-of-Experts.
| Metric | Value |
|---|---|
| Parameter Count | 2 billion |
| Mixture of Experts | Yes (sparse) |
| Context Length | 262,144 tokens |
| Multilingual | Yes |
| Quantized* | No |
*Quantization is specific to the inference provider and the model may be offered with different quantization levels by other providers.
Ready to build with Qwen3.5 2B?
Try Qwen3.5 2B in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.
curl -sSf -X POST https://hub.oxen.ai/api/ai/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "qwen3-5_2b",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'API endpoint
See the API reference for request and response formats.
https://hub.oxen.ai/api/ai/chat/completions