Ai discovery

List chat models

GET/ai/models
X-Api-Key<token>

Issued to you when your integration is provisioned. Determines which catalogue resources are visible and which AI tools are available.

In: header

Response Body

application/json

curl -X GET "https://example.com/ai/models"
{  "data": {    "models": [      {        "id": "GPT 5.1",        "name": "GPT 5.1",        "provider": "openai",        "icon": "gpt",        "supportsTools": true,        "supportsImages": true      }    ],    "default": "GPT 5.1"  }}