Delimit Models
delimit_modelsConfigure providers and API keys for deliberation panels. List, detect, add, or remove model providers to determine which models the panel can call.
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.
Prerequisite: requires Delimit Pro. An unlicensed call returns {"error": ..., "upgrade": "https://delimit.ai/pricing"} without running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | One of "list" (default), "detect", "add", "remove". | list |
| api_key | No | API key value. Required for action="add". | |
| provider | No | Provider name for add/remove. One of "grok", "gemini", "openai", "anthropic", "codex". Required for add/remove. | |
| 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 | |||