delimit_models
Configure and manage AI models for multi-model deliberation by listing available options, detecting API keys, and adding or removing providers like OpenAI, Anthropic, and Gemini.
Instructions
(Pro). View and configure AI models for multi-model deliberation.
Actions:
"list": show configured models and what's available
"detect": auto-detect API keys from environment and configure
"add": add a model provider (set provider + api_key)
"remove": remove a model provider (set provider)
Supported providers: grok, gemini, openai, anthropic, codex
Args: action: list, detect, add, or remove. provider: Model provider for add/remove (grok, gemini, openai, anthropic, codex). api_key: API key for the provider (only used with action=add). model_name: Optional model name override (e.g. "gpt-4o", "claude-sonnet-4-5-20250514").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | list | |
| provider | No | ||
| api_key | No | ||
| model_name | No |