AICredits logo
qwen

Qwen2.5 Coder 32B Instruct

qwen/qwen-2.5-coder-32b-instruct

Qwen2.5-Coder is the latest series of Code-Specific Qwen large language models (formerly known as CodeQwen). Qwen2.5-Coder brings the following improvements upon CodeQwen1.5: - Significantly improvements in **code generation**, **code reasoning**...

Supported APIs

Chat API
Context
33K
Max output
Input / 1M
₹66.43
Cached / 1M
₹6.64
Output / 1M
₹100.65

Pricing

Token typeUSD / 1MINR / 1M
Input$0.660₹66.43
Cached inputprompt cache read$0.0666.64
Output$1.00₹100.65

INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.

Quickstart

Call Qwen2.5 Coder 32B Instruct through the supported APIs shown above — just set the base URL and your AICredits key.

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

New here? Follow the quickstart guide or browse all models.