LLM Models
Manages LLM model settings and connection status.
📄️ List LLM Providers
List registered wire providers selectable as `LLMModel.provider`.
📄️ Test LLM Connection
Test an LLM connection. When `api_key` is omitted and `model_id` is provided, the stored key is used. Testing a stored model requires write permission on that model; a pre-save test requires write permission on the target collection. Testing an arbitrary URL without resource context is restricted to administrators and managers.
📄️ List LLM Models
List registered LLM models the user is permitted to read.
📄️ Create LLM Model
Register a new LLM model.
📄️ Get LLM Model
Retrieve a specific LLM model.
📄️ Update LLM Model
Update an LLM model. `type` (placement) is immutable — 422 if present.
📄️ Delete LLM Model
Remove an LLM model configuration and stop its internally hosted deployment when present. The model can no longer be selected afterward.