delimit_models
Manage AI provider configurations (list, detect, add, remove) for multi-model deliberation panels.
Instructions
View and configure AI models for multi-model deliberation (Pro).
When to use: to inventory configured providers, auto-detect new keys, or register/remove a provider for delimit_deliberate. When NOT to use: to actually run a deliberation (use delimit_deliberate) or to inspect deliberation history.
Sibling contrast: delimit_deliberate runs the panel; this manages which models the panel can call.
Side effects: gated by require_premium. action="add" / "remove" write provider config; "list" / "detect" are read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | One of "list" (default), "detect", "add", "remove". | list |
| provider | No | Provider name for add/remove. One of "grok", "gemini", "openai", "anthropic", "codex". Required for add/remove. | |
| api_key | No | API key value. Required for action="add". | |
| model_name | No | Optional model override (e.g. "gpt-4o", "claude-sonnet-4-5"). Falls back to provider default. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||