GET
/
models
/
list-models
curl --request GET \
  --url https://api.enkryptai.com/models/list-models \
  --header 'apikey: <api-key>'
{
  "models": [
    {
      "model_id": "1234567890",
      "model_saved_name": "Test Model",
      "created_at": "2025-02-21T09:28:52.651201+00:00",
      "updated_at": "2025-02-21T09:28:52.651201+00:00",
      "testing_for": "LLM",
      "model_name": "meta-llama/Llama-3.3-70B-Instruct-Turbo",
      "model_type": "text_2_text",
      "project_name": "default"
    }
  ]
}

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-Refresh-Cache
boolean

Refresh the cache if data is stale

Example:

false

Response

200 - application/json
Successful Response
models
object[]