AICredits logo
qwenvision

Qwen: Qwen3.5 Plus 2026-04-20

qwen/qwen3.5-plus-20260420

Qwen3.5 Plus (April 2026) is a large-scale multimodal language model from Alibaba. It accepts text, image, and video input and produces text output, with a 1M token context window. This...

Supported APIs

Chat APIVision
Context
1.0M
Max output
Input / 1M
₹30.20
Cached / 1M
₹3.02
Output / 1M
₹181.17

Pricing

Token typeUSD / 1MINR / 1M
Input$0.300₹30.20
Cached inputprompt cache read$0.0303.02
Output$1.80₹181.17

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

Quickstart

Call Qwen: Qwen3.5 Plus 2026-04-20 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-plus-20260420",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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