Ellipsis APIReferencePlatform
List Supported Models
List the models a customer may select for their agent, most expensive first, with the platform default flagged. Reads the same registry as the dashboard's rate table, so a client's model picker can never drift from what's offered. Behind auth but not customer-scoped — the selectable set is global.
List the models a customer may select for their agent, most expensive first, with the platform default flagged.
Reads the same registry as the dashboard's rate table, so a client's model picker can never drift from what's offered. Behind auth but not customer-scoped — the selectable set is global.
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Header Parameters
user-agent?string|null
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/models"{ "models": [ { "display_name": "string", "id": "string", "is_default_agent_model": true, "manufacturer": "anthropic", "rate_card": { "cache_read_cents_per_1m_tokens": 0, "cache_write_1h_cents_per_1m_tokens": 0, "cache_write_5m_cents_per_1m_tokens": 0, "input_cents_per_1m_tokens": 0, "output_cents_per_1m_tokens": 0 } } ]}