Inkling Small
Inkling Small is the smaller model in the Inkling family at 276 billion total parameters and 12 billion active. It matches or beats Inkling on many coding, reasoning, and tool-use evaluations, reasons natively over images and audio, and supports a context window of 1M tokens. Your use is subject to Thinkingmachines's Terms & Privacy Policies.
import { streamText } from 'ai'
const result = streamText({ model: 'thinkingmachines/inkling-small', prompt: 'Why is the sky blue?'})Playground
Try out Inkling Small by Thinkingmachines. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.
Inkling Small
Providers
Route requests across multiple providers. Copy a provider slug to set your preference. Visit the docs for more info. Using a provider means you agree to their terms, listed under Legal.
| Provider |
|---|
P50 throughput on live AI Gateway traffic, in tokens per second (TPS). Visit the docs for more info.
P50 time to first token (TTFT) on live AI Gateway traffic, in milliseconds. View the docs for more info.
Direct request success rate on AI Gateway and per-provider. Visit the docs for more info.
More models by Thinkingmachines
| Model |
|---|
About Inkling Small
Inkling Small became available on AI Gateway on July 30, 2026. Inkling Small is a 42-layer decoder-only transformer with a sparse Mixture-of-Experts (MoE) backbone: 276 billion total parameters, 12 billion active per token, and each token routed to 6 of 256 experts plus 2 shared experts. Attention mixes local and global layers, images enter through a hierarchical patch encoder, audio through discrete token encoding, and the context window is 1M tokens. Thinkingmachines released the weights under the Apache 2.0 license.
On agentic coding, Inkling Small scores 80.2% on SWE-bench Verified, 55.9% on SWE-bench Pro (public), 64.7% on Terminal-Bench 2.1, and 48.7% on SciCode. Each of those sits at or above Inkling, which scores 77.6%, 54.3%, 63.8%, and 46.1%. Tool use follows the same pattern: 54.4% on Toolathlon Verified against Inkling's 45.5%, and 79.6% on the public split of MCP Atlas. On reasoning it scores 89.5% on GPQA Diamond, 90.2% on HMMT February 2026, 31.6% on Humanity's Last Exam text-only, and 40.1% on ARC-AGI-2.
The gap is knowledge. Inkling Small scores 20.6% on SimpleQA Verified where Inkling scores 43.9%, and it trails on the AA Omniscience index and on Tau 3 Banking, a multi-turn domain agent evaluation. Audio results sit close behind Inkling at 90.1% on VoiceBench, 77.0% on MMAU, and 54.9% on Audio MC. Treat Inkling Small as a capable reasoner with a smaller store of memorized facts, and give it a retrieval path when questions turn factual.
Vision is a practical strength. Inkling Small scores 74.0% on MMMU Pro and 77.4% on CharXiv reasoning questions, rising to 81.3% when it crops, zooms, and inspects images programmatically. That helps most on documents, forms, and charts where the detail that answers the question is small.
Controllable thinking effort runs from minimal to maximum, so you can trade answer quality against cost and latency per request. Sweep the setting across representative traffic rather than fixing it up front.
Inkling Small is compatible with Zero Data Retention on AI Gateway. Turn it on team-wide from the dashboard, or per request with zeroDataRetention: true, and AI Gateway routes only to providers that delete prompts and responses after each request. Set the model to thinkingmachines/inkling-small in the AI SDK, Chat Completions API, Responses API, Messages API, or other API formats, from TypeScript or Python. To use Inkling Small in a coding agent, run vercel ai-gateway coding-agents setup, then select thinkingmachines/inkling-small in the agent's model configuration.
What To Consider When Choosing a Provider
- Configuration: Size shows up in world knowledge, not in reasoning or coding. Inkling Small scores 20.6% on SimpleQA Verified against Inkling's 43.9%, so anything that depends on recalling specific facts needs retrieval or web search alongside the model. Reasoning, coding, and tool-use scores hold up, and several of them land above Inkling's.
- Zero Data Retention: AI Gateway supports Zero Data Retention for this model via direct gateway requests (BYOK is not included). To configure this, check the documentation.
- Authentication: AI Gateway authenticates requests using an API key or OIDC token. You do not need to manage provider credentials directly.
When to Use Inkling Small
Best for
- High-Volume Coding Agents: Agentic coding and tool use, with 80.2% on SWE-bench Verified
- Tool Orchestration Pipelines: 54.4% on Toolathlon Verified and 79.6% on the public MCP Atlas split
- Document and Chart Analysis: Programmatic cropping and zooming to read small visual detail
- Compact Multimodal Apps: Native text, image, and audio input in a smaller model than Inkling
- Effort-Tuned Latency Budgets: Thinking effort set from minimal to maximum on each request
- Zero Data Retention Routing: Requests routed only to providers that delete prompts and responses
Consider alternatives when
- World Knowledge Questions: 20.6% on SimpleQA Verified against Inkling's 43.9% is a real recall gap
- Strongest Audio Results: Inkling scores higher on VoiceBench, MMAU, and Audio MC
- Multi-Turn Domain Agents: Inkling scores higher on Tau 3 Banking and on broader factual evaluations
- Frontier Coding Ceiling: Closed frontier models still lead on SWE-bench Verified and Terminal-Bench 2.1
Conclusion
Inkling Small keeps Inkling's coding, reasoning, tool use, and multimodal input in a model a quarter the size, and gives up world knowledge to get there. Use Inkling Small for coding agents, tool pipelines, and document work, and add retrieval when the questions turn factual.