You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A powerful VS Code extension that provides model support for GitHub Copilot Chat, seamlessly integrating 20+ AI providers including ZhipuAI, MiniMax, MoonshotAI, DeepSeek, Codex (OpenAI), Chutes, OpenCode, Blackbox, Vercel AI, Cline, and custom OpenAI/Anthropic compatible models.
Supported Providers
Provider
Description
Key Models
Highlights
Codex
OpenAI Codex
GPT-5.2 Codex, GPT-5.3 Codex
400k contextImage InputOAuthReasoning Modes
ZhipuAI
GLM Coding Plan
GLM-4.5, GLM-4.6, GLM-4.7, GLM-5, GLM-4.7-Flash
256K contextWeb SearchMCP SDKFree Tier
MiniMax
Coding Plan
MiniMax-M2.5, MiniMax-M2.1
205K contextWeb SearchThinking Mode
MoonshotAI
Kimi For Coding
Kimi-K2-Thinking, Kimi-K2-0905-Preview
256K contextAgentic CodingThinking Mode
DeepSeek
DeepSeek AI
DeepSeek-V3.2, DeepSeek-V3.2 Reasoner
128K contextGPT-5 Level Reasoning
Chutes
Chutes AI
Various models
Global Request Limit
OpenCode
OpenCode AI
Claude 4.5, GPT-5
Multi-model Access
Blackbox
Blackbox AI
kimi-k2.5, blackbox-base-2
Official APIAPI Key Required
Vercel AI
Vercel AI Gateway
Dynamic language models
Dynamic ModelsVision TagsContext Metadata
Cline
Cline API
Dynamic provider/model IDs
Dynamic ModelsOpenAI SDKAuthenticated Discovery
DeepInfra
DeepInfra
OpenAI-compatible models
LLM & Image Models
Kilo AI
Kilo AI
Dynamic model fetching
High Performance
Zenmux
Zenmux AI
Dynamic model fetching
OpenAI-compatible
Lightning AI
Lightning AI
Various models
Dynamic Models
Hugging Face
Hugging Face
Various models
Router Integration
Mistral AI
Mistral AI
Mistral models
OpenAI-compatible
NVIDIA NIM
NVIDIA NIM
NVIDIA models
40 RPM ThrottleModel Discovery
Ollama Cloud
Ollama
Local & Cloud models
OpenAI-compatible
Qwen CLI
Qwen Code CLI
Qwen models
OAuth via CLI
Compatible
Custom API
User-defined models
OpenAI/Anthropic Compatible
Key Features
🔄 Multi-Account Management
Manage multiple accounts per provider with ease
Add unlimited accounts for each AI provider
Quick switch between accounts with Ctrl+Shift+Q / Cmd+Shift+Q
Visual account status in the status bar
Secure credential storage using VS Code Secret Storage
⚖️ Load Balancing & Auto-Switching
Automatic load distribution across accounts
Auto-switch when hitting rate limits or quota exhaustion
Intelligent retry with exponential backoff strategy
Real-time quota monitoring and usage statistics
Seamless failover without interrupting your workflow
🔐 OAuth Authentication
Secure login for supported providers
Provider
Auth Method
Command
Codex
OpenAI OAuth
Aether: Codex Login
Qwen CLI
Alibaba OAuth
qwen auth login (CLI)
🌐 Web Search Integration
Real-time information retrieval
Tool
Provider
Description
#zhipuWebSearch
ZhipuAI
Multi-engine search (Sogou, Quark, Standard)
#minimaxWebSearch
MiniMax
Coding Plan web search
Example usage in Copilot Chat:
@workspace #zhipuWebSearch What are the latest features in TypeScript 5.5?
# Install dependencies
npm install
# Build in development mode
npm run compile:dev
# Build for production
npm run compile
# Watch mode
npm run watch
# Run linting
npm run lint
# Format code
npm run format
# Package extension
npm run package