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
Create your account on RandomSeed & grab your api key
Your API key. This is required by most endpoints to access our API programatically. You can get your api key by clicking on ‘API reference’ tab under your profile icon.
Show properties
Whether inpainting can be used on this model or not.
Model name
Model type. Either checkpoint or lora