AI-APIs commited on
Commit
5478a75
·
verified ·
1 Parent(s): 7dda88d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -12,9 +12,11 @@ inference: false
12
 
13
  # Midjourney API
14
 
 
 
15
  Community model card for calling Midjourney through a REST API.
16
 
17
- Midjourney has no official public API. This repo documents the `midjourney` model as exposed by [Apiframe](https://apiframe.ai/docs/images/midjourney): text-to-image on V8.2, a 4-image grid per job, and follow-up actions (upsample, variation, inpaint, outpaint, pan). Image-to-video is a separate model id, `midjourney-video`.
18
 
19
  This repository does not host weights. Midjourney is a closed model. Inference runs remotely.
20
 
@@ -120,7 +122,7 @@ requests.post(
120
 
121
  - Closed model. No weights, fine-tuning, or local inference.
122
  - Not an official Midjourney endpoint. Requires an Apiframe API key (`X-API-Key`).
123
- - Commercial use follows [Midjourney's terms](https://docs.midjourney.com/hc/en-us/articles/32080852940557-Community-Guidelines).
124
  - Generated media is retained on the CDN for 90 days.
125
 
126
  ## License
 
12
 
13
  # Midjourney API
14
 
15
+ **Model Page:** [Midjourney API](https://apiframe.ai/models/midjourney)
16
+
17
  Community model card for calling Midjourney through a REST API.
18
 
19
+ Midjourney has no official public API. This repo documents the `midjourney` model as exposed by Apiframe: text-to-image on V8.2, a 4-image grid per job, and follow-up actions (upsample, variation, inpaint, outpaint, pan). Image-to-video is a separate model id, `midjourney-video`.
20
 
21
  This repository does not host weights. Midjourney is a closed model. Inference runs remotely.
22
 
 
122
 
123
  - Closed model. No weights, fine-tuning, or local inference.
124
  - Not an official Midjourney endpoint. Requires an Apiframe API key (`X-API-Key`).
125
+ - Commercial use follows Midjourney's terms.
126
  - Generated media is retained on the CDN for 90 days.
127
 
128
  ## License