How-to Guides
Configure model providers
Connect Conductor to different model providers
Conductor runs using your local Claude Code login. You can check your auth status by running claude /login in your terminal.
We also support running Claude Code on OpenRouter, AWS Bedrock, Google Vertex AI, Vercel AI Gateway, or any Anthropic API compatible provider, like GLM.
Open Settings -> Providers in Conductor to configure model providers. Check out the Claude Code docs for a full list of provider environment variables.
When using Anthropic-compatible providers like OpenRouter, Vercel AI
Gateway, or GLM, ANTHROPIC_API_KEY must be explicitly set to an empty
string to prevent Claude Code from attempting to authenticate with Anthropic
directly.
See more
See the Claude Code docs for a full list of environment variables.