Ling 3.0 Flash (Novita) API
Novita AI · serves ling-3.0-flash the only endpoint we price for it
Pricing
| Input / 1M | $0.06 |
|---|---|
| Output / 1M | $0.18 |
| Blended / 1M | $0.24 |
| Cached input / 1M | $0.01 |
| Context window | 262,144 tokens |
| Max output | 32,768 tokens |
textfunction-calling
Price verified 2026-09-11 (0 days ago) · sourcecorroborated
Get an API key at Novita AI →affiliate
Sources
| Source | Input / 1M | Output / 1M | Verified |
|---|---|---|---|
| Provider page | $0.06 | $0.18 | 2026-09-11 |
| LiteLLM | $0.06 | $0.18 | 2026-09-07 |
| models.dev | $0.06 | $0.18 | 2026-09-07 |
Two independent sources agree within 20%.
ling-3.0-flash spec sheetmaker-declared
What the maker declares about the model itself — read from its own weights repository and documentation, not from any host. What each endpoint actually serves is in the pricing above: the two can differ, and both are true.
- Context window
- to verify
- Parameters
- to verify
- Active experts
- to verify
- Weight precision
- to verify
- License
- to verifyScope: the licence on the published weights, and nothing else. It is not the maker's acceptable-use policy, which is a separate document, and it is not the contract you sign with whichever host you call — hosts set their own terms, which this index does not read.
- Knowledge cutoff
- to verify
- Modalities
- to verify
- Max output (official)
- to verify
- Release date
- to verify≈ July 23, 2026third-party catalogue — not the maker's figure
- Maker lifecycle status
- to verify
no maker source read yet · 0 of 10 fields published by the maker
Call it
Served via OpenRouter, pinned to Novita — the provider these prices are resolved from. Set OPENROUTER_API_KEY. Provider page.
curl https://openrouter.ai/api/v1/chat/completions \
-H "Authorization: Bearer $OPENROUTER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "inclusionai/ling-3.0-flash",
"messages": [{"role": "user", "content": "Hello"}],
"provider": {"only": ["Novita"], "allow_fallbacks": false}
}'from openai import OpenAI # pip install openai
client = OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="...", # OPENROUTER_API_KEY
)
resp = client.chat.completions.create(
model="inclusionai/ling-3.0-flash",
messages=[{"role": "user", "content": "Hello"}],
extra_body={"provider": {"only": ["Novita"], "allow_fallbacks": false}},
)
print(resp.choices[0].message.content)Price unchanged since 2026-09-11 — 1 point on record.
Use this data
Raw JSON for this page: ling-3.0-flash.json. Free to reuse under CC BY 4.0 with attribution to apipriceindex.com.