Skip to main content
GET
Get Model

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-Model
string
required

The model saved name. E.g. Test Model

Example:

"Test Model"

X-Enkrypt-Model-Version
string
required

The model version. Default is 'v1'

Example:

"v1"

X-Enkrypt-Refresh-Cache
boolean

Refresh the cache if data is stale

Example:

false

Response

200 - application/json

Successful Response

model_config
Model Config ยท object
required
model_saved_name
string
required

Name of the saved model

Example:

"Test Model"

model_version
string
required

Custom identifier for the model

Example:

"v1"

testing_for
enum<string>

Purpose of testing

Available options:
foundationModels,
chatbotsAndCopilots,
agents,
URL
Example:

"foundationModels"

model_name
string

Name of the model. Required for foundationModels

Example:

"mistralai/Mixtral-8x7B-Instruct-v0.1"

certifications
string[]

List of certifications

Example:
model_id
integer
Example:

1234567890

created_at
string<date-time>
Example:

"2024-10-15T17:22:47.872389+00:00"

updated_at
string<date-time>
Example:

"2024-10-15T17:22:47.872389+00:00"

project_name
string
Example:

"default"