seedream-5-pro-text-to-image API
Gebruik seedream-5-pro-text-to-image uit de Seedream-familie via RunAPI. Prijs per aanroep, geen abonnement en mislukte generaties worden nooit in rekening gebracht.
curl -X POST https://runapi.ai/api/v1/seedream/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "seedream-5-pro-text-to-image",
"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.textToImage.run({
model: "seedream-5-pro-text-to-image",
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->textToImage->run([
'model' => 'seedream-5-pro-text-to-image',
'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.text_to_image.run(
model: "seedream-5-pro-text-to-image",
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-5-pro-text-to-image biedt de ideale balans tussen kwaliteit en kosten binnen de Seedream-familie.
- Prijs per call in USD
- Mislukte generaties worden niet gefactureerd
- Streaming wanneer ondersteund door het model
- Modelskill-setup
Prijzen
Technische details
| Model-ID | seedream-5-pro-text-to-image |
| Provider | Bytedance |
| Modaliteit | image |
| Taaktype | asynchronous |
| Facturatie-eenheid | call |
| API endpoint | /api/v1/seedream/text_to_image |
| Commerciële licentie | Ja — inbegrepen via API |
| Catalogusstatus | Operationeel |
Snelstart — seedream-5-pro-text-to-image
Zelfde structuur · variant vastgelegd in model
# Install the model skill for app development workflows
npx skills add runapi-ai/seedream -g
Install the Seedream skill for this app: 1. Add runapi-ai/seedream with the skills installer. 2. Load SKILL.md in this workspace. 3. Use its docs, schemas, pricing notes, and setup steps when adding model features. 4. Confirm the install path when done.
Gebruik seedream-5-pro-text-to-image in vier stappen
Installeren
Installeer de modelskill voor deze modelreeks.
Configureren
Zet het modelveld op de volledige model-ID die op deze pagina staat.
Aanroepen
Stuur een getypeerde request met je prompt, inputs en callback-instellingen.
Ontvangen
Lees de task-response, webhook-callback of cached output-URL van RunAPI.
Wat is er anders aan seedream-5-pro-text-to-image
Hoogwaardige fotorealistische generatie voor professionele beelden
Same realism with targeted region editing via mask/brush
Hoogwaardige fotorealistische generatie voor professionele beelden
Photorealistic output; stable anatomy; 8–14s generation
Hoogwaardige fotorealistische generatie voor professionele beelden
Stronger reference adherence + bilingual typography vs 4.5; faster
Ideaal voor
Productfotografie
Genereer automatisch lifestyle-productfoto's voor e-commercecatalogi zonder studiofotografie.
Game- en concept art
Werk snel concepten uit voor omgevingen en personages voordat je doorgaat naar de definitieve art.
Illustraties voor editorial
Genereer unieke cover art en illustraties voor blogposts en artikelen op schaal.
Veelgestelde vragen over seedream-5-pro-text-to-image
Is de model-ID stabiel tussen versies?
RunAPI houdt de model-ID stabiel en verwerkt compatibele versie-updates zonder de opzet van je request te wijzigen.
Wat is de rate limit voor deze variant?
Rate limits per key schalen mee met je usage tier. Bekijk de prijzenpagina voor de actuele limieten.
Kan ik later van variant wisselen?
Ja — variant is een flag. Wissel door de modelparameter aan te passen.
Ondersteunt het streaming?
Waar streaming beschikbaar is, streamt RunAPI end-to-end.
Waar meld ik kwaliteitsproblemen?
Open een issue in de publieke GitHub-repo of mail support.