cckit 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -177,13 +177,13 @@ The active model is used when Claude Code switches to that provider. If no expli
|
|
|
177
177
|
|
|
178
178
|
### Provider Details
|
|
179
179
|
|
|
180
|
-
| Provider | Default Model |
|
|
181
|
-
|
|
182
|
-
| 智谱LLM | GLM-4.6 | https://
|
|
183
|
-
| MiniMax | MiniMax-M2 | https://
|
|
184
|
-
| Kimi | kimi-for-coding | https://
|
|
185
|
-
| ZenMux.ai | claude-3-5-sonnet-20241022 | https://zenmux.ai/
|
|
186
|
-
| Claude | claude-3-5-sonnet-20241022 |
|
|
180
|
+
| Provider | Default Model | Platform URL | Auth Method | Capabilities | Default Base URL |
|
|
181
|
+
|----------|---------------|--------------|-------------|--------------|------------------|
|
|
182
|
+
| 智谱LLM | GLM-4.6 | https://www.bigmodel.cn/claude-code?ic=AFDPNDPWIF | ANTHROPIC_AUTH_TOKEN | Chat, Code Generation, Chinese Support | https://www.bigmodel.cn/claude-code?ic=AFDPNDPWIF |
|
|
183
|
+
| MiniMax | MiniMax-M2 | https://platform.minimaxi.com/subscribe/coding-plan | ANTHROPIC_AUTH_TOKEN | Chat, Code Generation, Multi-language | https://api.minimaxi.com/anthropic |
|
|
184
|
+
| Kimi | kimi-for-coding | https://www.kimi.com/coding/docs/ | ANTHROPIC_API_KEY | Chat, Long Context, Code Generation | https://api.kimi.com/coding/ |
|
|
185
|
+
| ZenMux.ai | claude-3-5-sonnet-20241022 | https://zenmux.ai/invite/ZAEJCE | ANTHROPIC_API_KEY | Model Gateway, Multi-provider, Claude Compatible | https://zenmux.ai/api/anthropic |
|
|
186
|
+
| Claude | claude-3-5-sonnet-20241022 | https://console.anthropic.com | ANTHROPIC_API_KEY | Chat, Code Generation, Analysis, Multimodal | Official |
|
|
187
187
|
|
|
188
188
|
## How It Works
|
|
189
189
|
|