CrewCmd supports multiple AI providers. Mix and match models across your agent team.
| Provider | Models | Best For |
|---|---|---|
| Anthropic | Claude Opus, Sonnet, Haiku | Coding, analysis, complex reasoning |
| OpenAI | GPT-4o, o1, o3 | General purpose, fast responses |
| Gemini Pro, Flash | Long context, multimodal | |
| Local (Ollama) | Llama, Mistral, etc. | Privacy, no API costs |
- Go to Settings > Provider Keys
- Click Add Key
- Select the provider
- Paste your API key
- Click Save
Keys are encrypted at rest. Each key can be scoped to specific agents or available team-wide.
For agents that need to execute code or interact with tools:
Connect agents running on OpenClaw nodes:
- Go to Settings > Runtimes
- Click Add Runtime
- Enter your OpenClaw gateway URL
- Agents on that node become available in CrewCmd
Connect any agent that exposes an API:
- Go to Settings > Runtimes
- Click Add Runtime
- Configure the endpoint URL and authentication
- Map the runtime to specific agents
Each agent can use a different model:
- Go to the agent's settings
- Under Model, select from available providers
- Save
This lets you optimize cost and capability: use a powerful model for complex coding, a faster model for triage, and a local model for sensitive data.