Skip to main content
GET
v2 Model Detail

Authorizations

apikey
string
header
required

Headers

X-Enkrypt-Leaderboard-Mode
enum<string>
default:public

Which leaderboard to read from. Defaults to public.

public is the published LLM safety leaderboard โ€” what every caller gets when the header is omitted, and accepted from any API key.

private is an internal, partner-scoped leaderboard restricted to @enkryptai.com and @anaconda.com accounts; any other key receives 403. It is served on the /leaderboard/v2/* paths only โ€” asking for it on a /leaderboard/* path returns 400 rather than quietly answering with public data. Any value other than public or private returns 400.

Available options:
public,
private
Example:

"private"

Path Parameters

modelName
string
required

The name of the model

Example:

"Mistral-7B-Instruct-v0.1"

Query Parameters

page
integer
default:1

The page number (must be >= 1)

Required range: x >= 1
Example:

1

per_page
integer
default:10

Number of items per page (must be between 1 and 100)

Required range: 1 <= x <= 100
Example:

10

Response

Details of the model's risk analysis.

status
string

The status of the response.

Example:

"success"

data
LeaderboardDetailsResponseData ยท object
pagination
Pagination ยท object