256K
text, image
text
Supported
About this model
Inkling-Small is a general-purpose multimodal Mixture-of-Experts (MoE) model featuring 266B total parameters with only 12B active during inference. Natively processing text, image, and audio inputs, it supports a 256K token context window and variable thinking effort. Despite being a quarter of the size of the flagship Inkling model, it matches or exceeds its predecessor on key coding and agentic tasks while requiring significantly less compute.
Input modalities
text
Accepted as model input
image
Accepted as model input
Providers
Available routing options for this model through OneInfer.
Input tokens
$2.320 / 1M tokens
Output tokens
$5.780 / 1M tokens
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $2.320 / 1M tokens |
| Output tokens | $5.780 / 1M tokens |
| Cached input tokens | $0.232 / 1M tokens |
Performance
Published evaluation results associated with this model.
Coding
General
Agentic
API example
curl https://api.oneinfer.ai/v1/ula/chat/completions \
-H "Authorization: Bearer $JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "thinkingmachines/Inkling-Small",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'