Skip to main content
GET
/
cloud
/
v3
/
inference
/
applications
/
catalog
Python
import os
from gcore import Gcore

client = Gcore(
    api_key=os.environ.get("GCORE_API_KEY"),  # This is the default and can be omitted
)
inference_application_template_list = client.cloud.inference.applications.templates.list()
print(inference_application_template_list.count)
{
  "count": 1,
  "results": [
    {
      "components": {},
      "cover_url": "<string>",
      "description": "<string>",
      "display_name": "<string>",
      "name": "<string>",
      "readme": "<string>",
      "tags": {}
    }
  ]
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Response

200 - application/json

OK

count
integer
required

Number of objects

Required range: x >= 0
results
AIAppCatalog · object[]
required

Objects