Seed 1.6

bytedance/seed-1.6

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

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