List available models
Returns the models enabled for the authenticated owner.
The backend joins the model registry with the default pricing table and,
for paid models, enriches prices with any active owner-level discount.
Authentication accepts either:
- a data-plane Mesh API key (`rsk_...`)
- a control-plane bearer token used by the dashboard
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
free
Optional cost-tier filter.
- `true`: free models only
- `false`: paid models only
- omitted: all enabled models
Response
List of enabled models.
id
name
is_free
pricing
context_length
description
Errors
401
Unauthorized Error
403
Forbidden Error