InclusionAI / inclusionai/ling-3.0-flash
Ling 3.0 Flash - access through LLMTR
Ling 3.0 Flash is InclusionAI's 124-billion-parameter Mixture-of-Experts model, activating roughly 5.1 billion parameters per token. It is tuned for token efficiency in agentic workloads: it supports native tool calling, reads repeated prefixes from a prompt cache, and offers a 256K context window. It reasons by default, returning that chain separately in `reasoning_content`, whose tokens are counted inside `completion_tokens`. To turn reasoning off, send `reasoning_effort: "none"` or append the `:none` suffix to the model id - that is the only level with a measured effect on this model, so the others are not offered even though the upstream accepts them. A single response can be at most 32,768 tokens. It accepts text only - no image or audio input, and no schema-enforced JSON output. With reasoning on, the model can think at length on some prompts and exhaust the budget; when you need a short, direct answer, `none` is both faster and cheaper.
Technical specifications
| Canonical ID | inclusionai/ling-3.0-flash |
|---|---|
| Provider | InclusionAI |
| Context window | 262,144 tokens |
| Operations | CHAT_COMPLETIONS |
| Modalities | text |
Pricing
An 8% platform margin applies to credit top-ups; model usage prices are not separately marked up.
| Operation | Metric | Unit | Price |
|---|---|---|---|
| CHAT_COMPLETIONS | INPUT_TEXT | PER_1M_TOKENS | $0.060000 |
| CHAT_COMPLETIONS | CACHE_READ | PER_1M_TOKENS | $0.012000 |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | $0.180000 |
Example usage
With existing OpenAI SDK flows, change only the base URL and model identifier.
curl https://llmtr.com/v1/chat/completions \
-H "Authorization: Bearer llmtr-your_key" \
-H "Content-Type: application/json" \
-d '{"model":"inclusionai/ling-3.0-flash","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Gemma 4 llmtr/gemma-4
- Qwen 3.6 35B-A3B llmtr/qwen3-6-35b
- Trendyol Asure 12B llmtr/trendyol-asure-12b
- Magibu 11B v8 llmtr/magibu-11b-v8
- Muse Glimmer 30B (Turkey) llmtr/muse-glimmer-30b-tr
- EmbeddingGemma 300M llmtr/embeddinggemma-300m
- Qwen 3.5 4B llmtr/qwen3-5-4b
- GPT-5.6 Sol openai/gpt-5.6-sol