Unlock exclusive introductory pricing for the newly launched Gemini 3.5 Flash.
M

mj_fast_reroll

Pro Anfrage:$0.056
Verรถffentlicht:Oct 1, 2025
Beliebt
Kommerzielle Nutzung

Technical Specifications of mj-fast-reroll

SpecificationDetails
Model IDmj-fast-reroll
Provider familyMidjourney-style image generation / reroll operation (cometapi.com)
Primary functionRe-run or reroll an existing Midjourney task to generate a fresh result set based on the same prompt lineage
API typeTask-based API that simulates Midjourney Discord-style button interactions rather than a simple one-shot REST image endpoint (apidoc.cometapi.com)
ModeFast mode variant of the reroll workflow
Pricing on CometAPI$0.056 per request (cometapi.com)
Commercial useSupported on the CometAPI model page (cometapi.com)
Input patternTypically requires a previously created Midjourney task context, since reroll is a follow-up operation in the task state machine (apidoc.cometapi.com)
OutputA new image-generation task result corresponding to the rerolled request (apidoc.cometapi.com)

What is mj-fast-reroll?

mj-fast-reroll is a Midjourney-oriented API operation exposed through CometAPI for rerolling an existing generation in fast mode. In practice, โ€œrerollโ€ means requesting a fresh generation pass from the same prompt and interaction branch, similar to pressing a reroll button in the Midjourney workflow.

Unlike a plain text-to-image endpoint that starts from scratch each time, this model fits into a stateful Midjourney task flow. CometAPIโ€™s Midjourney quick-start documentation explains that these APIs simulate Discord button interactions, where each step returns the next valid actions. That makes mj-fast-reroll especially useful when your application needs to continue from an already generated job and quickly obtain alternative results without rebuilding the whole interaction manually. (apidoc.cometapi.com)

On CometAPI, the model is listed under the Midjourney family with per-request billing and commercial-use support. (cometapi.com)

Main features of mj-fast-reroll

  • Fast reroll workflow: Designed for fast-mode Midjourney reruns, helping developers regenerate variations more quickly than relax-mode equivalents.
  • Midjourney button/state compatibility: Works within a state-machine interaction model that mirrors Midjourney button actions, which is important for apps that automate follow-up generation steps. (apidoc.cometapi.com)
  • Prompt lineage reuse: Lets you reuse the context of an existing generation branch instead of reconstructing the workflow from the beginning. This is an inference based on how reroll operations are categorized in Midjourney API docs.
  • Production-friendly billing: CometAPI lists the model at a fixed per-request price of $0.056, which makes cost estimation straightforward for batch or user-triggered image retries. (cometapi.com)
  • Commercial-use availability: The CometAPI listing marks the model as available for commercial use, which is relevant for SaaS products, creative tools, and internal automation pipelines. (cometapi.com)
  • Unified access via CometAPI: As part of CometAPIโ€™s aggregated model catalog, it can be integrated through the platformโ€™s unified API approach rather than requiring a separate provider-specific setup. (cometapi.com)

How to access and integrate mj-fast-reroll

Step 1: Sign Up for API Key

Sign up on CometAPI and create your API key in the dashboard. Once generated, store it securely and use it as your Bearer token for all requests to the mj-fast-reroll API.

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

Send requests through CometAPI using the model ID mj-fast-reroll. Because this is a Midjourney-style task workflow, you will typically call it as a follow-up action tied to an existing task or button state, rather than as a completely standalone generation. CometAPIโ€™s Midjourney documentation notes that these APIs behave like a state machine, so your request flow should preserve the task context returned by earlier steps. (apidoc.cometapi.com)

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

Step 3: Retrieve and Verify Results

After submission, retrieve the generated result using the task or response ID returned by CometAPI. Verify that the rerolled output matches the expected Midjourney branch and status before displaying it to end users or sending it into downstream editing workflows. Since Midjourney-style APIs are asynchronous and state-driven, result polling or callback-based verification is typically part of a reliable integration. (apidoc.cometapi.com)

Preise fรผr mj_fast_reroll

Entdecken Sie wettbewerbsfรคhige Preise fรผr mj_fast_reroll, die fรผr verschiedene Budgets und Nutzungsanforderungen konzipiert sind. Unsere flexiblen Tarife stellen sicher, dass Sie nur fรผr das bezahlen, was Sie nutzen, und erleichtern die Skalierung entsprechend Ihren wachsenden Anforderungen. Erfahren Sie, wie mj_fast_reroll Ihre Projekte verbessern kann, wรคhrend die Kosten รผberschaubar bleiben.

Comet Price (USD / M Tokens)Official Price (USD / M Tokens)Discount
Pro Anfrage:$0.056
Pro Anfrage:$0.07
-20%

Beispielcode und API fรผr mj_fast_reroll

Greifen Sie auf umfassende Beispielcodes und API-Ressourcen fรผr mj_fast_reroll zu, um Ihren Integrationsprozess zu optimieren. Unsere detaillierte Dokumentation bietet schrittweise Anleitungen und hilft Ihnen dabei, das volle Potenzial von mj_fast_reroll in Ihren Projekten zu nutzen.