anymodel
Route coding requests to 300+ cloud and local models
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install AnyModel?โผ
Run `npx skills add anton-abyzov/anymodel --all -g -y` in your terminal to install the skill globally.
How to use GPT or DeepSeek with a coding assistant?โผ
Start the proxy with a preset like `npx anymodel proxy deepseek`, then run `npx anymodel` to connect. The proxy translates formats automatically so any model works.
Can AnyModel run models locally without an API key?โผ
Yes. It connects to Ollama, LMStudio, and llama.cpp on your machine with no internet or API key required.
Why do MCP tools break on non-Anthropic models?โผ
Other models reject Anthropic-specific tool schema fields. AnyModel sanitizes and repairs these schemas automatically so tools keep working.
Does AnyModel support free models?โผ
Yes. Free presets include Qwen, Nemotron, and Llama via OpenRouter, and the `--free-only` flag blocks paid models entirely.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core