Helicone · Schema
SortLeafRequest
AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
Properties
| Name | Type | Description |
|---|---|---|
| random | boolean | |
| created_at | object | |
| cache_created_at | object | |
| latency | object | |
| last_active | object | |
| total_tokens | object | |
| completion_tokens | object | |
| prompt_tokens | object | |
| user_id | object | |
| body_model | object | |
| is_cached | object | |
| request_prompt | object | |
| response_text | object | |
| properties | object | |
| values | object | |
| cost | object | |
| time_to_first_token | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/SortLeafRequest",
"title": "SortLeafRequest",
"properties": {
"random": {
"type": "boolean",
"enum": [
true
],
"nullable": false
},
"created_at": {
"$ref": "#/components/schemas/SortDirection"
},
"cache_created_at": {
"$ref": "#/components/schemas/SortDirection"
},
"latency": {
"$ref": "#/components/schemas/SortDirection"
},
"last_active": {
"$ref": "#/components/schemas/SortDirection"
},
"total_tokens": {
"$ref": "#/components/schemas/SortDirection"
},
"completion_tokens": {
"$ref": "#/components/schemas/SortDirection"
},
"prompt_tokens": {
"$ref": "#/components/schemas/SortDirection"
},
"user_id": {
"$ref": "#/components/schemas/SortDirection"
},
"body_model": {
"$ref": "#/components/schemas/SortDirection"
},
"is_cached": {
"$ref": "#/components/schemas/SortDirection"
},
"request_prompt": {
"$ref": "#/components/schemas/SortDirection"
},
"response_text": {
"$ref": "#/components/schemas/SortDirection"
},
"properties": {
"properties": {},
"additionalProperties": {
"$ref": "#/components/schemas/SortDirection"
},
"type": "object"
},
"values": {
"properties": {},
"additionalProperties": {
"$ref": "#/components/schemas/SortDirection"
},
"type": "object"
},
"cost": {
"$ref": "#/components/schemas/SortDirection"
},
"time_to_first_token": {
"$ref": "#/components/schemas/SortDirection"
}
},
"type": "object",
"additionalProperties": false
}