Midjourney · Utility
OpenClaw x Midjourney
Midjourney image and video generation runs asynchronously with task-status responses under one RunAPI key; the prompt utilities (image-to-prompt, prompt shortening, seed lookup) return synchronously.
Public versions and endpoints
| Model ID | Version | Endpoints | Starting price | Catalog |
|---|---|---|---|---|
midjourney-edit-image | Prompt-guided editing from one source image | /api/v1/midjourney/edit_image | $0.060 | Model detail |
midjourney-image-to-video | Animate a source image with optional motion guidance and final frame | /api/v1/midjourney/extend_video/api/v1/midjourney/image_to_video | $0.470 | Model detail |
midjourney-v8.1 | V8.1 text-to-image with aspect-ratio controls and optional prompt translation | /api/v1/midjourney/text_to_image | $0.050 | Model detail |
Configuration
Guide endpoint: <endpoint>
Select <model-id> to generate a request with the endpoint's public input contract.Verify
Select <model-id> to generate verification commands.Additional operations
These operations do not use a model ID.
/api/v1/midjourney/image_to_prompt/api/v1/midjourney/shorten_prompt/api/v1/midjourney/get_seed
How it works
- 1. Choose a model ID
Select a public catalog model ID and review its endpoint and current starting price.
- 2. Configure RunAPI
Set RUNAPI_API_KEY before making the endpoint request.
- 3. Verify the result
For asynchronous endpoints, poll the same endpoint until the Task reaches a terminal status.
FAQ
Which model ID should I use?
Choose a public model ID from the version table. Each ID exposes the endpoints shown for that version.
Does this guide configure a chat model?
No. This Model Line uses the endpoint workflow shown here and is not presented as an agent chat model.