qwen/qwen3-5_2b/Released Feb 2026
Qwen3.5 2B
Multimodal LLM with native vision, image and video understanding, tool calling, optional thinking mode, support for 201 languages, and long-context processing up to 262,144 tokens.
Fine-tunable
Provider
qwen
Modality
multi-to-text
Released
Feb 2026
Pricing
$0.0010 / sec
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/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."
}
]
}'