ideogram-v3-remix API
استخدم ideogram-v3-remix من عائلة Ideogram V3 عبر RunAPI. تسعير لكل طلب، بدون اشتراك، والعمليات الفاشلة لا تُحتسب.
curl -X POST https://runapi.ai/api/v1/ideogram_v3/remix_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ideogram-v3-remix",
"prompt": "Create a movie poster for 'The Last Frontier' with the title in bold serif at the top, a space station in the background."
}'
import { IdeogramV3Client } from "@runapi.ai/ideogram-v3";
const client = new IdeogramV3Client();
const result = await client.remixImage.run({
model: "ideogram-v3-remix",
prompt: "Create a movie poster for 'The Last Frontier' with the title in bold serif at the top, a space station in the background.",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\IdeogramV3\IdeogramV3Client;
$client = new IdeogramV3Client();
$result = $client->remixImage->run([
'model' => 'ideogram-v3-remix',
'prompt' => 'Create a movie poster for \'The Last Frontier\' with the title in bold serif at the top, a space station in the background.',
]);
require "runapi/ideogram_v3"
client = RunApi::IdeogramV3::Client.new
result = client.remix_image.run(
model: "ideogram-v3-remix",
prompt: "Create a movie poster for 'The Last Frontier' with the title in bold serif at the top, a space station in the background."
)
npx skills add runapi-ai/ideogram-v3 -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
يستهدف ideogram-v3-remix نقطة التوازن المثالية بين الجودة والتكلفة ضمن عائلة Ideogram V3.
- تسعير لكل طلب بالدولار الأمريكي
- لا تُحتسب المحاولات الفاشلة
- البث المباشر عند دعمه من النموذج
- إعداد model skill
التسعير
التفاصيل الفنية
| معرّف النموذج | ideogram-v3-remix |
| المزوّد | Ideogram |
| الوسيط | image |
| نوع المهمة | asynchronous |
| وحدة الفوترة | call |
| API endpoint | /api/v1/ideogram_v3/remix_image |
| ترخيص تجاري | نعم — مشمول عبر API |
| حالة الكتالوج | جاهز للتشغيل |
البدء السريع — ideogram-v3-remix
نفس البنية · الإصدار مثبت في النموذج
# Install the model skill for app development workflows
npx skills add runapi-ai/ideogram-v3 -g
Install the Ideogram V3 skill for this app: 1. Add runapi-ai/ideogram-v3 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.
استخدم ideogram-v3-remix في أربع خطوات
التثبيت
ثبّت SDK الخاص بالنموذج أو مهارة الوكيل لهذا الخط من النماذج.
التهيئة
اضبط حقل model على معرّف النموذج الكامل الظاهر في هذه الصفحة.
الاستدعاء
أرسِل طلبًا مُهيكلًا يتضمن الـ prompt والمدخلات وإعدادات callback.
الاستلام
اقرأ استجابة المهمة أو callback webhook أو عنوان URL للإخراج المخزّن مؤقتًا من RunAPI.
ما المختلف في ideogram-v3-remix؟
Style remix from reference image + text prompt
Character-reference generation with one anchored identity image
Style remix from reference image + text prompt
Inpaint while preserving the referenced character identity
Style remix from reference image + text prompt
Remix a source image with character and style references
الأفضل لـ
تصوير المنتجات
أنشئ تلقائيًا صور منتجات بأسلوب lifestyle لكتالوجات التجارة الإلكترونية التي تفتقر إلى تصوير استوديو.
ألعاب وفن المفاهيم
ابتكر سريعًا مفاهيم للعوالم والشخصيات قبل الانتقال إلى العمل الفني النهائي.
رسوم تحريرية
أنشئ أعمال غلاف ورسومًا توضيحية فريدة للمدونات والمقالات على نطاق واسع.
الأسئلة الشائعة حول ideogram-v3-remix
هل معرّف النموذج ثابت عبر الإصدارات؟
يحافظ RunAPI على ثبات معرّف النموذج ويتعامل مع تحديثات الإصدارات المتوافقة دون تغيير شكل طلبك.
ما حد المعدل لهذا المتغير؟
تتدرج حدود المعدل لكل مفتاح بحسب مستوى الاستخدام. راجع صفحة التسعير للاطلاع على الحدود الحالية.
هل يمكنني التبديل إلى متغيرات أخرى لاحقًا؟
نعم — المتغير مجرد خيار. بدّل عبر تغيير معامل model.
هل يدعم البث المباشر؟
حيثما يتوفر البث، يقدّم RunAPI البث من البداية إلى النهاية.
أين أبلغ عن مشاكل الجودة؟
افتح issue في مستودع GitHub العام أو راسل الدعم عبر البريد الإلكتروني.