File size: 1,048 Bytes
b37122c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
# Midjourney API
**Model Page:** [Midjourney API](https://www.cometapi.com/midjourney-api/)
This model card illustartes the steps to use Midjourney API's endpoint. You can also check out other model cards:
**Model Information**
Renowned for its exceptional text-to-image generative AI capabilities, Midjourney is a preferred tool among graphic designers, photographers, and creatives aiming to explore AI-driven artistry. Despite the absence of an official API from Midjourney, CometAPI has introduced the unofficial Midjourney API, empowering developers to incorporate this cutting-edge text-to-image model into their AI applications.
## Usage Steps
Below we share the code snippets on how to use Midjourney API's upscale endpoint.
- The programming language is Python
- The origin task ID should be the task ID of the fetched imagine endpoint
Getting started with MidJourney V7 is very simple—just add the `--v 7` parameter at the end of your prompt. This simple command tells CometAPI to use the latest V7 model to generate your image. |