The Claude Code client that works with any model.
Inspired by Claude Code v2.1.88, with added proxy support and deep integration with 200+ AI models (including free ones) via AnyModel. Features a light violet character, live model display, and full AnyModel branding.
This client ships bundled inside the anymodel npm package. Just run npx anymodel and you get everything. This repo is for contributors only.
# Terminal 1 -- start the proxy
OPENROUTER_API_KEY=sk-or-v1-... npx anymodel proxy deepseek
# Terminal 2 -- launch the client
npx anymodelThe client reads ANYMODEL_MODEL to display the active model name in the UI.
AnyModel client --> anymodel proxy (:9090) --> OpenRouter / Ollama
The client talks Anthropic protocol to the local proxy. The proxy translates and routes to your chosen provider -- OpenRouter (200+ models), Ollama (local), or any OpenAI-compatible endpoint.
Anton Abyzov: AI Power on YouTube
- Proxy support for 200+ models via OpenRouter (including free ones)
- Light violet character with diamond-themed design
- Displays active model name (DeepSeek, GPT, Gemini, etc.) via
ANYMODEL_MODEL - AnyModel branding throughout the UI
- Works with any model — not locked to a single provider
- anymodel.dev -- homepage and docs
- anymodel on npm --
npx anymodel - OpenRouter -- multi-model API gateway
MIT
