thinkingmachines/Inkling-Small:peft:262144
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.
Capabilities
text
Available through the unified API
image
Available through the unified API
Quick start
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "c9d86269398e4eba933161b9021fd592",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
c9d86269398e4eba933161b9021fd592
Input
$2.320 / 1M
Output
$5.780 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $2.320 / 1M |
| Output tokens | $5.780 / 1M |
Performance
Published evaluation results associated with this model.
Coding
General
Agentic
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "c9d86269398e4eba933161b9021fd592",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'