AssistantLlmModelTestRequest
Assistant-model connection test request. base_url is required; omit api_key and provide model_id to reuse that model's stored credential.
providerProvider (string)required
base_urlBase Url (string)required
model object
anyOf
- string
- null
string
api_key object
anyOf
- string
- null
string
model_id object
anyOf
- string
- null
string
AssistantLlmModelTestRequest
{
"provider": "string",
"base_url": "string",
"model": "string",
"api_key": "string",
"model_id": "string"
}