Skip to content

Instantly share code, notes, and snippets.

View OctavianTocan's full-sized avatar
🎯
Focusing

Octavian Tocan OctavianTocan

🎯
Focusing
View GitHub Profile

Claude Code Multi-Provider Setup for PowerShell

Configure Claude Code to work with multiple LLM providers (DeepSeek, z.ai/GLM, Kimi, OpenRouter) in PowerShell.

Setup Instructions

1. Create/Edit Your PowerShell Profile

Open PowerShell and run:

@spideynolove
spideynolove / Guide.md
Last active November 12, 2025 16:21
Claude Code Multi-Provider Setup

Claude Code Multi-Provider Setup Guide

Overview

Claude Code is a powerful command-line interface that allows developers to interact with Anthropic's Claude AI models for coding assistance. This guide provides two battle-tested methods to configure Claude Code to work with multiple LLM providers beyond just Anthropic, including models from DeepSeek, z.ai (GLM), Kimi, and OpenRouter.

This empowers you to switch between the best model for any given task without ever leaving your terminal. Two Approaches to Flexibility

  • Shell Functions: A simple, lightweight, and robust method for switching providers before starting a session. Perfect for most use cases.