LLMResponse Model
LLMResponse Model documentation for Java SDK
LLMResponse
LLM configuration information
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 | List<Modality> | Supported content modalities | [optional] |
| labels | Map<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 | Integer | Maximum context window size in tokens | [optional] |
| clientConfig | Map<String, Object> | Provider-specific client configuration | [optional] |
| ownerId | String | Owner ID of the LLM | |
| createdAt | Long | Creation timestamp (milliseconds since epoch) | |
| updatedAt | Long | 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 |