Helicone · Schema

StandardParameter

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-standardparameter-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/StandardParameter",
  "title": "StandardParameter",
  "type": "string",
  "enum": [
    "max_tokens",
    "max_completion_tokens",
    "temperature",
    "top_p",
    "top_k",
    "stop",
    "stream",
    "frequency_penalty",
    "presence_penalty",
    "repetition_penalty",
    "seed",
    "tools",
    "tool_choice",
    "functions",
    "function_call",
    "reasoning",
    "include_reasoning",
    "thinking",
    "response_format",
    "json_mode",
    "truncate",
    "min_p",
    "logit_bias",
    "logprobs",
    "top_logprobs",
    "structured_outputs",
    "verbosity",
    "n"
  ]
}