Claude Model Switch banner
codejunkie99 codejunkie99

Claude Model Switch

AI community

Description

Use any model with Claude Code. Switch providers instantly, add your own API keys, and run multi-model tmux orchestration.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

claude-model-switch

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![Release](https://img.shields.io/github/v/release/codejunkie99/claude-model-switch)](https://github.com/codejunkie99/claude-model-switch/releases/latest) [![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux-lightgrey)](https://github.com/codejunkie99/claude-model-switch/releases/latest)

Use **any model** with Claude Code. Add your own providers and API keys, switch instantly, and run multi-model tmux orchestration — no restart needed.

A lightweight local proxy that sits between Claude Code and any OpenAI-compatible or Anthropic-compatible API.

Install

Prebuilt binaries (recommended)

**One-liner:**

curl -fsSL https://raw.githubusercontent.com/codejunkie99/claude-model-switch/main/install.sh | sh

**Or download directly:**

Platform Download
macOS Apple Silicon claude-model-switch-aarch64-apple-darwin.tar.gz
macOS Intel claude-model-switch-x86_64-apple-darwin.tar.gz
Linux x64 claude-model-switch-x86_64-unknown-linux-gnu.tar.gz
Linux ARM64 claude-model-switch-aarch64-unknown-linux-gnu.tar.gz

Extract and move to your PATH:

tar xzf claude-model-switch-*.tar.gz
mv claude-model-switch ~/.local/bin/

Cargo

cargo install claude-model-switch

From source

git clone https://github.com/codejunkie99/cla