본문으로 건너뛰기

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.

하나 이상(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"
}