LLMResponse Model
LLMResponse Model documentation for .NET SDK
LLM configuration information
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| LlmId | Guid | Unique identifier of the LLM | |
| DisplayName | string | User-facing name of the LLM | |
| Description | string | Description of the LLM | [optional] |
| ProviderType | LLMProviderType | Type of LLM provider | |
| EndpointUrl | string | API endpoint base URL | |
| ApiPath | string | API path for chat/completions request | [optional] |
| ModelIdentifier | string | Model identifier | |
| SupportedModalities | List<Modality> | Supported content modalities | |
| Credentials | EndpointAuthentication | [optional] | |
| Labels | Dictionary<string, string> | User-defined labels for categorization | |
| VarVersion | string | Version information | [optional] |
| MonitoringEndpoint | string | Monitoring endpoint URL | [optional] |
| Capabilities | LLMCapabilities | LLM capabilities defining supported features and modes | |
| DefaultSamplingParams | LLMSamplingParams | [optional] | |
| MaxContextLength | int? | Maximum context window size in tokens | [optional] |
| ClientConfig | Dictionary<string, Object> | Provider-specific client configuration | [optional] |
| OwnerId | Guid | Owner ID of the LLM | |
| CreatedAt | long | Creation timestamp (milliseconds since epoch) | |
| UpdatedAt | long | Last update timestamp (milliseconds since epoch) | |
| CreatedById | Guid | ID of the user who created the LLM | |
| UpdatedById | Guid | ID of the user who last updated the LLM |