It looks like you may prefer a different language. Switch anytime.

Image Bytedance

Seedream API

Korzystaj z API Seedream przez RunAPI z model skillem, wspólnym uwierzytelnianiem i cennikiem pay-as-you-go.

runapi.ai
curl -X POST https://runapi.ai/api/v1/seedream/edit_image \
  -H "Authorization: Bearer $RUNAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
  "model": "seedream-v4-text-to-image",
  "source_image_urls": [
    "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-v4-text-to-image",
    source_image_urls: ["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.",
});
<?php

require __DIR__ . "/vendor/autoload.php";

use RunApi\Seedream\SeedreamClient;

$client = new SeedreamClient();
$result = $client->editImage->run([
        'model' => 'seedream-v4-text-to-image',
        'source_image_urls' => ['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-v4-text-to-image",
    source_image_urls: ["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."
)
npx skills add runapi-ai/seedream -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp

# Codex
codex plugin install runapi-mcp@agents

# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
@runapi.ai/seedream v1
OVERVIEW

O Seedream

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.

Dostawca
Bytedance
Modalność
Image

Porównaj wszystkie warianty API

Wariant Rozliczenia Cennik
seedream-4.5-edit call $0.100 Zobacz →
seedream-4.5-text-to-image call $0.100 Zobacz →
seedream-5-lite-edit call $0.080 Zobacz →
seedream-5-lite-text-to-image call $0.080 Zobacz →
seedream-5-pro-edit call $0.170 Zobacz →
seedream-5-pro-layer-decomposition call $0.140 Zobacz →
seedream-5-pro-text-to-image call $0.110 Zobacz →
seedream-v4-edit call $0.080 Zobacz →
seedream-v4-text-to-image call $0.080 Zobacz →
PRICING

Cennik Seedream

Endpoint Rozdzielczość Czas trwania Cena
edit_image $0.10 / image

Ceny podane dla seedream-4.5-edit. Pozostałe warianty mają własne cenniki endpointów.

Integracja agentów

Uruchamiaj Seedream z agenta

JAK TO DZIAŁA

Zacznij korzystać z Seedream

  1. Wybierz model

    Wybierz model i wariant pasujące do typu wyjścia, progu jakości i celu opóźnienia.

  2. Konfiguracja

    Ustaw klucz RunAPI i zainstaluj model skill w workspace kodu.

  3. Implementacja

    Użyj instrukcji skilla, aby dodać funkcję modelu w swojej aplikacji.

  4. Odbiór

    Odpytuj po task ID, streamuj gdy wspierane albo obsłuż callback webhook.

CONTEXT

Czym jest API Seedream?

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

Dostawca
Bytedance
Zobacz wszystko →
Modalność
Image
Przeglądaj modele →

Dlaczego używać API Seedream przez RunAPI

Jedno uwierzytelnienie, wszyscy providerzy

Jeden klucz RunAPI odblokowuje cały katalog. Bez osobnych kont i rotacji kluczy dla każdej integracji.

Ujednolicony cennik i rozliczenia

Rozliczanie za wywołanie w USD, fakturowane co miesiąc. Nieudane generacje nie są naliczane.

Skill ze schematami

Typowane schematy i notatki setupu są spakowane w model skill, więc implementacja startuje od właściwego kontraktu.

Pytania o Seedream

What is the maximum output resolution?

Do rozdzielczości 4K dla text-to-image. Edycja obrazu może celować w wyjście 1K, 2K lub 4K w v4.

How accurate is text rendering in Seedream?

Seedream has strong typography support — it reliably renders text like headlines, logos, and labels within generated images, especially in v4.5 and v5.

What is the difference between text-to-image and edit modes?

Text-to-image generuje od zera. Tryb edycji przyjmuje jeden lub więcej obrazów źródłowych oraz instrukcję tekstową i stosuje ukierunkowane, sterowane instrukcją modyfikacje, zachowując resztę obrazu.

Does Seedream 5 Lite use web search?

Yes — Seedream 5 Lite can perform real-time web search for time-sensitive prompts, generating images informed by current events and trends.

How fast is generation?

Seedream 4.5 generates in a few seconds. Seedream 5 Lite is faster and ~15% cheaper.

Od jakiego wariantu powinienem zacząć?

Wybierz najtańszy wariant, który spełnia Twoje wymagania jakościowe. Większość zespołów zaczyna od szybkiego wariantu, a do produkcji przechodzi na pro.

PODOBNE MODELE

Jeśli podoba Ci się API Seedream, wypróbuj też te

Zacznij budować z API Seedream.