Skip to content

Commit a234f16

Browse files
committed
docs: README Güncellemeleri - GLM-5 Desteği
- README.md: Version 2.2.0, yeni alias'lar (glm, glmapi) - NPM_README.md: GLM-5 ve endpoint bilgileri - .env.example: z.ai API linki güncellendi
1 parent 174a180 commit a234f16

3 files changed

Lines changed: 18 additions & 11 deletions

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEMINI_API_KEY=AIza...
1313
# Alibaba Qwen (DashScope)
1414
QWEN_API_KEY=sk-...
1515

16-
# Zhipu GLM (Z.ai)
16+
# Zhipu GLM (Z.ai) - https://z.ai/apikeys
1717
GLM_API_KEY=...
1818

1919
# OpenRouter (fallback)

NPM_README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55

66
Multi-provider configuration for Claude Code Router with intelligent intent-based routing.
77

8+
## v2.2.0 - GLM-5 Support
9+
10+
Now supports **GLM-5** with two endpoint options:
11+
12+
| Alias | Endpoint | Use Case |
13+
|-------|----------|----------|
14+
| `glm` | z.ai Coding Plan | Subscription-based coding |
15+
| `glmapi` | z.ai API Credits | Pay-per-use with credits |
16+
817
## Quick Install
918

1019
```bash
@@ -31,11 +40,8 @@ ccr-setup --overwrite
3140
```bash
3241
npx -y -p @halilertekin/claude-code-router-config ccr-glm-setup --key "YOUR_GLM_API_KEY"
3342
source ~/.zshrc
34-
glm
35-
```
36-
Direct z.ai is the default. If you want the router version:
37-
```bash
38-
glm-ccr
43+
glm # GLM-5 via Coding Plan
44+
glmapi # GLM-5 via API Credits
3945
```
4046

4147
## Features
@@ -117,7 +123,7 @@ Get your API keys:
117123
| Anthropic | https://console.anthropic.com/settings/keys |
118124
| Gemini | https://aistudio.google.com/apikey |
119125
| Qwen | https://dashscope.console.aliyun.com/apiKey |
120-
| GLM | https://open.bigmodel.cn/usercenter/apikeys |
126+
| GLM (z.ai) | https://z.ai/apikeys |
121127
| OpenRouter | https://openrouter.ai/keys |
122128
| GitHub Copilot | https://github.com/settings/tokens |
123129

@@ -141,7 +147,8 @@ Inside Claude Code:
141147
/model anthropic,claude-sonnet-4-latest
142148
/model gemini,gemini-2.5-flash
143149
/model qwen,qwen-plus
144-
/model glm,glm-4.7
150+
/model glm,glm-5
151+
/model glmapi,glm-5
145152
/model copilot,copilot
146153
```
147154

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Claude Code Router Config - Advanced Multi-Provider Setup
22

3-
🚀 **v2.0.9** - Unified router + config package with z.ai (GLM 4.7) support, advanced CLI tools, analytics, smart routing, and configuration templates!
3+
🚀 **v2.2.0** - GLM-5 Support with Coding Plan & API Credit endpoints!
44

55
Use Claude Code as a single interface to access multiple AI providers with intelligent routing for optimal performance, cost, and quality.
66

@@ -43,8 +43,8 @@ If you just want to use the `ccc` command (Claude Code Commander) and `glm` alia
4343
4. **Reload & Run:**
4444
```bash
4545
source ~/.zshrc
46-
glm # Launches GLM-4.7 via z.ai (direct)
47-
glm-ccr # Launches GLM-4.7 via local router
46+
glm # Launches GLM-5 via z.ai Coding Plan
47+
glmapi # Launches GLM-5 via z.ai API Credits
4848
ccc ds # Launches DeepSeek
4949
ccc claude # Launches Official Claude (Pro)
5050
```

0 commit comments

Comments
 (0)