List
Lists the currently available models, and provides basic information about each one such as the owner and availability.
get/models
Lists the currently available models, and provides basic information about each one such as the owner and availability.
Returns
dataarray of object
objectenum
"list"
curl https://api.digitalocean.com//models \
-H "Authorization: Bearer $GRADIENTAI_API_KEY"
200 Example
{
"data": [
{
"id": "id",
"created": 0,
"object": "model",
"owned_by": "owned_by"
}
],
"object": "list"
}