Submit a generation without waiting
submit_imagineQueue a Midjourney image generation and receive a job ID instantly, allowing multiple prompts or relax mode. Check back later with wait_for_job or get_job.
Instructions
Submit a generation and return immediately with the job id, without waiting for the images. Use this when queueing several prompts at once, or on relax mode where a job can take many minutes.
Follow it with wait_for_job, or check back later with get_job. Prefer the imagine tool when you just want the pictures.
Costs GPU time and cannot be refunded, so it needs confirm: true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exp | No | 0-100. Experimental aesthetics on v7. Sent as --exp. | |
| raw | No | Shorthand for style 'raw'. | |
| niji | No | Niji model version, for example '6'. The anime-oriented model line. Sent as --niji, and it ignores version. | |
| seed | No | 0-4294967295. Reusing a seed with an identical prompt gives a near-identical result, which is how you iterate on one image rather than rolling a new one. Sent as --seed. | |
| stop | No | 10-100. Stop rendering early for a blurrier, faster result. | |
| tile | No | Make a seamlessly tiling image. Sent as --tile. | |
| chaos | No | 0-100. How different the four results are from each other. Sent as --chaos. | |
| draft | No | Draft mode: much faster and cheaper, lower fidelity. Sent as --draft. | |
| speed | No | Generation speed. 'fast' burns fast-hours and takes under a minute. 'relax' is unlimited on Standard and above but queues, often for several minutes. 'turbo' is quickest and costs double. Defaults to MIDJOURNEY_DEFAULT_SPEED, itself 'fast'. | |
| style | No | Style modifier, most usefully 'raw' for less automatic prettification. Sent as --style. | |
| weird | No | 0-3000. Pushes toward the unusual. Sent as --weird. | |
| aspect | No | Aspect ratio as width:height, for example '16:9', '3:2', '1:1'. Sent as --ar. | |
| prompt | Yes | The subject text, in plain words. Do not put --parameters in here; use the fields below, which are validated before anything is spent. Midjourney reads the start of a prompt as the most important part. | |
| repeat | No | 1-40. Run the prompt this many times. Multiplies the cost. | |
| confirm | No | Must be true for this to run. This call spends GPU time from the Midjourney plan, or cannot be undone, so it is refused without an explicit confirmation. | |
| private | No | Keep the result off the public feed. Requires a plan that allows stealth mode. | |
| profile | No | Personalisation profile id, or 'auto' for this account's own. Sent as --profile. | |
| quality | No | 0.25, 0.5, 1, 2 or 4. Render time and therefore cost. Sent as --q. | |
| stylize | No | 0-1000. How strongly Midjourney applies its own aesthetic. Low follows the prompt literally, high makes prettier but less faithful images. Default is 100. Sent as --stylize. | |
| version | No | Model version, for example '7' or '6.1'. Sent as --v. Cannot be combined with niji. | |
| negative | No | Things to keep out, comma separated, for example 'text, watermark'. Sent as --no. | |
| moodboard | No | Use one of the account's moodboards as the style, by name or id. Partial names work: 'High Fashion' finds 'High Fashion | Woman'. Its images are sent as style references, so this is the shorthand for building a look you have already curated. Call list_moodboards to see them. | |
| omni_refs | No | Omni references, for carrying a character or object across images. An image URL or 'random'. Sent as --oref. This is the v7 replacement for --cref. | |
| style_refs | No | Style references, each an image URL, a numeric style code, or 'random'. Sent as --sref. Anything else is silently treated as prompt text by Midjourney, so this is validated here first. | |
| omni_weight | No | 0-1000. How strongly omni references apply. Sent as --ow. | |
| image_weight | No | 0-3. How much the image prompts matter against the text. Sent as --iw. | |
| style_weight | No | 0-1000. How strongly the style references apply. Sent as --sw. | |
| image_prompts | No | Direct URLs to images used as visual input, each ending in .png, .jpg, .jpeg, .webp or .gif. A link to the page an image sits on will not work. These are prepended to the prompt, which is what Midjourney expects. | |
| moodboard_refs | No | How many images to take from the moodboard, 1-10. Defaults to 4. They are spread across the board rather than taken from the front, so a large board does not always draw on its oldest images. |