⚡ NEW: Flux Klein 9B — Faster inference, stunning quality · Try Now
curl --request POST \
--url https://modelslab.com/api/v4/dreambooth/model_list \
--header 'Content-Type: application/json' \
--data '{
"key": ""
}'[
{
"model_id": "midjourney",
"status": "model_ready",
"created_at": null,
"instance_prompt": "mdjrny-v4 style",
"model_name": "MidJourney V4",
"description": "Openjourney is an open source Stable Diffusion fine tuned model on Midjourney images, by PromptHero",
"screenshots": "https://d1okzptojspljx.cloudfront.net/generations/14853540911669470514.png"
},
{
"model_id": "anything-v3",
"status": "model_ready",
"created_at": null,
"instance_prompt": null,
"model_name": "Anything V3",
"description": "This model is intended to produce high-quality, highly detailed anime style with just a few prompts.",
"screenshots": "https://d1okzptojspljx.cloudfront.net/generations/8589140601669473451.png"
},
{
"model_id": "wifu-diffusion",
"status": "model_ready",
"created_at": null,
"instance_prompt": null,
"model_name": "Wifu Diffusion",
"description": "waifu-diffusion is a latent text-to-image diffusion model that has been conditioned on high-quality anime images through fine-tuning.",
"screenshots": "https://d1okzptojspljx.cloudfront.net/generations/21468819471669474933.png"
}
]This endpoint returns a list of all the public models available.
curl --request POST \
--url https://modelslab.com/api/v4/dreambooth/model_list \
--header 'Content-Type: application/json' \
--data '{
"key": ""
}'[
{
"model_id": "midjourney",
"status": "model_ready",
"created_at": null,
"instance_prompt": "mdjrny-v4 style",
"model_name": "MidJourney V4",
"description": "Openjourney is an open source Stable Diffusion fine tuned model on Midjourney images, by PromptHero",
"screenshots": "https://d1okzptojspljx.cloudfront.net/generations/14853540911669470514.png"
},
{
"model_id": "anything-v3",
"status": "model_ready",
"created_at": null,
"instance_prompt": null,
"model_name": "Anything V3",
"description": "This model is intended to produce high-quality, highly detailed anime style with just a few prompts.",
"screenshots": "https://d1okzptojspljx.cloudfront.net/generations/8589140601669473451.png"
},
{
"model_id": "wifu-diffusion",
"status": "model_ready",
"created_at": null,
"instance_prompt": null,
"model_name": "Wifu Diffusion",
"description": "waifu-diffusion is a latent text-to-image diffusion model that has been conditioned on high-quality anime images through fine-tuning.",
"screenshots": "https://d1okzptojspljx.cloudfront.net/generations/21468819471669474933.png"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
Use this file to discover all available pages before exploring further.
POST request to below endpoint to obtain a list with the available public models and their IDs.
--request POST 'https://modelslab.com/api/v4/dreambooth/model_list' \
{
"key": "your_api_key"
}
Your API Key used for request authorization
""
Successful response with list of public models
Unique identifier for the model
"midjourney"
Current status of the model
"model_ready"
Creation timestamp of the model
null
Prompt to use this model effectively
"mdjrny-v4 style"
Display name of the model
"MidJourney V4"
Description of the model's capabilities
"Openjourney is an open source Stable Diffusion fine tuned model on Midjourney images, by PromptHero"
URL to preview image showcasing the model's output
"https://d1okzptojspljx.cloudfront.net/generations/14853540911669470514.png"
Was this page helpful?