cURL
curl --request GET \ --url https://api.enkryptai.com/models/list-models \ --header 'apikey: <api-key>'
{ "models": [ { "model_id": "1234567890", "model_saved_name": "Test Model", "model_version": "v1", "created_at": "2025-02-21T09:28:52.651201+00:00", "updated_at": "2025-02-21T09:28:52.651201+00:00", "testing_for": "foundationModels", "model_name": "meta-llama/Llama-3.3-70B-Instruct-Turbo", "project_name": "default" } ] }
Refresh the cache if data is stale
false
Successful Response
The response is of type object.
object