Skip to main content
GET
Error

Authorizations

x-bf-vk
string
header
required

Bifrost Virtual Key for governance, routing, and access control. Supported on all inference endpoints (/v1/*, /openai/*, /anthropic/*, /bedrock/*, /cohere/*, /genai/*, /langchain/*, /litellm/*, /pydanticai/*, /mcp), not on management APIs (/api/*). Example: sk-bf-* prefixed keys.

Response

Successful response

Virtual key quota response (self-service, no admin auth required)

virtual_key_name
string
required

Name of the virtual key

is_active
boolean
required

Whether the virtual key is active

budgets
object[] | null
required

Overall budget quotas for this virtual key. Each budget also carries the actual per-model spend (from request logs) accumulated in its current cycle.

rate_limit
object | null
required

Rate limit configuration

provider_configs
object[] | null
required

Per-provider budget quotas and rate limits (provider-level splits and limits)

model_configs
object[]
required

Per-model budget quotas and rate limits configured for this virtual key (model-level limits). Always an array — the endpoint fails closed (500) rather than returning null when the model-config lookup errors.