thinkingmachines/Inkling:peft:262144
256K
text, image
text
Supported
About this model
Inkling is a flagship open-weights multimodal Mixture-of-Experts (MoE) model from Thinking Machines Lab featuring 975B total parameters with 41B active per token. It natively processes text, image, and audio inputs and supports a 256K context window. The model offers a controllable 'thinking-effort' dial to balance compute cost against reasoning quality, excelling across coding, agentic workflows, and general reasoning tasks.
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": "15ee5cd3c9fc4100979ec27bc34a4188",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'Providers
Available routing options for this model through OneInfer.
15ee5cd3c9fc4100979ec27bc34a4188
Input
$7.480 / 1M
Output
$18.720 / 1M
Routing
OneInfer optimized
Pricing
Current OneInfer pricing for this model.
| Usage | Price |
|---|---|
| Input tokens | $7.480 / 1M |
| Output tokens | $18.720 / 1M |
Performance
Published evaluation results associated with this model.
Reasoning
Coding
Agentic
General
API example
curl https://api.oneinfer.ai/v1/chat/completions \
-H "Authorization: Bearer $ONEINFER_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "15ee5cd3c9fc4100979ec27bc34a4188",
"messages": [
{ "role": "user", "content": "Hello!" }
]
}'