Configure model providers
Connect Conductor to different model providers
Conductor uses your local Claude Code login by default. You can check your auth status in Settings -> Providers.
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 -> Environment in Conductor to configure provider environment variables. If cloud workspaces are enabled, add the variables to Local, Cloud, or Both depending on where the agent should run.
Use the examples below as keys and values in the Environment settings page.


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, make sure ANTHROPIC_API_KEY is not set to an Anthropic
key in Conductor or in the shell environment that launches Conductor.
Otherwise Claude Code may try to authenticate with Anthropic directly.
See more
See the Claude Code docs for a full list of environment variables.