LLMResponse Model
LLMResponse Model documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| llmId | String | Unique identifier of the LLM | |
| displayName | String | User-facing name of the LLM | |
| description | String | Description of the LLM | [optional] |
| providerType | LLMProviderType | ||
| endpointUrl | String | API endpoint URL | |
| apiPath | String | API path for chat/completions request | |
| modelIdentifier | String | Model identifier | |
| supportedModalities | [Modality] | Supported content modalities | [optional] |
| labels | {String: String} | User-defined labels for categorization | [optional] |
| version | String | Version information | [optional] |
| monitoringEndpoint | String | Monitoring endpoint URL | [optional] |
| capabilities | LLMCapabilities | ||
| defaultSamplingParams | LLMSamplingParams | [optional] | |
| maxContextLength | Number | Maximum context window size in tokens | [optional] |
| clientConfig | {String: Object} | Provider-specific client configuration | [optional] |
| ownerId | String | Owner ID of the LLM | |
| createdAt | Number | Creation timestamp (milliseconds since epoch) | |
| updatedAt | Number | Last update timestamp (milliseconds since epoch) | |
| createdById | String | ID of the user who created the LLM | |
| updatedById | String | ID of the user who last updated the LLM |