Skip to content

Seedream 4.0

Seedream 4.0 is a multimodal image generation model from ByteDance. It natively accepts text, single-image, and multi-image inputs, returns either a single image or a consistent set, and renders up to 4K resolution at $0.03 per image.

Image Gen
index.ts
import { experimental_generateImage as generateImage } from 'ai';
const result = await generateImage({
model: 'bytedance/seedream-4.0',
prompt: 'A red balloon on a wooden table.'
});

Playground

Try out Seedream 4.0 by ByteDance. Usage is billed to your team at API rates. Free users (those who haven't made a payment) get $5 of credits every 30 days.