AICredits logo
inclusionai

Ling-3.0-flash

inclusionai/ling-3.0-flash

*Ling-3.0-flash* is a *124B-parameter Mixture-of-Experts (MoE) model*, with approximately *5.1B parameters activated per token*. The model is designed with *token efficiency and production-scale agentic inference* as key priorities, enabling developers...

Supported APIs

Chat API
Context
262K
Max output
Input / 1M
₹2.11
Output / 1M
₹6.34

Pricing

Token typeUSD / 1MINR / 1M
Input$0.021₹2.11
Output$0.063₹6.34

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

Quickstart

Call Ling-3.0-flash 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",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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