Back to Models
Q

Qwen 2.5 72B Instruct

Qwen
by Qwen

Versatile multilingual model with 72B parameters. Strong at code generation and multilingual tasks.

Nov 28, 2024

Specifications

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

Capabilities

text generationchatfunction callingcode

API Usage

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

qwen/qwen-2.5-72b-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-72b-instruct",
    "messages": [{"role": "user", "content": "Hello!"}]
  }'