API · Models
Text

Inkling

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

ReasoningToolsVisionFiles
Context 256K·Max out 256K

Quickstart

import { streamText } from 'ai';
import { createOpenAICompatible } from '@ai-sdk/openai-compatible';

const blackbox = createOpenAICompatible({
  name: 'blackbox',
  apiKey: process.env.BLACKBOX_API_KEY!,
  baseURL: 'https://api.blackbox.ai/v1',
});

const result = streamText({
  model: blackbox('blackboxai/thinkingmachines/inkling'),
  prompt: 'Why is the sky blue?',
});

for await (const chunk of result.textStream) {
  process.stdout.write(chunk);
}

Specs & pricing

Input $/M
1
Output $/M
4.05
Context window
256K
Max output
256K
Supported parameters

Related models

ModelTypeContextInput $/M
NVIDIA: Nemotron 3 UltraText1M0.6
Kimi K2.7 CodeText262.1K0.95
GLM 5.2Text1.0M1.40
Gemma 4 31BText262.1K0.14
GPT-OSS 120BText131K0.1