LLMCreationRequest
LLMCreationRequest documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| validate | Object | [optional] | |
| 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 (defaults to /v1/chat/completions if not provided) | [optional] |
| modelIdentifier | String | Model identifier | |
| supportedModalities | [Modality] | Supported content modalities (defaults to TEXT if not provided) | [optional] |
| credentials | EndpointAuthentication | [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 as flexible JSON structure | [optional] |
| ownerId | String | Optional owner ID. If not provided, derived from the authentication context. Requires CREATE_LLM_ANY permission if specified. | [optional] |