Skip to content

Bytedance Seed 1.8

Bytedance Seed 1.8 is ByteDance's generalized agentic model. It combines a Search Agent, Code Agent, and GUI Agent in one multimodal system with token-efficient visual encoding and three adaptive thinking modes.

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