Inkling (free)

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-textThinkingmachines262k tokensFree

thinkingmachines/inkling:free

Context
262k tokens
Completion cap
262,144
Tools
Yes
JSON
No
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:free",
    "messages": [{"role": "user", "content": "Hola"}]
  }'
Get an API key

Frequently asked questions

What is Inkling (free)?
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 (free) runs on the Geek Hub API (OpenAI-compatible). Model id: thinkingmachines/inkling:free.
Is Inkling (free) free?
Yes. The listed price is zero — you are not charged for prompt or completion tokens. Free endpoints are rate limited.
What is the context length of Inkling (free)?
Inkling (free) has a 262k tokens context window. It supports up to 262,144 completion tokens.
When was Inkling (free) released?
Inkling (free) was released on 2026-07-17.

More models from Thinkingmachines