Skip to content
Dashboard

Seedream 5.0 Pro

Seedream 5.0 Pro is an image generation and editing model from ByteDance. Seedream 5.0 Pro renders text without spelling errors, follows typographic rules, and produces dense infographics with charts, timelines, and layouts at $0.035 per image. Your use is subject to ByteDance's Terms & Privacy Policies.

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

About Seedream 5.0 Pro

Seedream 5.0 Pro became available on AI Gateway on July 11, 2026. Seedream 5.0 Pro handles both image generation and image editing, so one model covers creating an asset from a text prompt and revising an asset you already have.

Text rendering separates Seedream 5.0 Pro from earlier image models. Seedream 5.0 Pro renders text without spelling errors and follows typographic rules, which matters for posters, product mockups, UI screenshots, and any asset where misspelled or misaligned type forces another pass.

Dense information design is the second focus. Seedream 5.0 Pro produces infographics that combine charts, timelines, and structured layouts, and renders realistic imagery in the same output. Diagrams and explanatory graphics that used to require a design tool can come straight from a prompt.

ByteDance positions Seedream 5.0 Pro for complex, lifelike image creation and editing, and highlights precise editing control, commercial applicability, and natural rendering results.

Seedream 5.0 Pro is a dedicated image model. Call it through the AI SDK's generateImage function with the model set to bytedance/seedream-5.0-pro. AI Gateway handles authentication and provider routing, mirrors provider pricing with no markup, and adds no platform fee on inference, including for Bring Your Own Key requests.