Bifrost · JSON Structure

Bifrost Provider Status Structure

Status of a configured AI provider.

Type: object Properties: 2
AI GatewayLLMLoad BalancingOpen SourceOpenAI CompatibleMCP

ProviderStatus is a JSON Structure definition published by Bifrost, describing 2 properties. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

name status

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "ProviderStatus",
  "type": "object",
  "description": "Status of a configured AI provider.",
  "properties": {
    "name": {
      "type": "string",
      "description": "Provider name."
    },
    "status": {
      "type": "string",
      "description": "Provider health status."
    }
  }
}