qwen/qwen3-vl-8b-instruct/Released Aug 2025
Qwen3 VL 8B - Instruct
versatile multimodal large language model capable of understanding and generating both text and images. Built on the Qwen3 architecture, it provides strong general reasoning, detailed image interpretation, and instruction-following performance in a compact 8B parameter size.
Fine-tunable
Provider
qwen
Modality
multi-to-text
Released
Aug 2025
Pricing
$0.0014 / sec
bash
curl -sSf -X POST https://hub.oxen.ai/api/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OXEN_API_KEY" \
-d '{
"model": "qwen3-vl-8b-instruct",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'