Thinking Machines

thinkingmachines/Inkling:peft:262144

thinkingmachines/Inkling
Context

256K

Input

text, image

Output

text

Tool calling

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.

Input modalities

text

Accepted as model input

image

Accepted as model input

Providers

Available routing options for this model through OneInfer.

Input tokens

$7.480 / 1M tokens

Output tokens

$18.720 / 1M tokens

Routing

OneInfer optimized

Pricing

Current OneInfer pricing for this model.

UsagePrice
Input tokens$7.480 / 1M tokens
Output tokens$18.720 / 1M tokens
Cached input tokens$0.748 / 1M tokens

Performance

Published evaluation results associated with this model.

Reasoning

GPQA Diamond87.2
SimpleQA43.9

Coding

SWE-bench Verified77.6
Terminal Bench 2.163.8

Agentic

Design Arena1257
τ³-Banking23.7

General

Artificial Analysis Intelligence Index41

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",
    "messages": [
      { "role": "user", "content": "Hello!" }
    ]
  }'