Models/Midjourney
Image

Midjourney

by Midjourney

Midjourney v7 through the API — stylised generation with reference and character consistency.

Capabilities

  • Text to image
  • Style reference
  • Upscale

Available models

Pass any of these IDs in the model field.

Model IDDetailPrice
midjourney-v71024×1024$0.050 / call
midjourney-v7-upscaleper upscale$0.020 / call

Pricing starts at

$0.050 / call

Pay only for what you use. Each response returns the exact amount settled against your balance — no subscriptions, no minimums.

Quickstart

Midjourney · midjourney-v7

cURL
curl -X POST https://capi.ai/api/v1/images/generations \
  -H "Authorization: Bearer YOUR_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"model":"midjourney-v7","prompt":"A lighthouse at dusk"}'