Midjourney API Pricing#
Mode | Type 1 rate(per API call) | Type 2 rate(per API call) | Type 3 rate(per API call) |
---|
Relax | $0.015 | $0.01 | Free |
Fast | $0.04 | $0.01 | Free |
Turbo | $0.108 | $0.01 | Free |
Type Description:
Type 1: Services such as Imagine, Variation, Outpaint, Pan, Blend, Inpaint, Upscale 2x, Upscale 4x, PicReader, Reroll.
Type 2: Services like Upscale, Describe, PicReaderRetry (if different from PicReader), FaceSwap, Shorten.
Type 3: Fetch, ListByIds, Modal, Seed.
"Zoom" corresponds to "outpaint," "modal" corresponds to "inpaint," and "upscale2x" is also a type of zoom. PicReader will be compatible with these in the next version.
API interface description#
Switching MJ Mode:
Switch modes by modifying request uri, for example:
1.
base_url/mj-relax/mj/submit/imagine
2.
base_url/mj-fast/mj/submit/imagine
3.
base_url/mj-turbo/mj/submit/imagine
When submitting a task, you can fill in your own callback address through notifyHook, so that when the task sends changes, it will continue to push to this address. Users can modify their own task status through the callback address, or obtain it regularly through the id.
The callback request parameters are consistent with the response parameters of the task query interface.