Helicone · Schema
UserEndpointConfig
AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
Properties
| Name | Type | Description |
|---|---|---|
| region | string | |
| location | string | |
| projectId | string | |
| baseUri | string | |
| deploymentName | string | |
| resourceName | string | |
| apiVersion | string | |
| crossRegion | boolean | |
| gatewayMapping | object | |
| modelName | string | |
| heliconeModelId | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/UserEndpointConfig",
"title": "UserEndpointConfig",
"properties": {
"region": {
"type": "string"
},
"location": {
"type": "string"
},
"projectId": {
"type": "string"
},
"baseUri": {
"type": "string"
},
"deploymentName": {
"type": "string"
},
"resourceName": {
"type": "string"
},
"apiVersion": {
"type": "string"
},
"crossRegion": {
"type": "boolean"
},
"gatewayMapping": {
"$ref": "#/components/schemas/BodyMappingType"
},
"modelName": {
"type": "string"
},
"heliconeModelId": {
"type": "string"
}
},
"type": "object",
"additionalProperties": false
}