qwen/qwen3-vl-2b-instruct/Released Aug 2025
Qwen3 VL 2B - Instruct
Lightweight multimodal model for visual Q&A, multilingual OCR, document and UI understanding, and agentic screen interpretation in constrained environments.
Fine-tunable
Provider
qwen
Modality
multi-to-text
Released
Aug 2025
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-vl-2b-instruct",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'