Skip to main content
POST
Get Public Models List

Request

Send a POST request to below endpoint to obtain a list with the available public models and their IDs.
curl

Body

json

Body

application/json
key
string
required

Your API Key used for request authorization

Example:

""

Response

Successful response with list of public models

model_id
string

Unique identifier for the model

Example:

"midjourney"

status
string

Current status of the model

Example:

"model_ready"

created_at
string | null

Creation timestamp of the model

Example:

null

instance_prompt
string | null

Prompt to use this model effectively

Example:

"mdjrny-v4 style"

model_name
string

Display name of the model

Example:

"MidJourney V4"

description
string

Description of the model's capabilities

Example:

"Openjourney is an open source Stable Diffusion fine tuned model on Midjourney images, by PromptHero"

screenshots
string<uri>

URL to preview image showcasing the model's output

Example:

"https://d1okzptojspljx.cloudfront.net/generations/14853540911669470514.png"