Back to Models
Q
Qwen 2.5 Coder 32B
Qwen/
qwen/qwen-2.5-coder-32b-instructCode
Efficient coding model
Input Price
$0.66
per 1M tokens
Output Price
$1
per 1M tokens
Context
128K
tokens
Modalities
text
Model ID
qwen/qwen-2.5-coder-32b-instructPricing Breakdown
| Direction | Per 1K tokens | Per 1M tokens |
|---|---|---|
| Input | $0.00066000 | $0.6600 |
| Output | $0.00100000 | $1.00 |
Quick Start
from openai import OpenAI
client = OpenAI(
api_key="dg-your-api-key",
base_url="https://api.doggiegateway.com/v1"
)
response = client.chat.completions.create(
model="qwen/qwen-2.5-coder-32b-instruct",
messages=[{"role": "user", "content": "Hello!"}]
)
print(response.choices[0].message.content)How It Works
Doggie Gateway routes your request to Qwen's API through OpenRouter. You get the best available pricing and automatic fallback if a provider is unavailable.
Pay-per-use pricing
No monthly fees
OpenAI-compatible API
Ready to use Qwen 2.5 Coder 32B?
Create an account, get your API key, and start making API calls in under a minute.
