Skip to main content

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)required

Provider identifier used by the configured assistant model.

model object

Model identifier sent to the provider.

anyOf
string
base_url object

Base URL of the configured assistant-model endpoint.

anyOf
string
api_key object

Credential used to invoke the configured endpoint. Treat this response field as a secret.

anyOf
string
AssistantLlmModelRuntime
{
"provider": "string",
"model": "string",
"base_url": "string",
"api_key": "string"
}