@@ -16,11 +16,13 @@ Claude Code Router supports multiple AI providers with intelligent routing. You
1616```
1717Request → Smart Intent Router → Provider Selection → AI Response
1818 ↓ ↓
19- Intent Analysis GLM (Primary)
20- (Cost Optimized) Qwen (Fallback)
19+ Intent Analysis GLM-5 (Primary)
20+ (Cost Optimized) Claude Pro (Quality)
21+ DeepSeek (Budget)
22+ MiniMax (Long Context)
23+ Qwen (Fallback)
2124 Gemini (Backup)
2225 OpenAI (Premium)
23- Anthropic (Quality)
2426```
2527
2628### Quick Start
@@ -49,22 +51,37 @@ ccr code # Start router + Claude Code
4951
5052| Provider | API Base URL | Cost (per 1M tokens) | Best For |
5153| ----------| -------------| ---------------------| ----------|
52- | ** GLM (z.ai)** | ` https://api.z.ai/api/anthropic ` | ~ $0.50 | Cost-effective, multilingual |
53- | ** Qwen** | ` https://dashscope-intl.aliyuncs.com/... ` | ~ $0.10 | Coding, cost-optimized |
54- | ** Gemini** | ` https://generativelanguage.googleapis.com/... ` | ~ $0.01 | Fast responses |
55- | ** OpenAI** | ` https://api.openai.com/v1/... ` | ~ $2.50 | Premium quality |
56- | ** Anthropic** | ` https://api.anthropic.com/v1/... ` | ~ $3.00 | Best quality |
57- | ** OpenRouter** | ` https://openrouter.ai/api/v1/... ` | Variable | Variety, fallback |
54+ | ** GLM-5 (z.ai)** | ` api.z.ai/api/coding/paas/v4 ` | ~ $0.50 | Coding Plan (3x usage) |
55+ | ** GLM API (z.ai)** | ` api.z.ai/api/paas/v4 ` | ~ $0.50 | Pay-per-use |
56+ | ** Claude Pro** | Official Anthropic | ~ $3.00 | Premium quality |
57+ | ** DeepSeek** | ` api.deepseek.com/anthropic ` | ~ $0.60 | Budget coding |
58+ | ** MiniMax** | ` api.minimax.io/anthropic ` | ~ $0.30 | Long context (200k+) |
59+ | ** Qwen** | ` dashscope-intl.aliyuncs.com/... ` | ~ $0.10 | Cost-optimized |
60+ | ** Gemini** | ` generativelanguage.googleapis.com/... ` | ~ $0.01 | Fast responses |
61+ | ** OpenAI** | ` api.openai.com/v1/... ` | ~ $2.50 | Premium quality |
5862
5963---
6064
6165### Adding Providers
6266
6367#### Step 1: Get API Key
6468
65- ** GLM (z.ai)**
66- - Website: https://open.bigmodel.cn/
67- - Pricing: https://open.bigmodel.cn/pricing
69+ ** GLM-5 (z.ai) - Recommended**
70+ - Website: https://z.ai/apikeys
71+ - Pricing: Very competitive, 3x usage with Coding Plan
72+ - Sign up → Create API Key
73+ - Two endpoints:
74+ - Coding Plan: ` https://api.z.ai/api/coding/paas/v4 `
75+ - API Credits: ` https://api.z.ai/api/paas/v4 `
76+
77+ ** MiniMax**
78+ - Website: https://platform.minimax.io/
79+ - Pricing: Very competitive, ultra-long context (200k+ tokens)
80+ - Sign up → Create API Key
81+
82+ ** DeepSeek**
83+ - Website: https://platform.deepseek.com/
84+ - Pricing: Affordable
6885- Sign up → Create API Key
6986
7087** Qwen (Alibaba)**
@@ -295,11 +312,13 @@ Claude Code Router, birden fazla AI sağlayıcısını akıllı yönlendirme ile
295312```
296313İstek → Akıllı Intent Router → Sağlayıcı Seçimi → AI Cevabı
297314 ↓ ↓
298- Intent Analizi GLM (Birincil)
299- (Maliyet Optimize) Qwen (Yedek)
300- Gemini (Yedek 2)
301- OpenAI (Premium)
302- Anthropic (Kalite)
315+ Intent Analizi GLM-5 (Birincil)
316+ (Maliyet Optimize) Claude Pro (Kalite)
317+ DeepSeek (Bütçe)
318+ MiniMax (Uzun Bağlam)
319+ Qwen (Yedek)
320+ Gemini (Yedek 2)
321+ OpenAI (Premium)
303322```
304323
305324### Hızlı Başlangıç
@@ -328,22 +347,37 @@ ccr code # Router + Claude Code'u başlat
328347
329348| Sağlayıcı | API URL | Maliyet (1M token) | En İyi Kullanım |
330349| -----------| ---------| -------------------| -----------------|
331- | ** GLM (z.ai)** | ` https://api.z.ai/api/anthropic ` | ~ $0.50 | Ucuz, çok dilli |
332- | ** Qwen** | ` https://dashscope-intl.aliyuncs.com/... ` | ~ $0.10 | Kodlama, ucuz |
333- | ** Gemini** | ` https://generativelanguage.googleapis.com/... ` | ~ $0.01 | Hızlı cevap |
334- | ** OpenAI** | ` https://api.openai.com/v1/... ` | ~ $2.50 | Premium kalite |
335- | ** Anthropic** | ` https://api.anthropic.com/v1/... ` | ~ $3.00 | En iyi kalite |
336- | ** OpenRouter** | ` https://openrouter.ai/api/v1/... ` | Değişken | Çeşitlilik |
350+ | ** GLM-5 (z.ai)** | ` api.z.ai/api/coding/paas/v4 ` | ~ $0.50 | Coding Plan (3x kullanım) |
351+ | ** GLM API (z.ai)** | ` api.z.ai/api/paas/v4 ` | ~ $0.50 | Kredi ile ödeme |
352+ | ** Claude Pro** | Official Anthropic | ~ $3.00 | Premium kalite |
353+ | ** DeepSeek** | ` api.deepseek.com/anthropic ` | ~ $0.60 | Bütçe kodlama |
354+ | ** MiniMax** | ` api.minimax.io/anthropic ` | ~ $0.30 | Uzun bağlam (200k+) |
355+ | ** Qwen** | ` dashscope-intl.aliyuncs.com/... ` | ~ $0.10 | Maliyet optimize |
356+ | ** Gemini** | ` generativelanguage.googleapis.com/... ` | ~ $0.01 | Hızlı cevap |
357+ | ** OpenAI** | ` api.openai.com/v1/... ` | ~ $2.50 | Premium kalite |
337358
338359---
339360
340361### Sağlayıcı Ekleme
341362
342363#### Adım 1: API Key Al
343364
344- ** GLM (z.ai)**
345- - Website: https://open.bigmodel.cn/
346- - Fiyatlandırma: https://open.bigmodel.cn/pricing
365+ ** GLM-5 (z.ai) - Önerilen**
366+ - Website: https://z.ai/apikeys
367+ - Fiyatlandırma: Çok uygun, Coding Plan ile 3x kullanım
368+ - Kayıt ol → API Key Oluştur
369+ - İki endpoint:
370+ - Coding Plan: ` https://api.z.ai/api/coding/paas/v4 `
371+ - API Kredileri: ` https://api.z.ai/api/paas/v4 `
372+
373+ ** MiniMax**
374+ - Website: https://platform.minimax.io/
375+ - Fiyatlandırma: Çok uygun, ultra-uzun bağlam (200k+ token)
376+ - Kayıt ol → API Key Oluştur
377+
378+ ** DeepSeek**
379+ - Website: https://platform.deepseek.com/
380+ - Fiyatlandırma: Uygun fiyat
347381- Kayıt ol → API Key Oluştur
348382
349383** Qwen (Alibaba)**
@@ -380,6 +414,8 @@ ccr code # Router + Claude Code'u başlat
380414export GLM_API_KEY=" glm_api_key_buraya"
381415
382416# Ek Sağlayıcılar (Opsiyonel - yönlendirme için)
417+ export MINIMAX_API_KEY=" minimax_api_key_buraya"
418+ export DEEPSEEK_API_KEY=" deepseek_api_key_buraya"
383419export QWEN_API_KEY=" qwen_api_key_buraya"
384420export GEMINI_API_KEY=" gemini_api_key_buraya"
385421export OPENAI_API_KEY=" openai_api_key_buraya"
@@ -595,5 +631,5 @@ ccr ui # Web dashboard'ı aç
595631---
596632
597633* Created by Halil Ertekin*
598- * Version: 2.0.9 *
599- * Last Updated: 2025-01-11 *
634+ * Version: 2.4.0 *
635+ * Last Updated: 2026-02-15 *
0 commit comments