Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

Management API authentication for /api/* endpoints. Use the Authorization header with Bearer <token>, where <token> is one of:

  • a Bifrost management API key,
  • a dashboard session token issued by POST /api/session/login,
  • base64 of <admin-username>:<admin-password> (legacy equivalent of BasicAuth).

Virtual keys (sk-bf-*) and the x-api-key header are not accepted on management APIs - the sole exception is GET /api/governance/virtual-keys/quota, which is virtual-key-only.

Query Parameters

limit
integer

Maximum number of results to return

Required range: x >= 1
offset
integer

Number of results to skip (for pagination)

Required range: x >= 0

Case-insensitive filter by model name

scope
string

Comma-separated scopes to filter by. project, access_profile and the legacy user are Enterprise only.

scope_id
string

Filter to one scope target, for example a project id. Pair it with scope.

provider
string

Filter by provider name

from_memory
boolean
default:false

If true, returns data from in-memory cache (faster, may lag DB by one poll cycle)

Response

Successful response

Response containing list of model configs

model_configs
object[]
total_count
integer

Total number of model configs matching the filter (used for pagination)