Helicone · Schema
Partial_RequestResponseRMTToOperators_
Make all properties in T optional
AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
Properties
| Name | Type | Description |
|---|---|---|
| country_code | object | |
| latency | object | |
| cost | object | |
| provider | object | |
| time_to_first_token | object | |
| status | object | |
| request_created_at | object | |
| response_created_at | object | |
| model | object | |
| user_id | object | |
| organization_id | object | |
| node_id | object | |
| job_id | object | |
| threat | object | |
| request_id | object | |
| prompt_tokens | object | |
| completion_tokens | object | |
| prompt_cache_read_tokens | object | |
| prompt_cache_write_tokens | object | |
| total_tokens | object | |
| target_url | object | |
| property_key | object | |
| properties | object | |
| search_properties | object | |
| scores | object | |
| scores_column | object | |
| request_body | object | |
| response_body | object | |
| cache_enabled | object | |
| cache_reference_id | object | |
| cached | object | |
| assets | object | |
| helicone-score-feedback | object | |
| prompt_id | object | |
| prompt_version | object | |
| request_referrer | object | |
| is_passthrough_billing | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Partial_RequestResponseRMTToOperators_",
"title": "Partial_RequestResponseRMTToOperators_",
"properties": {
"country_code": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"latency": {
"$ref": "#/components/schemas/Partial_NumberOperators_"
},
"cost": {
"$ref": "#/components/schemas/Partial_NumberOperators_"
},
"provider": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"time_to_first_token": {
"$ref": "#/components/schemas/Partial_NumberOperators_"
},
"status": {
"$ref": "#/components/schemas/Partial_NumberOperators_"
},
"request_created_at": {
"$ref": "#/components/schemas/Partial_TimestampOperatorsTyped_"
},
"response_created_at": {
"$ref": "#/components/schemas/Partial_TimestampOperatorsTyped_"
},
"model": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"user_id": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"organization_id": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"node_id": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"job_id": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"threat": {
"$ref": "#/components/schemas/Partial_BooleanOperators_"
},
"request_id": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"prompt_tokens": {
"$ref": "#/components/schemas/Partial_NumberOperators_"
},
"completion_tokens": {
"$ref": "#/components/schemas/Partial_NumberOperators_"
},
"prompt_cache_read_tokens": {
"$ref": "#/components/schemas/Partial_NumberOperators_"
},
"prompt_cache_write_tokens": {
"$ref": "#/components/schemas/Partial_NumberOperators_"
},
"total_tokens": {
"$ref": "#/components/schemas/Partial_NumberOperators_"
},
"target_url": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"property_key": {
"properties": {
"equals": {
"type": "string"
}
},
"required": [
"equals"
],
"type": "object"
},
"properties": {
"properties": {},
"additionalProperties": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"type": "object"
},
"search_properties": {
"properties": {},
"additionalProperties": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"type": "object"
},
"scores": {
"properties": {},
"additionalProperties": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"type": "object"
},
"scores_column": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"request_body": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"response_body": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"cache_enabled": {
"$ref": "#/components/schemas/Partial_BooleanOperators_"
},
"cache_reference_id": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"cached": {
"$ref": "#/components/schemas/Partial_BooleanOperators_"
},
"assets": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"helicone-score-feedback": {
"$ref": "#/components/schemas/Partial_BooleanOperators_"
},
"prompt_id": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"prompt_version": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"request_referrer": {
"$ref": "#/components/schemas/Partial_TextOperators_"
},
"is_passthrough_billing": {
"$ref": "#/components/schemas/Partial_BooleanOperators_"
}
},
"type": "object",
"description": "Make all properties in T optional"
}