Helicone · Schema

Provider

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-provider-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Provider",
  "title": "Provider",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ProviderName"
    },
    {
      "$ref": "#/components/schemas/ModelProviderName"
    },
    {
      "type": "string",
      "enum": [
        "CUSTOM"
      ]
    }
  ]
}