Skip to content
Dashboard

Inkling

Inkling is a multimodal MoE model (975B total, 41B active, 256k context) reasoning over text, image, and audio inputs.

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