Back to Models
Q

Qwen 2.5 Coder 32B

Qwen
by Qwen

Code-specialized model matching GPT-4o on coding benchmarks. Supports 29+ programming languages.

Nov 28, 2024

Specifications

Context Length
131K
131,072 tokens
Input Price
$0.10
per 1M tokens
Output Price
$0.16
per 1M tokens
Modalities
1
text→text

Capabilities

text generationchatcode

API Usage

1Router is fully OpenAI-compatible. Just set the base URL and use this model ID:

qwen/qwen-2.5-coder-32b-instruct
cURL
curl https://api.1router.com/v1/chat/completions \
  -H "Authorization: Bearer $ROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "qwen/qwen-2.5-coder-32b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'