LLM-readable documentation index

List model comparisons

Hand off to an LLM

List model comparisons for the environment, newest first.

GET
/v3/model-comparisons
x-api-key<token>

Authenticate using API Key in request header

In: header

Query Parameters

limit?integer

Max comparisons to return (default 50, max 100).

Formatint32
startingAfter?string

Cursor: return comparisons older than this comparison ID.

Response Body

application/json

curl -X GET "https://api.bem.ai/v3/model-comparisons"
{
  "comparisons": [
    {
      "comparisonID": "string",
      "name": "string",
      "status": "pending",
      "numEntries": 0
    }
  ]
}

See also