qwen
qwen/qwen3-4b/Released Apr 2025

Qwen/Qwen3-4B

Dual reasoning modes enable rapid or step-by-step responses, with robust support for over 100 languages and long-context processing up to 262,144 tokens.

Fine-tunable
Provider
qwen
Modality
text-to-text
Released
Apr 2025
Pricing
$0.0014 / sec

Ready to build with Qwen/Qwen3-4B?

Sign in to grab your API key and start making requests.
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-4b",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'
Qwen/Qwen3-4B on Oxen | Oxen.ai