AssistantLlmModelResponse
Assistant-model configuration returned by the API, including whether a credential is stored without returning its value.
idId (string)필수
nameName (string)필수
label object
하나 이상(anyOf)
- string
- null
string
providerProvider (string)필수
model object
하나 이상(anyOf)
- string
- null
string
base_url object
하나 이상(anyOf)
- string
- null
string
has_api_keyHas Api Key (boolean)
기본값:
falsecreated_atCreated At (string)필수
AssistantLlmModelResponse
{
"id": "string",
"name": "string",
"label": "string",
"provider": "string",
"model": "string",
"base_url": "string",
"has_api_key": false,
"created_at": "string"
}