Midjourney
Remix (reshape, v8 / v8.1 only)
The v8 panel’s reshape: regenerates the parent image and can change the prompt, in strong / subtle strengths
POST
The v8 panel removed U1-U4 / pan / zoom / outpaint / inpaint. Replacements: variation → Variation / High Variation; reshape → this endpoint; regenerate → Reroll.
| Item | Value |
|---|---|
| action | REMIX_STRONG / REMIX_SUBTLE |
| Billing | midjourney@remix_strong[-speed] / midjourney@remix_subtle[-speed] |
| Required | task_id + index |
Parameters
| Field | Type | Required | Default | Notes |
|---|---|---|---|---|
task_id | string | Yes | — | Parent task (v8 / v8.1 imagine SUCCESS) |
index | int | Yes | — | Which parent tile to reshape (1–4) |
prompt | string | No | (inherits parent) | New prompt for the reshape; if empty, uses the parent’s prompt |
speed | string | No | relax | relax / fast / turbo |
Strength comparison
| Endpoint | op | Change amount | Analogy |
|---|---|---|---|
/remix-strong | remixStrong | Large change, composition / style may shift | Like High Variation (strong) |
/remix-subtle | remixSubtle | Small change, keeps subject / tone | Like Variation (subtle) |
Request example
Strong reshape:Response
Submission returns a new localtask_id; poll GET /v1/tasks/{task_id}, and on SUCCESS it includes 4 reshaped images.
Notes
- Only v8 / v8.1 parents work; a non-v8 parent returns
400. - For v7 / v6 parents use Variation / High Variation / Low Variation.