Inkling Small
By Thinking Machines. 266.0 billion parameters, a context window of 1,048,576 tokens and the licence apache-2.0.
Facts
- Released
- 2026-07-27 the day the repository was first published on Hugging Face Hugging Face, read
- Licence
- apache-2.0 the licence the model card declares Hugging Face, read
- Open weights
- Yes the weights are published in this Hugging Face repository Hugging Face, read
- Parameters
- 266.0 billion counted from the safetensors weight files Hugging Face, read
- Active parameters
- 1.7 billion estimate estimated from the expert counts and sizes in the configuration model configuration, read
- Knowledge cutoff
- Unknown
- Context window
- 1,048,576 tokens the context length OpenRouter lists OpenRouter, read
- Longest output
- 262,144 tokens the largest output OpenRouter's first provider allows OpenRouter, read
- Tool calling
- Yes OpenRouter lists tools among the supported parameters OpenRouter, read
- Structured output
- No OpenRouter lists no structured output parameter OpenRouter, read
- Reasoning controls
- Yes OpenRouter lists reasoning controls, with the efforts max, high, medium, low, minimal, none OpenRouter, read
- Inputs and outputs
- text, image in, text out Hugging Face, read
- Good for
- Vision: Hugging Face files it under image-text-to-text Hugging Face, read
- Reasoning: OpenRouter lists reasoning controls for it OpenRouter, read
Prices
| Provider | Input | Output | Context | As of | Source |
|---|---|---|---|---|---|
| Deep Infra direct | 0.450 USD | 1.20 USD | 524,288 | older than 30 days; check the provider | models.dev, read |
| DeepInfra through OpenRouter | 0.450 USD | 1.20 USD | 524,288 | OpenRouter endpoints, read | |
| DeepInfra through OpenRouter | 0.450 USD | 1.20 USD | 524,288 | OpenRouter endpoints, read | |
| Kilo Gateway direct | 0.450 USD | 1.20 USD | 524,288 | older than 30 days; check the provider | models.dev, read |
| OpenRouter direct | 0.450 USD | 1.20 USD | 1,048,576 | older than 30 days; check the provider | models.dev, read |
| Arcee direct | 0.500 USD | 1.20 USD | 262,144 | older than 30 days; check the provider | models.dev, read |
| BaseTen through OpenRouter | 0.500 USD | 1.20 USD | 1,048,576 | OpenRouter endpoints, read | |
| BaseTen through OpenRouter | 0.500 USD | 1.20 USD | 1,048,576 | OpenRouter endpoints, read | |
| Baseten direct | 0.500 USD | 1.20 USD | 1,048,576 | older than 30 days; check the provider | models.dev, read |
| Hugging Face direct | 0.500 USD | 1.20 USD | 524,288 | older than 30 days; check the provider | models.dev, read |
| NanoGPT direct | 0.500 USD | 1.20 USD | 524,288 | older than 30 days; check the provider | models.dev, read |
| Pioneer direct | 0.500 USD | 1.20 USD | 1,000,000 | older than 30 days; check the provider | models.dev, read |
| Vercel AI Gateway direct | 0.500 USD | 1.20 USD | 1,000,000 | older than 30 days; check the provider | models.dev, read |
| LLMTR direct | 0.580 USD | 1.44 USD | 262,144 | older than 30 days; check the provider | models.dev, read |
Run it on your own hardware
Weights are the sizes of the files a source lists, or an estimate from the parameter count where none does. Memory is an estimate: weights plus KV cache plus 512 MiB and 5 percent of the weights for runtime buffers. Check it against your hardware.
| Quantization | Weights | Memory at 8,192 tokens | Memory at 32,768 tokens |
|---|---|---|---|
| UD-IQ1_S | 69.6 GiB | 74.9 GiB | 78.9 GiB |
| UD-IQ1_M | 73.4 GiB | 78.9 GiB | 82.8 GiB |
| UD-IQ2_XXS | 76.6 GiB | 82.3 GiB | 86.2 GiB |
| UD-IQ2_M | 76.8 GiB | 82.4 GiB | 86.4 GiB |
| UD-Q2_K_XL | 81.9 GiB | 87.8 GiB | 91.7 GiB |
| UD-IQ3_XXS | 91.2 GiB | 97.6 GiB | 102 GiB |
| UD-IQ3_S | 100 GiB | 107 GiB | 111 GiB |
| UD-Q3_K_M | 111 GiB | 119 GiB | 122 GiB |
| UD-Q3_K_XL | 111 GiB | 119 GiB | 123 GiB |
| UD-IQ4_NL | 121 GiB | 129 GiB | 133 GiB |
| UD-Q4_K_S | 142 GiB | 151 GiB | 155 GiB |
| MXFP4_MOE | 147 GiB | 156 GiB | 160 GiB |
| UD-Q4_K_M | 151 GiB | 161 GiB | 165 GiB |
| UD-Q4_K_XL | 152 GiB | 161 GiB | 165 GiB |
| UD-Q5_K_S | 172 GiB | 182 GiB | 186 GiB |
| UD-Q5_K_M | 183 GiB | 194 GiB | 198 GiB |
| UD-Q5_K_XL | 183 GiB | 194 GiB | 198 GiB |
| UD-Q6_K | 204 GiB | 216 GiB | 220 GiB |
| UD-Q6_K_XL | 223 GiB | 236 GiB | 240 GiB |
| Q8_0 | 261 GiB | 276 GiB | 280 GiB |
| UD-Q8_K_XL | 269 GiB | 284 GiB | 288 GiB |
| BF16 | 491 GiB | 518 GiB | 522 GiB |
Start it with a local runtime
- Ollama
ollama run hf.co/unsloth/Inkling-Small-GGUF:UD-IQ1_S - LM Studio
lms get unsloth/Inkling-Small-GGUF lms server start - llama.cpp server
llama-server -hf unsloth/Inkling-Small-GGUF:UD-IQ1_S --jinja - vLLM
vllm serve thinkingmachines/Inkling-Small - SGLang
sglang serve --model-path thinkingmachines/Inkling-Small --port 30000
Use it from your harness
Set up for Arcee with the model thinkingmachines/inkling-small. Each endpoint page has the same setup for its own address.
OpenCode
Put this in opencode.json in your project folder:
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"arcee": {
"npm": "@ai-sdk/openai-compatible",
"name": "Arcee",
"options": {
"baseURL": "https://api.arcee.ai/api/v1",
"apiKey": "{env:ARCEE_API_KEY}"
},
"models": {
"thinkingmachines/inkling-small": {
"name": "Inkling Small",
"limit": {
"context": 1048576,
"output": 262144
}
}
}
}
}
}- OpenCode reads any OpenAI-compatible address through the @ai-sdk/openai-compatible package, and an address that speaks the Responses API through @ai-sdk/openai.
From OpenCode documentation, read .
Pi
Put this in ~/.pi/agent/models.json:
{
"providers": {
"arcee": {
"baseUrl": "https://api.arcee.ai/api/v1",
"api": "openai-completions",
"apiKey": "$ARCEE_API_KEY",
"models": [
{
"id": "thinkingmachines/inkling-small"
}
]
}
}
}- The apiKey field can name an environment variable as $NAME.
From Pi documentation, read .
Codex
Codex speaks only the Responses API, and Arcee documents no Responses address. A gateway that offers one can sit in between.
- Codex speaks the Responses API only: responses is the one supported wire API of a custom provider. Ollama and LM Studio are built in and start with --oss.
From Codex documentation, read .
Claude Code
Claude Code sends Anthropic Messages requests, and Arcee documents no such address. A gateway that translates to that API can sit in between.
- Claude Code sends Anthropic Messages requests to ANTHROPIC_BASE_URL. Anthropic says it does not support routing Claude Code to models other than Claude through any gateway, so some features may not work with another model.
From Claude Code documentation, read .
Other ways to reach it
- Baseten, model
thinkingmachines/inkling-small - DeepInfra, model
thinkingmachines/Inkling-Small - Hugging Face, model
thinkingmachines/Inkling-Small - Kilo Gateway, model
thinkingmachines/inkling-small - LLMTR, model
thinkingmachines/inkling-small - NanoGPT, model
thinkingmachines/Inkling-Small - OpenRouter, model
thinkingmachines/inkling-small - Pioneer, model
thinkingmachines/inkling-small
Published results
These are results other people published. Baltor did not run them and does not rank models by them.
- Results the maker published on the model card published by thinkingmachines Hugging Face, read
- Artificial Analysis Coding Index: 52.9 published by Artificial Analysis OpenRouter, read
Sources of this page
- huggingface.co/api/models/thinkingmachines/Inkling-Small, read
- huggingface.co/thinkingmachines/Inkling-Small/raw/main/config.json, read
- huggingface.co/api/models/unsloth/Inkling-Small-GGUF/tree/main, read
- openrouter.ai/api/v1/models/thinkingmachines/inkling-small-20260730/endpoints, read
- openrouter.ai/api/v1/models, read
- models.dev/api.json, read
Paid links
No link in this directory is a paid link or an ad, and no listing is paid for. The order and the contents of every list come from the sources named on this page.