AssistantLlmModelRuntime
Assistant-model connection details returned to an authorized service caller, including the provider, model, endpoint, and credential needed to invoke the configured model.
providerProvider (string)필수
Provider identifier used by the configured assistant model.
model object
Model identifier sent to the provider.
- string
- null
string
base_url object
Base URL of the configured assistant-model endpoint.
- string
- null
string
api_key object
Credential used to invoke the configured endpoint. Treat this response field as a secret.
- string
- null
string
AssistantLlmModelRuntime
{
"provider": "string",
"model": "string",
"base_url": "string",
"api_key": "string"
}