List available models

View as Markdown
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

freebooleanOptional
Optional cost-tier filter. - `true`: free models only - `false`: paid models only - omitted: all enabled models

Response

List of enabled models.
idstring
namestring
is_freeboolean
pricingobject
context_lengthinteger or null
descriptionstring or null

Errors

401
Unauthorized Error
403
Forbidden Error