Inkling Small 256K

Inkling Small 256K is the extended-context serving option for Thinking Machines Lab's smaller open-weight generalist.

input · usd / 1m tok

$1.16

output · usd / 1m tok

$2.89

context window

262.14ktokens

modalities · in → out

takes text and image in, gives text out

pricing

base api ratesusd per 1m tokens

input
$1.16
output
$2.89
cache read
$0.232

providers

Thinking Machines hosts Inkling Small 256K. Impossibl routes your request intelligently and handles failover automatically when a provider is down.

  • Thinking Machines

specifications

takes text and image in, gives text outthinkingmachines/inkling-small-256k

  • creatorThinking Machines
  • model typeText generation
  • context window262,144 tokens
  • maximum outputnot published
  • input

    takes text and image in, gives text out

  • outputtext
  • tool callingnot verified
  • endpoint/v1/chat/completions

unknown means the public catalog does not establish that fact. a model's documented capabilities can differ from what a particular api supports. see the model documentation for integration details.

try it · your prompt, this model, live

# responses API
import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["IMPOSSIBL_API_KEY"],
    base_url="https://api.impossibl.com/v1",
)

resp = client.responses.create(
    model="thinkingmachines/inkling-small-256k",
    input="",
)
print(resp.output_text)

edit the prompt, then run

benchmarks

benchmark results are not available for this model yet.

compare Inkling Small 256K with other models

frontier labs and open weights, best-ranked firstusd / 1m tok · in / out

impossibl models --all →

frequently asked questions

What is Inkling Small 256K?

Inkling Small 256K is the extended-context serving option for Thinking Machines Lab's smaller open-weight generalist. It combines text and image understanding for longer documents, coding tasks, and conversations.

How much does Inkling Small 256K cost?

Inkling Small 256K costs $1.16 per million input tokens and $2.89 per million output tokens through the Impossibl API. Cache reads cost $0.232 per million tokens. All rates are in USD.

view the pricing table ↑

What is the context length of Inkling Small 256K?

Inkling Small 256K has a 262,144-token context window through the Impossibl API.

What inputs and outputs does Inkling Small 256K support?

Inkling Small 256K accepts text and image as input. Inkling Small 256K returns text.

How do I use Inkling Small 256K through an API?

Inkling Small 256K is available through the Impossibl API. Use thinkingmachines/inkling-small-256k as the model identifier with /v1/chat/completions. The quickstart explains how to create an API key and send your first request.

follow the api quickstart →

this page describes Inkling Small 256K as listed by the impossibl public api. prices and availability come from that catalog, refreshed here every five minutes. this is an impossibl offering, not a comparison of independent hosting-provider quotes. model descriptions and release dates, where available, use the creator sources linked under the answers above.

view the source catalog ↗model as markdown ↗report a correction →