anton-abyzovanton-abyzovCommunityยท1 Agent Skills Included

anymodel

Route coding requests to 300+ cloud and local models

Routes coding requests through one proxy to OpenRouter, Ollama, LMStudio, llama.cpp, and any OpenAI-compatible API. Fixes broken tool schemas, clamps token limits, and translates request formats so MCP tools work on any model. Compresses prompts and caches prefixes so local models respond faster without manual tuning.
npx skills add anton-abyzov/anymodel --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’