النماذجالأسعارالمؤسسة
أكثر من 500 واجهة برمجة تطبيقات لنماذج الذكاء الاصطناعي، الكل في واجهة واحدة. فقط في CometAPI
واجهة برمجة التطبيقات للنماذج
مطور
البدء السريعالتوثيقلوحة تحكم API
الشركة
من نحنالمؤسسة
الموارد
نماذج الذكاء الاصطناعيمدونةالسجل التاريخي للتغييراتالدعم
شروط الخدمةسياسة الخصوصية
© 2026 CometAPI · All rights reserved
Home/Models/Midjourney/mj_turbo_reroll
M

mj_turbo_reroll

لكل طلب:$0.168
الاستخدام التجاري
نظرة عامة
الميزات
التسعير
API

Technical Specifications of mj-turbo-reroll

SpecificationDetails
Model IDmj-turbo-reroll
Model typeImage generation action endpoint for Midjourney-style reroll workflows
Primary functionRe-run an existing Midjourney generation in Turbo mode to produce a fresh result set from the same prompt context
Upstream ecosystemMidjourney-compatible proxy/API integrations
Speed modeTurbo mode
Performance profileTurbo jobs are designed to generate results up to 4× faster than standard Fast mode, though they consume Fast time at a higher rate upstream.
Typical operation classReroll / regenerate action on an existing task rather than a first-pass prompt submission.
Related workflowSubmit or locate an existing image task, identify the reroll action/button, send the reroll request, then poll or fetch the new task result.
Input dependencyUsually requires an existing task/job context and a reroll-specific action or customId, rather than only a plain text prompt.
OutputA new generated image task/result set derived from the same or remixed prompt context
Async supportYes; Midjourney-compatible APIs commonly return a task ID first and require later status retrieval or callback handling.
Callback/webhook supportCommonly supported through notification or callback hooks in compatible Midjourney proxy APIs.
Cost behaviorReroll is commonly grouped with Type 1 image actions in Midjourney-compatible Turbo pricing tables.

What is mj-turbo-reroll?

mj-turbo-reroll is CometAPI’s platform identifier for a Midjourney-compatible Turbo reroll capability. In practice, a “reroll” means regenerating an image job again so you get a new result set while keeping the original creative direction or task context. In Midjourney-compatible systems, reroll is treated as an image action alongside operations such as variation, outpaint, pan, and upscale-related actions.

The turbo part indicates that this model is mapped to Turbo-mode generation behavior. Midjourney documents Turbo Mode as a higher-speed GPU option available on newer Midjourney versions, with generation speeds that can be up to four times faster than Fast Mode.

Because reroll is an action on an existing job, mj-turbo-reroll is best understood not as a standalone text-to-image model for first submission, but as a specialized endpoint/workflow for regenerating prior image results quickly. Compatible APIs generally implement this by returning a task ID, then requiring you to fetch progress or receive a webhook callback when the rerolled task completes.

Main features of mj-turbo-reroll

  • Turbo-speed regeneration: Designed for rerolling image jobs in Turbo mode, which upstream Midjourney documentation describes as significantly faster than standard Fast mode.
  • Reroll-specific workflow: Focused on regenerating an existing task rather than creating an entirely new job from scratch. This is useful when you like the prompt direction but want different visual outcomes.
  • Task-based asynchronous processing: Compatible Midjourney APIs typically return a task ID first, letting applications poll for completion or handle results asynchronously.
  • Action/button integration: In many Midjourney proxy implementations, reroll is triggered via an action endpoint using a job-specific customId or button/action identifier extracted from a previous task result.
  • Webhook-friendly architecture: Common Midjourney-compatible APIs support callback URLs so applications can receive job-status updates automatically instead of polling continuously.
  • Fits multi-step image pipelines: Works well in production flows where users first imagine an image, inspect buttons/actions, then reroll, vary, pan, or upscale based on the returned task metadata.
  • Midjourney-compatible semantics: Aligns with the broader Midjourney action ecosystem, where reroll sits alongside variation, outpaint, inpaint, and other post-generation operations.

How to access and integrate mj-turbo-reroll

Step 1: Sign Up for API Key

To access mj-turbo-reroll, first create an account on CometAPI and generate an API key from the dashboard. Store the key securely and load it through an environment variable in your application so it is not hard-coded in client-side code or public repositories.

Step 2: Send Requests to mj-turbo-reroll API

Use CometAPI’s standard API configuration and set the model field to mj-turbo-reroll. Because this model is used for a reroll workflow, your request will typically be part of a multi-step image pipeline in which you first create or fetch an existing Midjourney-style task, then submit the reroll action using the required task context.

curl https://api.cometapi.com/v1/responses \
  -H "Authorization: Bearer $COMETAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "mj-turbo-reroll",
    "input": {
      "task_id": "your_existing_task_id",
      "action": "reroll"
    }
  }'

Step 3: Retrieve and Verify Results

After submission, retrieve the task result using CometAPI’s response payload and job-tracking workflow. For mj-turbo-reroll, verification usually means confirming that a new task was created successfully, monitoring it until completion, and checking that the returned images correspond to a fresh reroll of the original task rather than the original result set.

الميزات لـ mj_turbo_reroll

استكشف الميزات الرئيسية لـ mj_turbo_reroll، المصممة لتعزيز الأداء وسهولة الاستخدام. اكتشف كيف يمكن لهذه القدرات أن تفيد مشاريعك وتحسن تجربة المستخدم.

التسعير لـ mj_turbo_reroll

استكشف الأسعار التنافسية لـ mj_turbo_reroll، المصمم ليناسب الميزانيات المختلفة واحتياجات الاستخدام المتنوعة. تضمن خططنا المرنة أن تدفع فقط مقابل ما تستخدمه، مما يجعل من السهل التوسع مع نمو متطلباتك. اكتشف كيف يمكن لـ mj_turbo_reroll تحسين مشاريعك مع الحفاظ على التكاليف قابلة للإدارة.
سعر كوميت (USD / M Tokens)السعر الرسمي (USD / M Tokens)خصم
لكل طلب:$0.168
لكل طلب:$0.21
-20%

نموذج الكود وواجهة برمجة التطبيقات لـ mj_turbo_reroll

احصل على أكواد نماذجية شاملة وموارد API لـ mj_turbo_reroll لتبسيط عملية التكامل الخاصة بك. توفر وثائقنا التفصيلية إرشادات خطوة بخطوة، مما يساعدك على الاستفادة من الإمكانات الكاملة لـ mj_turbo_reroll في مشاريعك.

المزيد من النماذج

G

Nano Banana 2

مدخل:$0.4/M
الإخراج:$2.4/M
نظرة عامة على القدرات الأساسية: الدقة: حتى 4K (4096×4096)، على قدم المساواة مع Pro. اتساق الصور المرجعية: حتى 14 صورة مرجعية (10 عناصر + 4 شخصيات)، مع الحفاظ على اتساق الأسلوب/الشخصيات. نسب أبعاد قصوى: تمت إضافة نسب جديدة 1:4، 4:1، 1:8، 8:1، مناسبة للصور الطويلة والملصقات واللافتات. عرض النصوص: توليد نص متقدم، مناسب للرسوم المعلوماتية وتخطيطات الملصقات التسويقية. تعزيز البحث: تكامل Google Search + Image Search. الاستدلال: عملية تفكير مدمجة؛ تُعالَج المطالبات المعقدة بالاستدلال قبل التوليد.
D

Doubao-Seedance-2-0

في الثانية:$0.08
Seedance 2.0 هو نموذج تأسيسي للفيديو متعدد الوسائط من الجيل التالي تابع لـ ByteDance، يركّز على توليد فيديو سردي سينمائي متعدد اللقطات. وعلى خلاف عروض تحويل النص إلى فيديو أحادية اللقطة، يؤكّد Seedance 2.0 على التحكم القائم على المراجع (صور، مقاطع قصيرة، صوت)، واتساق الشخصيات والأسلوب عبر اللقطات، ومزامنة أصلية للصوت والفيديو — بهدف جعل الفيديو القائم على الذكاء الاصطناعي مفيدًا لسير العمل الإبداعي الاحترافي وعمليات المعاينة المسبقة.
C

Claude Opus 4.7

مدخل:$3/M
الإخراج:$15/M
أذكى نموذج للوكلاء والبرمجة
A

Claude Sonnet 4.6

مدخل:$2.4/M
الإخراج:$12/M
Claude Sonnet 4.6 هو أكثر نماذج Sonnet لدينا كفاءةً حتى الآن. إنه ترقية شاملة لقدرات النموذج في مجالات البرمجة، واستخدام الحاسوب، والاستدلال بسياقات طويلة، وتخطيط الوكلاء، والعمل المعرفي، والتصميم. كما يتميز Sonnet 4.6 بنافذة سياق بسعة 1M رمز في الإصدار التجريبي.
O

GPT-5.4 nano

مدخل:$0.16/M
الإخراج:$1/M
GPT-5.4 nano مصمم للمهام التي تكتسب فيها السرعة والتكلفة أهمية قصوى، مثل التصنيف، واستخراج البيانات، والترتيب، والوكلاء الفرعيين.
O

GPT-5.4 mini

مدخل:$0.6/M
الإخراج:$3.6/M
يقدّم GPT-5.4 mini قدرات GPT-5.4 ضمن نموذج أسرع وأكثر كفاءة مصمم لأحمال عمل كبيرة الحجم.