Bytedance Seed 1.8

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.

index.ts
import { streamText } from 'ai'
const result = streamText({
model: 'bytedance/seed-1.8',
prompt: 'Why is the sky blue?'
})