InclusionAI / inclusionai/ling-3.0-flash-fin
Ling 3.0 Flash Fin - access through LLMTR
Ling 3.0 Flash Fin is InclusionAI's finance-tuned build of Ling 3.0 Flash, activating roughly 5.1 billion of its 124 billion parameters per token. It is tuned for multi-step investment research and long-horizon planning and execution while keeping the base model's reasoning, coding and mathematics ability. 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. It supports native tool calling and reads repeated prefixes from a prompt cache; note that with reasoning off the model does not honour `required` or named function choices in `tool_choice`, so that combination is refused with a 400 - keep reasoning on when you need to force a tool call, or use `auto` when you need to run with reasoning off. 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.
Technical specifications
| Canonical ID | inclusionai/ling-3.0-flash-fin |
|---|---|
| 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 | Not available |
| CHAT_COMPLETIONS | CACHE_READ | PER_1M_TOKENS | Not available |
| CHAT_COMPLETIONS | OUTPUT_TEXT | PER_1M_TOKENS | Not available |
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-fin","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Ling 3.0 Flash inclusionai/ling-3.0-flash
- 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