qwen/qwen3.8-27bQwen3.8 27B is an open-weight dense vision-language model from Qwen. It is suited for coding, professional workflows, research, multimodal interaction, and long-running agent tasks, with flexible thinking that can be...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.450 | ₹45.11 |
| Output | $3.20 | ₹320.77 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call Qwen: Qwen3.8 27B 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.8-27b",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.