AICredits logo
qwenvision

Qwen: Qwen3.5 397B A17B

qwen/qwen3.5-397b-a17b

The Qwen3.5 series 397B-A17B native vision-language model is built on a hybrid architecture that integrates a linear attention mechanism with a sparse mixture-of-experts model, achieving higher inference efficiency. It delivers...

Supported APIs

Chat APIVision
Context
262K
Max output
Input / 1M
₹39.25
Cached / 1M
₹3.93
Output / 1M
₹235.53

Pricing

Token typeUSD / 1MINR / 1M
Input$0.390₹39.25
Cached inputprompt cache read$0.0393.93
Output$2.34₹235.53

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

Quickstart

Call Qwen: Qwen3.5 397B A17B 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/qwen3.5-397b-a17b",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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