Helicone · Schema

HeliconeRequest

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management

Properties

Name Type Description
response_id string
response_created_at string
response_body object
response_status number
response_model string
request_id string
request_created_at string
request_body object
request_path string
request_user_id string
request_properties object
request_model string
model_override string
helicone_user string
provider object
delay_ms number
time_to_first_token number
total_tokens number
prompt_tokens number
prompt_cache_write_tokens number
prompt_cache_read_tokens number
completion_tokens number
reasoning_tokens number
prompt_audio_tokens number
completion_audio_tokens number
cost number
prompt_id string
prompt_version string
feedback_created_at string
feedback_id string
feedback_rating boolean
signed_body_url string
llmSchema object
country_code string
asset_ids array
asset_urls object
scores object
costUSD number
properties object
assets array
target_url string
model string
cache_reference_id string
cache_enabled boolean
updated_at string
request_referrer string
ai_gateway_body_mapping string
storage_location string
View JSON Schema on GitHub

JSON Schema

helicone-heliconerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HeliconeRequest",
  "title": "HeliconeRequest",
  "properties": {
    "response_id": {
      "type": "string",
      "nullable": true
    },
    "response_created_at": {
      "type": "string",
      "nullable": true
    },
    "response_body": {},
    "response_status": {
      "type": "number",
      "format": "double"
    },
    "response_model": {
      "type": "string",
      "nullable": true
    },
    "request_id": {
      "type": "string"
    },
    "request_created_at": {
      "type": "string"
    },
    "request_body": {},
    "request_path": {
      "type": "string"
    },
    "request_user_id": {
      "type": "string",
      "nullable": true
    },
    "request_properties": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Record_string.string_"
        }
      ],
      "nullable": true
    },
    "request_model": {
      "type": "string",
      "nullable": true
    },
    "model_override": {
      "type": "string",
      "nullable": true
    },
    "helicone_user": {
      "type": "string",
      "nullable": true
    },
    "provider": {
      "$ref": "#/components/schemas/Provider"
    },
    "delay_ms": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "time_to_first_token": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "total_tokens": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "prompt_tokens": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "prompt_cache_write_tokens": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "prompt_cache_read_tokens": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "completion_tokens": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "reasoning_tokens": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "prompt_audio_tokens": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "completion_audio_tokens": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "cost": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "prompt_id": {
      "type": "string",
      "nullable": true
    },
    "prompt_version": {
      "type": "string",
      "nullable": true
    },
    "feedback_created_at": {
      "type": "string",
      "nullable": true
    },
    "feedback_id": {
      "type": "string",
      "nullable": true
    },
    "feedback_rating": {
      "type": "boolean",
      "nullable": true
    },
    "signed_body_url": {
      "type": "string",
      "nullable": true
    },
    "llmSchema": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LlmSchema"
        }
      ],
      "nullable": true
    },
    "country_code": {
      "type": "string",
      "nullable": true
    },
    "asset_ids": {
      "items": {
        "type": "string"
      },
      "type": "array",
      "nullable": true
    },
    "asset_urls": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Record_string.string_"
        }
      ],
      "nullable": true
    },
    "scores": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Record_string.number_"
        }
      ],
      "nullable": true
    },
    "costUSD": {
      "type": "number",
      "format": "double",
      "nullable": true
    },
    "properties": {
      "$ref": "#/components/schemas/Record_string.string_"
    },
    "assets": {
      "items": {
        "type": "string"
      },
      "type": "array"
    },
    "target_url": {
      "type": "string"
    },
    "model": {
      "type": "string"
    },
    "cache_reference_id": {
      "type": "string",
      "nullable": true
    },
    "cache_enabled": {
      "type": "boolean"
    },
    "updated_at": {
      "type": "string"
    },
    "request_referrer": {
      "type": "string",
      "nullable": true
    },
    "ai_gateway_body_mapping": {
      "type": "string",
      "nullable": true
    },
    "storage_location": {
      "type": "string"
    }
  },
  "required": [
    "response_id",
    "response_created_at",
    "response_status",
    "response_model",
    "request_id",
    "request_created_at",
    "request_body",
    "request_path",
    "request_user_id",
    "request_properties",
    "request_model",
    "model_override",
    "helicone_user",
    "provider",
    "delay_ms",
    "time_to_first_token",
    "total_tokens",
    "prompt_tokens",
    "prompt_cache_write_tokens",
    "prompt_cache_read_tokens",
    "completion_tokens",
    "reasoning_tokens",
    "prompt_audio_tokens",
    "completion_audio_tokens",
    "cost",
    "prompt_id",
    "prompt_version",
    "llmSchema",
    "country_code",
    "asset_ids",
    "asset_urls",
    "scores",
    "properties",
    "assets",
    "target_url",
    "model",
    "cache_reference_id",
    "cache_enabled",
    "ai_gateway_body_mapping"
  ],
  "type": "object",
  "additionalProperties": false
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/helicone-heliconerequest"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.