InclusionAI / inclusionai/ling-3.0-tiny
Ling 3.0 Tiny - access through LLMTR
Ling 3.0 Tiny is InclusionAI's small Mixture-of-Experts model: only 1.3 billion of its 7.9 billion parameters run per token. It has two modes. In the default Thinking mode it reasons step by step before answering and returns that chain separately in `reasoning_content`. In Instant mode it answers directly; switch to it with the `:fast` suffix or by sending `"reasoning": false`. It supports native tool/function calling, reads from a prompt cache on repeated prefixes, and offers a 256K context window. 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. In Thinking mode the reasoning tokens count as output and are returned inside `completion_tokens`; the model can think at length even on short questions, so keep `max_tokens` generous or switch to Instant mode when you need speed.
Technical specifications
| Canonical ID | inclusionai/ling-3.0-tiny |
|---|---|
| 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-tiny","messages":[{"role":"user","content":"Hello"}]}'
Related models
- Gemma 4 llmtr/gemma-4
- Qwen 3.6 35B-A3B llmtr/qwen3-6-35b
- MedGemma 4B llmtr/medgemma-4b
- Trendyol 7B llmtr/trendyol-7b
- Magibu 11B v8 llmtr/magibu-11b-v8
- EmbeddingGemma 300M llmtr/embeddinggemma-300m
- Qwen 3.5 4B llmtr/qwen3-5-4b
- Ornith 1.0 35B llmtr/ornith-1-35b