qwen/qwen3-0-6b/Released Apr 2025
Qwen/Qwen3-0.6B
Efficient conversational AI for resource-limited devices with multilingual support, document summarization, translation, code generation, and simple information retrieval.
Fine-tunable
Provider
qwen
Modality
text-to-text
Released
Apr 2025
Pricing
$0.00046 / 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-0-6b",
"messages": [
{
"role": "user",
"content": "Try sending a message."
}
]
}'