API · Models
Text

Seed 1.6

ByteDance's new multimodal deep-thinking model, supporting both text and visual inputs with enhanced reasoning capabilities.

ReasoningToolsVision
Context 256K·Max out 32K

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/bytedance/seed-1.6'),
  prompt: 'Why is the sky blue?',
});

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

Specs & pricing

Input $/M
0.25
Output $/M
2
Context window
256K
Max output
32K
Supported parameters

Related models

ModelTypeContextInput $/M
Bytedance Seed 1.8Text256K0.25
Seedance 2.0Video
Seedance 2.0 FastVideo
Seedance v1.0 ProVideo
Seedance v1.0 Pro FastVideo