Skip to main content
GET
/
model-hub
/
get-eval-templates
Get available evaluation templates
curl --request GET \
  --url https://api.futureagi.com/model-hub/get-eval-templates \
  --header 'X-Api-Key: <api-key>' \
  --header 'X-Secret-Key: <api-key>'
{
  "templates": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "owner": "system",
      "config": {},
      "eval_tags": [
        "<string>"
      ],
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "count": 123
}

Authorizations

X-Api-Key
string
header
required

API Key for authentication. Click here to access API Key

X-Secret-Key
string
header
required

Secret Key for authentication. Click here to access Secret Key

Query Parameters

search_text
string

Search term for filtering templates

eval_type
enum<string>

Type of evaluation to filter

Available options:
system,
user,
custom
eval_tags
string[]

Filter templates by tags

Response

List of evaluation templates

templates
object[]
count
integer