Helicone · Schema

ModelCapability

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-modelcapability-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModelCapability",
  "title": "ModelCapability",
  "type": "string",
  "enum": [
    "audio",
    "video",
    "image",
    "thinking",
    "web_search",
    "caching",
    "reasoning"
  ]
}