Skip to main content
GET
/
api
/
llm
/
models
/
verified
List Verified Models
curl --request GET \
  --url https://api.example.com/api/llm/models/verified \
  --header 'X-Session-API-Key: <api-key>'
{
  "models": {}
}

Authorizations

X-Session-API-Key
string
header
required

Response

200 - application/json

Successful Response

Response containing verified models organized by provider.

models
Models · object
required