VS Code extension: routes dev tasks to the cheapest LLM clearing a confirmed benchmark bar, using the live Modelglass pricing feed.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/Modelglass/modelglass-vscodeTools overview
<p align="center"><strong>Modelglass's VS Code extensions — route dev tasks (and generate video/audio) to the cheapest capable option against your own provider keys, or bring the live Modelglass pricing/capability feed into Copilot's agent mode as MCP tools.</strong></p> <p align="center"> <a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square" alt="License: MIT"></a> <a href="https://code.visualstudio.com/"><img src="https://img.shields.io/badge/VS%20Code-%E2%89%A51.104-green.svg?style=flat-square" alt="VS Code >= 1.104"></a> <a href="https://modelglass.com.au/api-docs"><img src="https://img.shields.io/badge/Documentation-modelglass.com.au%2Fapi--docs-blue.svg?style=flat-square" alt="Documentation"></a> <a href="https://modelglass.com.au/routers"><img src="https://img.shields.io/badge/See%20it%20on%20the%20site-modelglass.com.au%2Frouters-blue.svg?style=flat-square" alt="See it on the site"></a> </p> <p align="center"> <a href="https://marketplace.visualstudio.com/items?itemName=modelglass.cost-aware-router"><img src="https://img.shields.io/visual-studio-marketplace/v/modelglass.cost-aware-router?label=Cost-Aware%20Router&logo=visualstudiocode&style=flat-square" alt="Cost-Aware Router version"></a> <a href="https://marketplace.visualstudio.com/items?itemName=modelglass.cost-aware-router"><img src="https://img.shields.io/visual-studio-marketplace/i/modelglass.cost-aware-router?label=installs&style=flat-square" alt="Cost-Aware Router installs"></a> <a href="https://marketplace.visualstudio.com/items?itemName=modelglass.modelglass-mcp"><img src="https://img.shields.io/visual-studio-marketplace/v/modelglass.modelglass-mcp?label=Modelglass%20MCP&logo=visualstudiocode&style=flat-square" alt="Modelglass MCP version"></a> <a href="https://marketplace.visualstudio.com/items?itemName=modelglass.modelglass-mcp"><img src="https://img.shields.io/visual-studio-marketplace/i/modelglass.modelglass-mcp?label=installs&style=flat-square" alt="Modelglass MCP installs"></a> </p> # modelglass-vscode ## What Modelglass is [Modelglass](https://modelglass.com.au) is a pricing-and-capability data layer for AI models — image, video, audio, and LLM — built as a sourced, append-only registry: every price carries a source URL and the date it was verified, and a repricing is a new dated entry, never a silent overwrite. It's served two ways: a free comparison site, and a paid **read API + MCP server** (`https://modelglass-api.vercel.app`, `POST /mcp`) for operators wiring model pricing into their own tooling. Modelglass itself doesn't proxy your traffic or pick a model at runtime — it's the data other people's tools (including both extensions in this repo) read. ## What this repo is An npm workspaces monorepo publishing **two independent VS Code extensions**, each installable on its own: | Package | What it is | Marketplace | |---|---|---| | [`packages/router`](packages/router) | **Modelglass Cost-Aware Router** — routes dev tasks to the cheapest capable LLM (and generates video via Runway, audio via ElevenLabs) directly against your own provider keys, BYOK, no Modelglass proxy in the request path. Also available directly inside Copilot Chat's model picker. | [`modelglass.cost-aware-router`](https://marketplace.visualstudio.com/items?itemName=modelglass.cost-aware-router) | | [`packages/mcp`](packages/mcp) | **Modelglass MCP** — registers the live Modelglass MCP server directly in Copilot's agent mode, no manual `.vscode/mcp.json` editing. Seven read-only tools (models, pricing history, competitors, account/tier info) — Copilot's agent decides when to use them, this extension just makes them discoverable. | [`modelglass.modelglass-mcp`](https://marketplace.visualstudio.com/items?itemName=modelglass.modelglass-mcp) | | [`packages/shared`](packages/shared) | Internal only, not published. `SecretStorage`-backed auth (`ensureApiKey`/`peekApiKey`) and the Modelglass API base URL, shared by both extensions above. | — | Both extensions use the same Modelglass account/API key — installing one doesn't require separately authenticating the other. See each package's own `README.md` for full usage docs, including a screenshot of it in action.  ## Development ```bash npm install # installs + links all three workspace packages npm run typecheck # all packages npm run test # all packages (packages without a test script are skipped) npm run build # all packages # per-package: npm run build --workspace packages/router npm run package --workspace packages/mcp # -> packages/mcp/*.vsix ``` To run an extension locally: open `packages/router` or `packages/mcp` as the VS Code workspace root and press **F5** to launch an Extension Development Host with your changes loaded — standard VS Code extension tooling, no custom launch config needed. See [CONTRIBUTING.md](CONTRIBUTING.md) for the full local-dev + PR flow. The router/mcp split is tracked as SCO-434 in the main `modelglass` repo's Linear project. ## Contributing Bug reports, fixes, and new features are welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) and our [Code of Conduct](CODE_OF_CONDUCT.md). To report a security vulnerability, follow [SECURITY.md](SECURITY.md) instead of opening a public issue. ## Talk to us Questions about Modelglass itself or either extension — email **scott@modelglass.com.au**. --- Copyright © 2026 Modelglass Pty Ltd. Licensed under the MIT License — see [LICENSE](LICENSE).
What people ask about modelglass-vscode
What is Modelglass/modelglass-vscode?
+
Modelglass/modelglass-vscode is tools for the Claude AI ecosystem. VS Code extension: routes dev tasks to the cheapest LLM clearing a confirmed benchmark bar, using the live Modelglass pricing feed. It has 1 GitHub stars and its last recorded update is dated 2026-08-27.
How do I install modelglass-vscode?
+
You can install modelglass-vscode by cloning the repository (https://github.com/Modelglass/modelglass-vscode) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is Modelglass/modelglass-vscode safe to use?
+
Our security agent has analyzed Modelglass/modelglass-vscode and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains Modelglass/modelglass-vscode?
+
Modelglass/modelglass-vscode is maintained by Modelglass. The last recorded GitHub activity is dated 2026-08-27, with 0 open issues.
Are there alternatives to modelglass-vscode?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy modelglass-vscode to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/modelglass-modelglass-vscode)<a href="https://claudewave.com/repo/modelglass-modelglass-vscode"><img src="https://claudewave.com/api/badge/modelglass-modelglass-vscode" alt="Featured on ClaudeWave: Modelglass/modelglass-vscode" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI skill that provides design intelligence for building professional UI/UX across multiple platforms.
🪨 why use many token when few token do trick. Viral skill + proxy for coding agents that cuts 65% of tokens by talking like a caveman.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
Use Claude Code, Codex, Pi, and OpenCode (and 6 other harnesses) for free (1.3B+ free tokens) from your terminal, app, IDE, or phone, and now from the browser with native browser sessions (multi-harness + multi-model) like OpenClaw (voice supported + ToS friendly)