Provider Configuration
Choose and configure the AI provider that fits your workflow
Claude Code Setup
Claude Code is the default and primary provider for Claudian, with full feature support.
- Install Claude Code CLI: visit code.claude.com to download and install
- Authenticate your Claude account: run the
claudecommand and follow the prompts - Open Claudian settings (Obsidian Settings → Claudian) — the CLI path is usually auto-detected
- If auto-detection fails, run
which claude(macOS/Linux) orwhere.exe claude(Windows) and set the path manually
Tips:
- Compatible third-party providers like Openrouter and Kimi are supported
- Configure the model (claude-opus-4, claude-sonnet-4, etc.) via the Claude Code CLI
Codex (OpenAI) Setup
OpenAI's Codex CLI is natively integrated in Claudian.
- Install Codex CLI:
npm install -g @openai/codex - Set your OpenAI API key:
export OPENAI_API_KEY=your-key - Switch the provider to Codex in Claudian settings
Opencode Setup
Opencode is an emerging open-source AI coding tool with Claudian integration.
- Install Opencode: visit opencode.ai for the installation guide
- Switch the provider to Opencode in Claudian settings