Helicone · Schema

ModelsToCompare

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
provider string
names array
parent string
View JSON Schema on GitHub

JSON Schema

helicone-modelstocompare-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModelsToCompare",
  "title": "ModelsToCompare",
  "properties": {
    "provider": {
      "type": "string"
    },
    "names": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "parent": {
      "type": "string"
    }
  },
  "required": [
    "provider",
    "names",
    "parent"
  ],
  "type": "object"
}