Qwen2.5 72B Instruct

Model details

Qwen2.5 72B Instruct

Model
qwen/qwen-2.5-72b-instruct
Provider
openrouter
API
openai-completions
Base URL
https://openrouter.ai/api/v1
Input
text
Reasoning
No
Context window
32,768
Max tokens
16,384
Cost / million input
$0.36
Cost / million output
$0.4
Cost / million cache read
$0
Cost / million cache write
$0
Model config JSON
{
  "providers": {
    "openrouter": {
      "apiKey": "YOUR_API_KEY",
      "models": [
        {
          "id": "qwen/qwen-2.5-72b-instruct",
          "name": "Qwen2.5 72B Instruct",
          "reasoning": false,
          "input": [
            "text"
          ],
          "contextWindow": 32768,
          "maxTokens": 16384,
          "cost": {
            "input": 0.36,
            "output": 0.39999999999999997,
            "cacheRead": 0,
            "cacheWrite": 0
          }
        }
      ],
      "api": "openai-completions",
      "baseUrl": "https://openrouter.ai/api/v1"
    }
  }
}