Image · Bytedance

Seedream

Text-to-image and image editing with strong typography rendering, up to 4K resolution.

Operational · 6 variants · à partir de $0.060
# Works with Claude Code, Codex, Gemini CLI, Cursor, and 50+ agents
npx skills add runapi-ai/seedream -g
The -g flag installs globally so every project picks it up.
Or paste this prompt to your AI agent:
Install the Seedream skill for me:

1. Clone https://github.com/runapi-ai/seedream
2. Copy the skills/seedream/ directory into your
   user-level skills directory (e.g. ~/.claude/skills/
   for Claude Code, ~/.codex/skills/ for Codex).
3. Verify that SKILL.md is present.
4. Confirm the install path when done.
APERÇU

Seedream is an image generation and editing model with strong typography rendering and up to 4K output resolution. It supports text-to-image and image editing workflows with fine-grained style control.

  • Installable agent skill
  • Unified API key
  • SDK examples included
  • Les générations échouées ne sont pas facturées
VARIANTES

Variantes

Variant Billing From
seedream-4.5-edit call $0.070 Voir →
seedream-4.5-text-to-image call $0.070 Voir →
seedream-5-lite-edit call $0.060 Voir →
seedream-5-lite-text-to-image call $0.060 Voir →
seedream-v4-edit call $0.100 Voir →
seedream-v4-text-to-image call $0.100 Voir →
AGENT USAGE

Use this model from your agent

Prompt + SDK example
# User prompt to the agent
"Create a social media graphic for a coffee shop sale with the text '50% OFF' in bold, warm tones, 4K."
// Code generated by the agent via @runapi.ai/seedream
import { SeedreamClient } from '@runapi.ai/seedream';

const client = new SeedreamClient();
const result = await client.editImage.run({
  model: 'seedream-4.5-edit',
  prompt: 'Create a social media graphic for a coffee shop sale with the text '50% OFF' in bold, warm tones, 4K.',
});
@runapi.ai/seedream npm
FONCTIONNEMENT

How to call this model

01

Install the skill

Add the model skill to your agent or install the SDK package.

02

Authenticate once

Use your RunAPI key for every supported model.

03

Send a request

Use the unified schema for the endpoint you need.

04

Receive output

Poll by task ID or handle the callback when the generation completes.

SDK QUICKSTART

SDK quickstart

runapi.ai
curl -X POST https://runapi.ai/api/v1/seedream/edit_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "seedream-4.5-edit",
  "image_url": "https://cdn.runapi.ai/public/samples/image.jpg",
  "prompt": "Create a social media graphic for a coffee shop sale with the text '50% OFF' in bold, warm tones, 4K."
}'
import { SeedreamClient } from "@runapi.ai/seedream";

const client = new SeedreamClient();
const result = await client.editImage.run({
    model: "seedream-4.5-edit",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "Create a social media graphic for a coffee shop sale with the text '50% OFF' in bold, warm tones, 4K.",
});
require "runapi/seedream"

client = RunApi::Seedream::Client.new
result = client.edit_image.run(
    model: "seedream-4.5-edit",
    image_url: "https://cdn.runapi.ai/public/samples/image.jpg",
    prompt: "Create a social media graphic for a coffee shop sale with the text '50% OFF' in bold, warm tones, 4K."
)
@runapi.ai/seedream v1
CONTEXTE

Where Seedream fits

Seedream is optimized for typography and style control. Through RunAPI, all Seedream variants share one key and unified billing.

Provider
Bytedance
Modality
Image
POURQUOI RUNAPI

Why use Seedream through RunAPI

One API key

Use the same credentials across models and providers.

Agent-ready

Installable skills include docs and schema for tool calls.

Predictable billing

Usage-based pricing is visible before you call.

FAQ

Frequently asked questions

How do I call this model?

Use the RunAPI SDK, CLI, or REST endpoint shown on this page.

Do failed generations cost money?

Les générations échouées ne sont pas facturées

Can agents use it directly?

Yes. Install the model skill and your agent gets the docs, schema, and examples.

COMMENCER

Start building with Seedream.