Qwen/qwen3-1-7b

Qwen/Qwen3-1.7B

Efficient multilingual model

Fine-tunableCommercial use
Text

About Qwen/Qwen3-1.7B

Qwen/Qwen3-1.7B is an LLM that excels in efficient multilingual text generation and instruction following, particularly in resource-constrained environments. It offers strong support for over 100 languages, a long context window, and dual-mode operation for rapid replies or more detailed logical reasoning.

Some other noteworthy features of Qwen/Qwen3-1.7B include its suitability for lightweight AI development, powering chatbots, creative writing assistants, and educational tools, as well as its ability to handle code generation and structured reasoning tasks.

MetricValue
Parameter Count1.7 billion
Mixture of ExpertsNo
Context Length32,768 tokens
MultilingualYes
Quantized*No

*Quantization is specific to the inference provider and the model may be offered with different quantization levels by other providers.

Ready to build with Qwen/Qwen3-1.7B?

Try Qwen/Qwen3-1.7B in the Workbench to prompt it, compare outputs, and iterate on prompts without writing any code. When you're ready to ship, call the same model from our API and build your own apps on top of it.

curl -sSf -X POST https://hub.oxen.ai/api/ai/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."
    }
  ]
}'

API endpoint

See the API reference for request and response formats.

POSThttps://hub.oxen.ai/api/ai/chat/completions