Skip to main content
GET
/
v1
/
eval-catalog
List pre-built LLM evaluators available for use
curl --request GET \
  --url https://api.trulayer.ai/v1/eval-catalog
{
  "evaluators": [
    {
      "name": "<string>",
      "description": "<string>",
      "tags": [
        "<string>"
      ],
      "cost_tier": "low",
      "example_input": "<string>",
      "example_output": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.trulayer.ai/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

Catalog entries

evaluators
object[]
required