AI 어시스턴트 모델
AI 어시스턴트에서 사용할 모델과 활성 모델을 관리하는 API입니다.
📄️ List Providers
Return the list of supported LLM providers.
📄️ Test Model Connection
Test connectivity to an assistant-model endpoint. Administrator access is required. When `api_key` is omitted and `model_id` is provided, the stored key is used.
📄️ List Models
List all registered assistant LLM models.
📄️ Create Model
Register a new LLM model as an administrator.
📄️ Get Active Model
Return the configured active assistant model, or `null` when the selected model is missing or has been deleted.
📄️ Set Active Model
Set the org-wide active model. Admin-only.
📄️ Update Model
Update a registered assistant model. Fields set to `null` are unchanged. An empty `api_key` deletes the stored credential, while a non-empty value replaces it. `provider` must be one of the supported providers.
📄️ Delete Model
Delete a registered LLM model and its API key as an administrator.
📄️ Get Model Runtime
Return the provider, model, endpoint, and stored credential for an assistant model. Only authorized service-account callers may use this endpoint.