AICredits logo
inclusionai

inclusionAI: Ling 3.0 Flash Fin

inclusionai/ling-3.0-flash-fin

Ling 3.0 Flash Fin is a finance-focused mixture-of-experts model from InclusionAI, built on Ling 3.0 Flash with 5.1B active parameters out of 124B total. It is designed for real-world investment...

Supported APIs

Chat API
Context
262K
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 Fin 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-fin",
    "messages": [{ "role": "user", "content": "Hello!" }]
  }'

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