add_provider
Add an AI provider for brainstorming by configuring its API endpoint, authentication, and default model to enable multi-model debates and idea synthesis.
Instructions
Add a new AI provider for brainstorming. Supports any OpenAI-compatible API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Provider name, e.g. 'groq', 'ollama', 'mistral' | |
| baseURL | Yes | API base URL, e.g. 'http://localhost:11434/v1' for Ollama | |
| apiKeyEnvVar | Yes | Environment variable name for the API key. Use 'NONE' if no key required. | |
| defaultModel | Yes | Default model to use for this provider, e.g. 'llama3', 'mixtral-8x7b-32768' |