مصادقة واحدة لكل مزود
مفتاح RunAPI واحد يفتح الوصول إلى الكتالوج بالكامل. لا حسابات منفصلة، ولا تدوير مفاتيح لكل تكامل.
It looks like you may prefer a different language. Switch anytime.
استخدم Seedream API عبر RunAPI مع model skill ومصادقة موحدة وتسعير حسب الاستخدام.
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.
| المتغير | الفوترة | الأسعار | |
|---|---|---|---|
| seedream-4.5-edit | call | $0.100 | عرض → |
| seedream-4.5-text-to-image | call | $0.100 | عرض → |
| seedream-5-lite-edit | call | $0.080 | عرض → |
| seedream-5-lite-text-to-image | call | $0.080 | عرض → |
| seedream-5-pro-edit | call | $0.170 | عرض → |
| seedream-5-pro-layer-decomposition | call | $0.140 | عرض → |
| seedream-5-pro-text-to-image | call | $0.110 | عرض → |
| seedream-v4-edit | call | $0.080 | عرض → |
| seedream-v4-text-to-image | call | $0.080 | عرض → |
| Endpoint | الدقة | المدة | السعر | |
|---|---|---|---|---|
| edit_image | — | — | $0.10 / image |
الأسعار المعروضة للمتغير seedream-4.5-edit. المتغيرات الأخرى لها أسعار endpoint خاصة بها.
اختر النموذج والإصدار المناسبين لنوع المخرجات ومستوى الجودة وزمن الاستجابة المستهدف.
اضبط مفتاح RunAPI وثبّت model skill في مساحة عمل الكود.
استخدم تعليمات المهارة لإضافة ميزة النموذج داخل تطبيقك.
استعلم عبر task ID أو استخدم البث عند دعمه أو عالج webhook callback.
Seedream is optimized for typography and style control. Through RunAPI, all Seedream variants share one key and unified billing.
مفتاح RunAPI واحد يفتح الوصول إلى الكتالوج بالكامل. لا حسابات منفصلة، ولا تدوير مفاتيح لكل تكامل.
تسعير لكل استدعاء بالدولار الأمريكي، ويُفوتر شهريًا. لا تُحتسب التوليدات الفاشلة.
تأتي الـschemas المعرّفة وملاحظات الإعداد داخل model skill حتى يبدأ التنفيذ من العقد الصحيح.
حتى دقة 4K لتوليد الصور من النص. يمكن لتحرير الصور استهداف مخرجات بدقة 1K أو 2K أو 4K على v4.
Seedream has strong typography support — it reliably renders text like headlines, logos, and labels within generated images, especially in v4.5 and v5.
توليد الصور من النص يُنشئ صوراً من الصفر. وضع التحرير يقبل صورة مصدر واحدة أو أكثر مع تعليمات نصية ويُطبّق تعديلات موجّهة بالتعليمات مع الحفاظ على بقية الصورة.
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.
اختر أرخص نسخة تفي بمعيار الجودة لديك. يبدأ معظم الفرق بالنسخة السريعة ثم ينتقلون إلى pro للإنتاج.