Helicone · Schema

Result__property-string--total_cost-number--request_count-number--created_at_trunc-string_-Array.string_

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-result-property-string-total-cost-number-request-count-numbe-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Result__property-string--total_cost-number--request_count-number--created_at_trunc-string_-Array.string_",
  "title": "Result__property-string--total_cost-number--request_count-number--created_at_trunc-string_-Array.string_",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ResultSuccess__property-string--total_cost-number--request_count-number--created_at_trunc-string_-Array_"
    },
    {
      "$ref": "#/components/schemas/ResultError_string_"
    }
  ]
}