Back to Models

Qwen3 14B

qwenqwen/qwen3-14b

Qwen3 14B — balanced mid-range model with strong reasoning at low cost.

Context Length
131K
Max Output
33K
Input Price
$0.084/ 1M tokens
Output Price
$0.252/ 1M tokens

Modalities

texttext

Pricing Breakdown

TypeRate
Input$0.084 / 1M tokens
Output$0.252 / 1M tokens

Supported Parameters

temperaturemax_tokenstop_ptoolstool_choiceresponse_formatstop

API Usage Examples

cURL
curl https://api.therouter.ai/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer $THE_ROUTER_API_KEY"   -d '{
    "model": "qwen/qwen3-14b",
    "messages": [
      {"role": "user", "content": "Summarize the key points from this input."}
    ]
  }'