Thinking Machines

thinkingmachines/Inkling-Small:peft:262144

thinkingmachines/Inkling-Small
Context

256K

Input

text, image

Output

text

Tool calling

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.

UsagePrice
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

SWE-bench Verified80.2
Terminal Bench 2.164.7

General

Artificial Analysis Intelligence Index40

Agentic

τ³-Banking15.5

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!" }
    ]
  }'