Everything K-culture — comebacks to K-beauty, straight to your inboxGet it in your inbox

METAL MEDIA

diegosouzapw/OmniCopilot

16TypeScriptMIT

A VS Code extension that puts 1200+ AI models into GitHub Copilot Chat without needing a Copilot subscription

OmniCopilot is a VS Code extension that connects to a server called OmniRoute to pull in 1200+ models from 340+ providers — including Kimi, Claude, GPT, Gemini, GLM, DeepSeek and Qwen — directly into the existing Copilot Chat model picker. Over 90 of those providers offer free tiers, and since VS Code 1.122 these models work without any GitHub sign-in or Copilot plan. The project is MIT-licensed and has 16 stars on GitHub.

What it does

  1. Adds OmniRoute's models straight into the model picker of the Copilot Chat you already use, with no new sidebar or UI to learn
  2. Plugs into VS Code's native language-model provider API, so agent mode, tool calling, MCP (a protocol for connecting AI to external tools) and vision support for image attachments keep working
  3. Choosing an OmniRoute 'combo' (priority, round-robin, cost-optimized) gives automatic failover across providers behind one model entry
  4. The API key is stored in the OS keychain via VS Code's SecretStorage rather than in a plain settings file
  5. One command configures other coding tools — Codex CLI, Claude Code, Cline, Continue, Cursor, Aider — to use OmniRoute as well

Why it matters

It gives developers without a paid Copilot plan, or who don't want to be locked into one model, a way to try many AI models — including free-tier ones — inside the editor workflow they already use. That's a practical option for teams experimenting with models or trying to cut costs.

Terms in this repo

  • OmniRoute · A server project that unifies 340+ AI providers behind a single API endpoint
  • agent mode · A chat mode where the AI autonomously performs multi-step tasks
  • MCP · A protocol that lets AI models connect to external tools and data
  • SecretStorage · VS Code's built-in mechanism for storing secrets like API keys in the OS keychain
  • auto-fallback · Automatically switching to another provider when one fails to respond

Repository description (English)

free & forever free. VS Code extension powered by OmniRoute: 330+ providers (90+ free) — Kimi, Claude, GPT, Gemini, GLM, DeepSeek, Qwen — with agent mode, tool calling, vision and quota-aware auto-fallback. MIT.

Open on GitHub

Trending repos

All repos →

Latest from METAL MEDIA