Skip to content
Dashboard

Inkling

Inkling is an open-weights multimodal Mixture-of-Experts model that reasons over text, images, and audio. It supports controllable thinking effort and a context window of 256K tokens. Call Inkling on AI Gateway with thinkingmachines/inkling. Your use is subject to Thinkingmachines's Terms & Privacy Policies.

ReasoningTool UseVision (Image)File Input
import { streamText } from 'ai'
const result = streamText({
model: 'thinkingmachines/inkling',
prompt: 'Why is the sky blue?'
})
Read docs