Skip to main content

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.

This endpoint returns models’ IDs and the date/time they have been loaded on your server.

Request

Send a POST request to below endpoint to obtain a list with the available public models and their IDs.
curl
--request POST 'https://modelslab.com/api/v1/enterprise/get_all_models' \

Body

json
{ 
    "key": "enterprise_api_key"
}

Body Attributes

key
string
required
Your enterprise API Key used for request authorization.