Inkling

Inkling is an open-weight multimodal mixture-of-experts model from Thinking Machines Lab, with 41B active parameters out of 975B total. It is designed for general-purpose reasoning, coding, agentic and tool-use systems, retrieval-augmented generation, instruction following, and multilingual conversational applications. Its native image and audio understanding supports multimodal analysis alongside text.

Speech-to-textThinkingmachines1M tokens$1.0356 / min

thinkingmachines/inkling

Context
1M tokens
Completion cap
262,144
Tools
Yes
JSON
Yes
Released
2026-07-17

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/chat/completions \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "thinkingmachines/inkling",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Inkling?
Inkling is an open-weight multimodal mixture-of-experts model from Thinking Machines Lab, with 41B active parameters out of 975B total. It is designed for general-purpose reasoning, coding, agentic and tool-use systems, retrieval-augmented generation, instruction following, and multilingual conversational applications. Its native image and audio understanding supports multimodal analysis alongside text. Inkling runs on the Geek Hub API (OpenAI-compatible). Model id: thinkingmachines/inkling.
Is Inkling free?
No. $1.0356 per minute on Geek Hub.
What is the context length of Inkling?
Inkling has a 1M tokens context window. It supports up to 262,144 completion tokens.
When was Inkling released?
Inkling was released on 2026-07-17.

More models from Thinkingmachines