Helicone · Schema

PSize

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-psize-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PSize",
  "title": "PSize",
  "type": "string",
  "enum": [
    "p50",
    "p75",
    "p95",
    "p99",
    "p99.9"
  ]
}