Helicone · Schema

AuthorName

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-authorname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthorName",
  "title": "AuthorName",
  "type": "string",
  "enum": [
    "anthropic",
    "deepseek",
    "mistral",
    "openai",
    "perplexity",
    "xai",
    "google",
    "meta-llama",
    "amazon",
    "microsoft",
    "nvidia",
    "qwen",
    "moonshotai",
    "alibaba",
    "zai",
    "baidu",
    "passthrough"
  ]
}