Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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