LLMResponse Model
LLMResponse Model documentation for .NET SDK
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 | Dictionary<string, string> | User-defined labels for categorization | [optional] |
| VarVersion | string | Version information | [optional] |
| MonitoringEndpoint | string | Monitoring endpoint URL | [optional] |
| Capabilities | LLMCapabilities | ||
| DefaultSamplingParams | LLMSamplingParams | [optional] | |
| MaxContextLength | int? | Maximum context window size in tokens | [optional] |
| ClientConfig | Dictionary<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 |