qwen/qwen3-coder-plusQwen3 Coder Plus is Alibaba's proprietary version of the Open Source Qwen3 Coder 480B A35B. It is a powerful coding agent model specializing in autonomous programming via tool calling and...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.650 | ₹65.42 |
| Cached inputprompt cache read | $0.065 | ₹6.54 |
| Output | $3.25 | ₹327.12 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Qwen: Qwen3 Coder Plus through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "qwen/qwen3-coder-plus",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.