Jedno uwierzytelnienie, wszyscy providerzy
Jeden klucz RunAPI odblokowuje cały katalog. Bez osobnych kont i rotacji kluczy dla każdej integracji.
It looks like you may prefer a different language. Switch anytime.
Korzystaj z API Seedream przez RunAPI z model skillem, wspólnym uwierzytelnianiem i cennikiem pay-as-you-go.
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
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.
| 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 → |
| 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.
Wybierz model i wariant pasujące do typu wyjścia, progu jakości i celu opóźnienia.
Ustaw klucz RunAPI i zainstaluj model skill w workspace kodu.
Użyj instrukcji skilla, aby dodać funkcję modelu w swojej aplikacji.
Odpytuj po task ID, streamuj gdy wspierane albo obsłuż callback webhook.
Seedream is optimized for typography and style control. Through RunAPI, all Seedream variants share one key and unified billing.
Jeden klucz RunAPI odblokowuje cały katalog. Bez osobnych kont i rotacji kluczy dla każdej integracji.
Rozliczanie za wywołanie w USD, fakturowane co miesiąc. Nieudane generacje nie są naliczane.
Typowane schematy i notatki setupu są spakowane w model skill, więc implementacja startuje od właściwego kontraktu.
Do rozdzielczości 4K dla text-to-image. Edycja obrazu może celować w wyjście 1K, 2K lub 4K w v4.
Seedream has strong typography support — it reliably renders text like headlines, logos, and labels within generated images, especially in v4.5 and v5.
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.
Yes — Seedream 5 Lite can perform real-time web search for time-sensitive prompts, generating images informed by current events and trends.
Seedream 4.5 generates in a few seconds. Seedream 5 Lite is faster and ~15% cheaper.
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.