qwen
qwen/qwen3-1-7b

Qwen/Qwen3-1.7B

Efficiently generates multilingual text and code, with dual modes for rapid chat or detailed reasoning; ideal for lightweight AI, agents, and education.

Fine-tunable
Provider
qwen
Modality
text-to-text
Pricing
$0.00046 / sec

Ready to build with Qwen/Qwen3-1.7B?

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-1-7b",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'