API · Models
Text

Bytedance Seed 1.8

Bytedance Seed 1.8 features stronger multimodal understanding and agent capabilities. The model delivers superior performance across a wide range of complex real-world tasks, helping enterprises create greater value.

ReasoningToolsVision
Context 256K·Max out 64K

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.8'),
  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
64K
Supported parameters

Related models

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