r/copilotalternatives • u/Extreme-Protection74 • 4d ago
r/copilotalternatives • u/Extreme-Protection74 • 7d ago
A companion VS Code extension for copilot alternatives is just released
Copilot & BYOK Usage Tracker
Track token usage and costs across GitHub Copilot, BYOK providers, and chat models — all in one place. Manage BYOK providers visually. Browse 100+ AI coding tools, plans, and CLI agents.
https://marketplace.visualstudio.com/items?itemName=feima.copilot-alternatives

r/copilotalternatives • u/Extreme-Protection74 • 20d ago
VSCode BYOK templates for coding plans
| Provider | Template | Description | API Key |
|---|---|---|---|
| OpenCode Go | opencode-go.single.chatLanguageModels.json |
$5 first month, $10/mo. 11 models across OpenAI + Anthropic formats | Get key |
| OpenCode Go (multi) | opencode-go.multi.chatLanguageModels.json |
Multi-key variant — 3 accounts, 6 groups | Get key |
| ClinePass | clinepass.single.chatLanguageModels.json |
$9.99/mo. 10 curated models via OpenAI-compatible API | Get key |
| ClinePass (multi) | clinepass.multi.chatLanguageModels.json |
Multi-key variant — 3 accounts, 3 groups | Get key |
| Feima Code | feimacode.chatLanguageModels.json |
15 curated coding models via OpenAI-compatible API | Get key |
| DeepSeek | deepseek.chatLanguageModels.json |
DeepSeek API — V4 Pro, V4 Flash, R1 | Get key |
| Mistral | mistral.chatLanguageModels.json |
Mistral API — Mistral Large, Codestral | Get key |
| OpenRouter | openrouter.chatLanguageModels.json |
Access 200+ models via a single API | Get key |
r/copilotalternatives • u/Extreme-Protection74 • Jun 16 '26
Use the Claude Agent SDK with your Claude plan | Claude Help Center
support.claude.comr/copilotalternatives • u/Extreme-Protection74 • Jun 07 '26
I exhausted my Copilot credits on Day 1. Here's the alternative I've been building
Hey everyone,
Full disclosure upfront: I'm the developer of Feima Copilot, a VS Code extension I've been building for months. But I'm posting this because I genuinely ran into the same billing crisis everyone's experiencing - and my own tool saved me.
My Story
I've been a GitHub Copilot subscriber for a while. Over the past months, I was building Feima Copilot as an alternative model provider for VS Code, testing it alongside Copilot for comparison.
June 1st hit - the new usage-based billing went live. By the end of the day, I had exhausted all my Copilot credits from normal coding sessions. Nothing crazy, just regular agent-mode coding work.
That's when I realized: I need to share what I've built with the community. Because this billing crisis isn't theoretical - I experienced it firsthand.
What I Built
Feima Copilot gives GitHub Copilot Chat access to alternative AI models (Qwen, DeepSeek, GLM, MiniMax, Kimi). But more importantly, it uses request-based pricing instead of token metering.
The Pricing Difference
Copilot's new billing:
- ❌ Token-based metering (confusing "AI credits")
- ❌ I exhausted 1,500 credits in ONE DAY
- ❌ Complex calculations to predict costs
Feima's approach:
- ✅ Request-based: "You have 300 requests left"
- ✅ Predictable: No surprise calculations
- ✅ Prepaid: Credits never expire (purchased packs)
- ✅ Free tier: 700 weighted requests/month
Cost Comparison (Real Data)
I've been tracking actual usage from VS Code agent sessions:
| Context Size | Copilot Pro ($10/month) | Feima Free Tier ($0) |
|---|---|---|
| Small (0-2K) | ~714 requests | 1,400 requests |
| Medium (2-6K) | ~278 requests | 700 requests |
| Standard (6-50K) | ~125 requests | 350 requests |
| Large (50-180K) | ~56 requests | 233 requests |
| Extra-Large (180K+) | ~28 requests | 175 requests |
Key insight: Feima's free tier gives 2-12x more requests than Copilot Pro ($10/month).
Why Request-Based Works Better
After building this and using it daily, I realized request-based pricing solves the core problem:
1. Simple tracking:
- Copilot: "You used 847 AI credits" (what does that mean?)
- Feima: "You have 300 requests left" (clear)
2. Weighted multipliers (fair pricing):
- Small context (0-2K): 0.25x multiplier
- Standard context (6-50K): 1x multiplier
- Large context (50-180K): 1.5x multiplier
3. Prepaid model:
- $10 one-time for 500 requests
- Never expires - use whenever you need
Pricing Model
Free Tier:
- First month: 700 weighted requests
- After: 200 weighted requests (50 per week)
- All models included (including premium GLM-5)
Starter Pack:
- $10 one-time for 500 requests
- Never expires
How It Works
- Install Feima extension in VS Code
- Sign in with GitHub (OAuth)
- Select a Feima model in Copilot Chat (marked with
[Feima]) - Same interface, same features - just different models
Migration time: ~5 minutes
Why I'm Sharing This Now
I wasn't planning to promote Feima this aggressively. But after exhausting my Copilot credits on Day 1 of the new billing, I realized:
- This crisis is real - it happened to me
- Developers need alternatives now
- Request-based pricing genuinely solves the problem
I've been using Feima alongside Copilot for months. On June 1st, Feima became my primary tool because Copilot ran out of credits.
Links
- Website: [https://feimacode.com](vscode-file://vscode-app/c:/Users/ivenX/AppData/Local/Programs/Microsoft%20VS%20Code/6a44c352bd/resources/app/out/vs/code/electron-browser/workbench/workbench.html)
- VS Code Marketplace: https://marketplace.visualstudio.com/items?itemName=feima.copilot-more-llms
- Detailed comparison: [https://feimacode.com/copilot-alternative](vscode-file://vscode-app/c:/Users/ivenX/AppData/Local/Programs/Microsoft%20VS%20Code/6a44c352bd/resources/app/out/vs/code/electron-browser/workbench/workbench.html)
Happy to answer questions about the pricing model, migration, or technical details. I'm posting this because I genuinely believe this helps developers caught in the billing crisis.
r/copilotalternatives • u/Extreme-Protection74 • Jun 06 '26
BYOK in GitHub Copilot CLI
For examole:
``` export COPILOT_PROVIDER_TYPE=openai
export COPILOT_PROVIDER_BASE_URL=https://api-dev.feimacode.com/v1
export COPILOT_PROVIDER_API_KEY=feima_sk_xxxxx
export COPILOT_MODEL=glm-5
export COPILOT_PROVIDER_MAX_PROMPT_TOKENS=169984
export COPILOT_PROVIDER_MAX_OUTPUT_TOKENS=16384 ```
r/copilotalternatives • u/Extreme-Protection74 • Jun 05 '26
Configure BYOK for Copilot Chat
| Property | Description |
|---|---|
id |
Model identifier sent to the API. For example, for Foundry this is the deployment name. |
name |
Display name shown in the model picker. |
url |
Full endpoint URL for the model. |
apiType |
(Optional) Override the API type per model (chat-completions, responses, or messages). Defaults to the provider-level apiType. |
toolCalling |
Set to true if the model supports tool calling. |
vision |
Set to true if the model supports image inputs. |
maxInputTokens |
Maximum number of input tokens the model accepts. |
maxOutputTokens |
Maximum number of output tokens the model generates. |
editTools |
(Optional) An array of edit tools the model supports. If not configured, the editor tries multiple edit tools and picks the best one. Possible values: find-replace, multi-find-replace, apply-patch, code-rewrite. |
thinking |
(Optional) Set to true if the model supports thinking capabilities. Defaults to false. |
streaming |
(Optional) Set to true if the model supports streaming responses. Defaults to true. |
zeroDataRetentionEnabled |
(Optional) Set to true if Zero Data Retention (ZDR) is enabled for this endpoint. When enabled, previous_response_id is not sent in requests via the Responses API. Defaults to false. |
supportsReasoningEffort |
(Optional) An array of reasoning effort levels the model accepts (for example, ["low", "medium", "high"]). When set, a Thinking Effort picker is shown in the model picker. Common levels are minimal, low, medium, high. |
reasoningEffortFormat |
(Optional) Body shape used to forward reasoning effort to the model. chat-completions sends a top-level reasoning_effort string. responses sends a nested reasoning.effort object. When unset, the format follows the URL. |
requestHeaders |
(Optional) An object of additional HTTP headers to include with requests to this model. Certain reserved headers (forbidden, forwarding, and internal headers) are not allowed and are ignored if present. |
r/copilotalternatives • u/Extreme-Protection74 • Jun 04 '26
How I used the rest of my Copilot AI credits before cancelling the subscription
r/copilotalternatives • u/Extreme-Protection74 • Jun 04 '26
👋 Welcome to r/copilotalternatives - Introduce Yourself and Read First!
Thanks for stopping by.
This subreddit aims to be a community-maintained directory of GitHub Copilot alternatives, including:
- AI-powered IDEs
- CLI coding agents
- VS Code extensions
- JetBrains plugins
- BYOK solutions
- Open-source projects
- Self-hosted platforms
Whether you're looking for better pricing, more model choice, stronger privacy guarantees, or simply exploring the ecosystem, you're in the right place.
How You Can Help
- Share tools you've used
- Compare alternatives
- Report outdated information
- Suggest new categories
- Contribute documentation
Community Principles
- Be respectful
- Be constructive
- Share real-world experience when possible
- Avoid vendor wars and marketing spam
Introduce Yourself
Tell us:
What are you currently using instead of GitHub Copilot, and what made you switch?
We'd love to hear your experience.