Helicone · Schema

ModelProviderName

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-modelprovidername-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ModelProviderName",
  "title": "ModelProviderName",
  "type": "string",
  "enum": [
    "baseten",
    "anthropic",
    "azure",
    "bedrock",
    "canopywave",
    "cerebras",
    "chutes",
    "deepinfra",
    "deepseek",
    "fireworks",
    "google-ai-studio",
    "groq",
    "helicone",
    "mistral",
    "nebius",
    "novita",
    "openai",
    "openrouter",
    "perplexity",
    "vertex",
    "xai"
  ],
  "nullable": false
}