Skip to content

antonoly/claude-code-anymodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

claude-code-anymodel

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.


You don't need to clone this repo

This client ships bundled inside the anymodel npm package. Just run npx anymodel and you get everything. This repo is for contributors only.


Quick Start

# Terminal 1 -- start the proxy
OPENROUTER_API_KEY=sk-or-v1-... npx anymodel proxy deepseek

# Terminal 2 -- launch the client
npx anymodel

The client reads ANYMODEL_MODEL to display the active model name in the UI.


Architecture

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.


Demo

Watch the demo

Anton Abyzov: AI Power on YouTube


What's different

  • 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

Links

License

MIT

About

Use Claude Code with any AI model — proxy tools for OpenRouter, Ollama, and 200+ models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

No contributors