GoodMem
ReferenceClient SDKs.NET SDKRequests

LLMUpdateRequest

LLMUpdateRequest documentation for .NET SDK

Request body for updating an existing LLM. All fields are optional - only specified fields will be updated.

Properties

NameTypeDescriptionNotes
ValidateObject[optional]
DisplayNamestringUpdate display name[optional]
DescriptionstringUpdate description[optional]
EndpointUrlstringUpdate endpoint URL (must be valid HTTP/HTTPS URL)[optional]
ApiPathstringUpdate API path[optional]
ModelIdentifierstringUpdate model identifier (cannot be empty)[optional]
SupportedModalitiesList<Modality>Update supported modalities (if array contains ≥1 elements, replaces stored set; if empty or omitted, no change)[optional]
CredentialsEndpointAuthentication[optional]
VarVersionstringUpdate version information[optional]
MonitoringEndpointstringUpdate monitoring endpoint URL[optional]
CapabilitiesLLMCapabilities[optional]
DefaultSamplingParamsLLMSamplingParams[optional]
MaxContextLengthint?Update maximum context window size in tokens[optional]
ClientConfigDictionary<string, Object>Update provider-specific client configuration (replaces entire config; no merging)[optional]
ReplaceLabelsDictionary<string, string>Replace all existing labels with this set. Empty map clears all labels. Cannot be used with mergeLabels.[optional]
MergeLabelsDictionary<string, string>Merge with existing labels: upserts with overwrite. Labels not mentioned are preserved. Cannot be used with replaceLabels.[optional]

↑ Back to .NET SDK ↑ Back to .NET SDK ↑ Back to .NET SDK

On this page