Skip to content
Endless Documentation

Available ChatModels

GET
/chat-models/available

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Response Body

application/json

curl -X GET "https://example.com/chat-models/available"
{  "items": [    {      "id": "string",      "codename": "string",      "name": "string",      "owner": "string",      "description": "string",      "gateway_id": "string",      "provider": "gateway",      "vision": true,      "knowledge_cutoff": "string",      "thinking_options": {        "effort": "medium",        "disabled": true      },      "pricing": {        "input": 0,        "output": 0,        "cache_read": 0,        "cache_write": 0      },      "minimum_required_plan": "hobby",      "weight": 0    }  ]}