Midjourney V7 API
Click Generate to see preview
History
最多保留20条0 运行中 · 0 已完成
Midjourney V7 API 价格、Playground 与接入指南
把 Midjourney V7 API 最快接进生产环境。按次透明计费、浏览器 playground 在线调试、Omni Reference 图生图、完整 API 文档——一把 EvoLink Key 全搞定。注册即送 10 个免费 credits。

Billing Rules
- •Each request produces 4 images. Some may be filtered by Midjourney's content review, so you'll get 1–4 back.
- •Credits are charged per request, not per image.
Pricing
| Model | Mode | Speed | Price |
|---|---|---|---|
| Midjourney V7 | Image Generation | Draft (Economy) | $0.040/ image(2.7 Credits) |
| Midjourney V7 | Image Generation | Fast (Default) | $0.079/ image(5.4 Credits) |
| Midjourney V7 | Image Generation | Turbo (Priority) | $0.159/ image(10.8 Credits) |
If it's down, we automatically use the next cheapest available—ensuring 99.9% uptime at the best possible price.
Midjourney V7 能做什么?

Midjourney 图生图工作流
用参考图精准控制每次生成。V7 API 支持 image prompt、Omni Reference (--oref)、Style Reference (--sref) 和图像权重 (--iw),出图风格稳定、可复现。

Omni Reference 参考图工作流
用参考图锁定每次生成的主体、物体或场景。V7 API 原生支持 Omni Reference (--oref) 和 Style Reference (--sref),轻松搭建可复用、品牌一致的出图流水线。

为什么选 Midjourney V7 API?
通过 evolink.ai 调用 Midjourney V7:开发者友好的 API、透明计费、企业级稳定性。
三档速度可选
按场景灵活选档。Draft Mode (1x) 成本最低,适合批量探索;Fast (2x) 满足常规生产需求;Turbo (4x) 优先出图,几乎无排队。
原生 MJ 参数直传
prompt 里直接写 Midjourney 参数:--ar 宽高比、--s 风格化、--chaos 变化度、--sref Style Reference、--oref Omni Reference、--iw 图像权重、--no 负向词……和 Discord 里一样的写法,零学习成本。
生产级基础设施
evolink.ai 底层高并发架构,99.9% 可用性。async 任务 + 进度回调,接入生产系统稳定可靠。
三步接入 Midjourney V7
快速把专业级 AI 出图能力加到你的应用里。
拿到 API Key
在 evolink.ai 注册,获取 API Key。一把 Key 即可调用 Midjourney V7 全部能力。
拼装请求
用原生 MJ 语法写 prompt,选速度档位(draft / fast / turbo),按需传参考图。文档示例覆盖常见场景,直接复制可用。
拿结果、展示
发请求后轮询 task_id,完成后最多拿到 4 张高质量图片。CDN 分发,响应稳定。
Midjourney V7 核心能力
通过 EvoLink 调用 MJ V7 可以用到的关键特性。
单次请求出 4 张图
每次生成返回 4 张不同变体,一次调用拿到多个方案,性价比拉满。
原生 Prompt 语法
全面支持 V7 参数:--ar(宽高比)、--s(风格化)、--chaos、--no(负向词)、--seed、--sref(Style Reference)、--oref(Omni Reference)、--iw(图像权重)、--sw(风格权重)等。
三档速度
Draft (1x)、Fast (2x)、Turbo (4x),每次请求按需选档,成本和速度自己掌控。
Omni 与 Style Reference
--oref (Omni Reference) 锁定主体跨批次一致,--sref (Style Reference) 迁移风格并可用 --sw 调权重。做品牌商品图、Personalization 风格体系、可复用视觉模板的首选方案。
Async 异步处理
提交即返回 task_id,轮询或 webhook 获取结果。典型出图时间 1-3 minutes。
内容安全审核
4 张图逐张过 Midjourney 内容审核,只返回通过的图片。
常见问题
Everything you need to know about the product and billing.
提示词
Image Prompt
JPG, JPEG, PNG, WEBP, GIF · Max 10MB · Up to 20 files
Composition
--ar--qStyle & Creativity
--s--chaos--w--exp--raw--tileControl
--no--seedStyle Reference
--sref最多 20 张图片JPG, JPEG, PNG, WEBP, GIF · Max 10MB · Up to 20 files
Object Reference (V7 only)
--oref仅限 1 张图片JPG, JPEG, PNG, WEBP, GIF · Max 10MB · Up to 1 file
V7 参数速查
--ar W:H — Aspect ratio (integers only)
--s 0-1000 — Stylize (default 100)
--chaos 0-100 — Variation between 4 images
--w 0-3000 — Weird / surreal
--exp 0-100 — Experimental aesthetics (V7 only)
--q 1|2|4 — Quality (V7 values)
--no ... — Exclude elements
--raw — Disable beautification
--tile — Seamless pattern
--sref URL — Style reference
--oref URL — Object reference (V7 only, generation takes longer)
--v 7 与速度档位由 API 自动处理。
API Reference
Select endpoint
Authentication
All APIs require Bearer Token authentication.
Authorization:
Bearer YOUR_API_KEY/v1/images/generationsGenerate Image
Midjourney V7 (mj-v7) generates 4 high-quality images per request. Supports text-to-image and image-to-image with native Midjourney prompt syntax.
Asynchronous processing mode, use the returned task ID to .
Generated image links are valid for 24 hours, please save them promptly.
Request Parameters
modelstringRequiredDefault: mj-v7Image generation model name.
| Value | Description |
|---|---|
| mj-v7 | Midjourney V7 model |
mj-v7promptstringRequiredPrompt describing the image to generate. Supports native Midjourney syntax including parameters like --ar, --s, --no, --chaos, --seed, --sref, --oref. For image-to-image, place image URLs at the beginning of the prompt (native MJ syntax).
Notes
- This model uses Midjourney V7 — no need to specify --v 7
- --v / --version / --niji parameters are not supported and will be ignored
- Speed flags (--fast, --turbo, --draft) are not supported in prompt — use the speed parameter instead
- Image-to-image: place image URLs before the text prompt (e.g. https://example.com/ref.jpg a cat --ar 16:9)
- All other MJ parameters (--ar, --s, --no, --chaos, --seed, --sref, --oref, --iw) work as expected
https://example.com/reference.jpg a serene Japanese garden with cherry blossoms --ar 16:9 --s 500model_params.speedstringOptionalDefault: fastGeneration speed tier. Affects pricing and queue priority.
| Value | Description |
|---|---|
| draft | Economy mode (1× price, ~2.7 Credits) |
| fast | Default mode (2× price, ~5.4 Credits) |
| turbo | Priority mode (4× price, ~10.8 Credits) |
fastcallback_urlstringOptionalHTTPS callback address after task completion.
Notes
- Triggered on completion, failure, or cancellation
- HTTPS only, no internal IPs
- Max length: 2048 chars
- Timeout: 10s, Max 3 retries
https://your-domain.com/webhooks/mj-task-completed