curl --location "https://randomseed.lol/v1/models" \ --header "Authorization: Bearer $RANDOMSEED_API_KEY"
{ "public_models": [ { "support_inpainting": false, "model_name": "...", "model_type": "..." }, ... ], "private_models": [ { "support_inpainting": false, "model_name": "...", "model_type": "..." }, ... ] }
Get all the models
Show properties