thinkingmachinesVision
Thinking Machines: Inkling Small
Inkling Small is an open-weight multimodal mixture-of-experts model from Thinking Machines Lab, with 12B active parameters out of 276B total. It is positioned as the smaller, more efficient member of...
Context
524k tokens
Input / 1M tokens
$0.58
Output / 1M tokens
$1.44
Benchmark
—
Pricing
Input tokens$0.58 per 1M tokens
Output tokens$1.44 per 1M tokens
Cache read$0.12 per 1M tokens
Technical details
Model IDthinkingmachines/inkling-small
Context window524k tokens
Input modalitiestext, image, audio
Output modalitiestext
TokenizerOther
Max output tokens262,144
Use with MegaBrain
import OpenAI from 'openai'
const client = new OpenAI({
baseURL: 'https://getmegabrain.com/api/gateway/v1',
apiKey: process.env.MEGABRAIN_API_KEY,
})
const response = await client.chat.completions.create({
model: 'thinkingmachines/inkling-small',
messages: [{ role: 'user', content: 'Hello!' }],
})Ready to use Thinking Machines: Inkling Small?
Get an API key and start making requests in minutes.
Get an API key