- फिक्स्ड सब्सक्रिप्शन वाले Claude Code (महीने के $100) की जगह इसे Zed (महीने के $10) और OpenRouter क्रेडिट (महीने के $90) में बांटकर इस्तेमाल करने के तरीके पर स्विच किया गया
- Zed एक ऐसा एडिटर है जिसमें तेज़ responsiveness और visual file tracking की सुविधा है, और Agent Client Protocol के जरिए अलग-अलग मॉडलों के साथ सीधे integration संभव है
- OpenRouter, कई model providers में से चयन, क्रेडिट carry over, और Zero Data Retention सेटिंग जैसी सुविधाओं के जरिए cost efficiency और data protection दोनों देता है
- Cursor एक ऐसा विकल्प है जिसमें VSCode-आधारित extension compatibility और agent orchestration-केंद्रित architecture है, साथ ही यह बारीक rule-based control को support करता है
- जिन उपयोगकर्ताओं को Claude Code की limit restrictions बार-बार झेलनी पड़ती हैं, उनके लिए Zed + OpenRouter संयोजन अधिक flexible और sustainable विकल्प है
महीने के $100 Claude Code बजट को Zed और OpenRouter में पुनर्वितरित करना
- Claude Code के महीने के $100 सब्सक्रिप्शन को Zed एडिटर (महीने के $10) और OpenRouter क्रेडिट (महीने के $90) में बांटकर इस्तेमाल करने के तरीके पर स्विच
- जिन अवधियों में उपयोग नहीं होता, उन दौरान भी क्रेडिट जमा होते रहते हैं और बिना किसी expiry के लचीले ढंग से इस्तेमाल किए जा सकते हैं
- शुरुआत Claude Code की usage limits और अप्रभावी payment structure को लेकर असंतोष से हुई
Agent Harness का चयन और अलग-अलग मॉडलों की खोज
- Agent Harness वह सिस्टम है जो LLM के साथ message exchange, tool calls, और workflow coordination संभालता है
- Claude Code इसका एक प्रमुख उदाहरण है, जो file read/write और model calls को orchestrate करता है
- Opus भले market-leading model हो, लेकिन task complexity के हिसाब से cost और speed को समायोजित करने वाले कई मॉडल साथ में इस्तेमाल किए जा सकते हैं
- कई मॉडलों को Agent Harness से जोड़कर एक efficient workflow बनाया जा सकता है
Zed और OpenRouter
- Zed pricing: महीने के $10
- इसे VSCode की तुलना में ज़्यादा तेज़ और responsive editor माना जाता है
- इसका built-in Agent Harness सरल है, लेकिन file modification process को visual रूप में track करता है और custom profiles जोड़ने की सुविधा देता है
- Agent Client Protocol (ACP) के जरिए Claude Code, Mistral Vibe जैसे external models के साथ direct integration को support करता है
- कमी यह है कि VSCode के मुकाबले extensions कम हैं, लेकिन प्रमुख भाषाओं और कामों के लिए यह पर्याप्त है
- Zed की अपनी token pricing, API को सीधे इस्तेमाल करने की तुलना में महंगी है, इसलिए OpenRouter integration ज़्यादा किफायती है
- OpenRouter के जरिए अधिकतम 1M tokens का context window इस्तेमाल किया जा सकता hai
- Zed की default Gemini 3.1 integration में यह 200k tokens तक सीमित है
-
OpenRouter
- OpenRouter एक ऐसा platform है जहां अलग-अलग models और providers में से चयन किया जा सकता है, और इसे prepaid recharge के बाद API key जारी करके इस्तेमाल किया जाता है
- unused credits 365 दिनों बाद expire होते हैं, इसलिए इस्तेमाल न होने वाली अवधि में भी इन्हें बिना नुकसान carry over किया जा सकता है
- 5.5% fee लगती है
- privacy protection के लिए input-output को product improvement में इस्तेमाल करने वाले option को disable किया गया और केवल Zero Data Retention (ZDR) endpoint को enable किया गया
- कुछ models (
qwen/qwen3.6-plus आदि) केवल Alibaba Cloud पर उपलब्ध होने के कारण इस्तेमाल नहीं किए जा सकते
- यह सेटिंग data exposure risk को न्यूनतम करने के लिए है
Cursor
- Cursor pricing: महीने के $20 / 60 / 200
- 2025 में VSCode & Copilot से Cursor पर स्विच किया गया, और इसने सिर्फ autocomplete से आगे बढ़कर agentic coding experience दिया
- Cursor 3.0 को Rust में पूरी तरह rewrite किया गया, जिससे यह agent orchestration-केंद्रित architecture की ओर विकसित हुआ
- VSCode fork पर आधारित होने से सभी extensions compatible हैं, और
debug mode जैसे advanced debugging features मिलते हैं
- rule-based application method को बारीकी से नियंत्रित किया जा सकता है
- rules को सिर्फ कुछ files (
*.py, **/models.py आदि) पर लागू किया जा सकता है
- context window efficiency को अधिकतम किया जा सकता है
- plan में शामिल usage से अधिक होने पर API unit price के हिसाब से charge लिया जाता है, और महीने के न्यूनतम $20 carry over नहीं होते
Claude Code और OpenRouter integration
- Claude Code Anthropic models के लिए optimized है, लेकिन OpenRouter के जरिए इसे दूसरे models के साथ भी जोड़ा जा सकता है
- OpenRouter को Claude Code से जोड़ने के लिए निम्न environment variables सेट करने होते हैं
OPENROUTER_API_KEY, ANTHROPIC_BASE_URL=https://openrouter.ai/api, ANTHROPIC_AUTH_TOKEN आदि
- model mapping examples:
anthropic/claude-opus-4.6, anthropic/claude-sonnet-4.6, anthropic/claude-haiku-4.5
- सेटअप के बाद
/status command से यह जांचा जा सकता है कि OpenRouter API इस्तेमाल हो रहा है या नहीं
OpenCode जैसे CLI-आधारित विकल्प
- OpenRouter के साथ इस्तेमाल किए जा सकने वाले कई CLI Agent Harness मौजूद हैं
-
OpenCode
- TypeScript-आधारित, feature support का दायरा बड़ा है और सबसे ज़्यादा इस्तेमाल होने वाले tools में से एक है
-
Crush
- Go-आधारित, performance अच्छी है लेकिन model customization manual setup होने की वजह से असुविधाजनक है
- Gemini CLI जैसे कुछ model-specific tools के OpenRouter-compatible fork versions भी मौजूद हैं, जिससे अलग-अलग मॉडलों पर प्रयोग किया जा सकता है
निष्कर्ष
- अभी Zed (महीने के $10) और Cursor (महीने के $20) को साथ में इस्तेमाल किया जा रहा है, और बचे हुए $70 को OpenRouter credits के रूप में auto-recharge किया जाता है
- credits खत्म नहीं होते, जमा होते रहते हैं और ज़रूरत पड़ने पर इस्तेमाल किए जा सकते हैं
- जो उपयोगकर्ता Claude Code की usage limit तक अक्सर पहुंच जाते हैं, उनके लिए Zed + OpenRouter संयोजन अधिक flexible और efficient विकल्प है
- Zed को free में शुरू किया जा सकता है, और OpenRouter को सिर्फ $20 recharge के साथ तुरंत इस्तेमाल किया जा सकता है
अभी कोई टिप्पणी नहीं है.