qwen/qwen3.7-plusQwen3.7-Plus is a cost-effective model in Alibaba's Qwen3.7 series. It supports text and image input with text output, building on the series' text capabilities with a comprehensive upgrade to its...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.400 | ₹39.95 |
| Cached inputprompt cache read | $0.064 | ₹6.39 |
| Output | $1.60 | ₹159.80 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Qwen: Qwen3.7 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.7-plus",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.