AICredits logo
inclusionaivision

inclusionAI: Ling 3.0 Flash VL

inclusionai/ling-3.0-flash-vl

Ling 3.0 Flash VL builds on Ling 3.0 Flash (124B total / 5.5B active MoE from InclusionAI), further strengthening its language capabilities while adding native visual perception and advanced visual...

Supported APIs

Chat APIVision
Context
131K
Max output
Input / 1M
₹6.04
Cached / 1M
₹1.21
Output / 1M
₹18.13

Pricing

Token typeUSD / 1MINR / 1M
Input$0.060₹6.04
Cached inputprompt cache read$0.0121.21
Output$0.180₹18.13

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

Quickstart

Call inclusionAI: Ling 3.0 Flash VL 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": "inclusionai/ling-3.0-flash-vl",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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