diff --git a/README.md b/README.md index 38e0be3..efbd363 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,16 @@ Here is a comprehensive example: "enhancetool" ] } + }, + { + "name": "aihubmix", + "api_base_url": "https://aihubmix.com/v1/chat/completions", + "api_key": "sk-", + "models": [ + "Z/glm-4.5", + "claude-opus-4-20250514", + "gemini-2.5-pro" + ] } ], "Router": { @@ -413,6 +423,13 @@ If you find this project helpful, please consider sponsoring its development. Yo A huge thank you to all our sponsors for their generous support! + + + + +
aihubmix
+ + - @Simon Leischnig - [@duanshuaimin](https://github.com/duanshuaimin) - [@vrgitadmin](https://github.com/vrgitadmin) diff --git a/README_zh.md b/README_zh.md index f069032..a6aeea6 100644 --- a/README_zh.md +++ b/README_zh.md @@ -137,6 +137,16 @@ npm install -g @musistudio/claude-code-router "enhancetool" ] } + }, + { + "name": "aihubmix", + "api_base_url": "https://aihubmix.com/v1/chat/completions", + "api_key": "sk-", + "models": [ + "Z/glm-4.5", + "claude-opus-4-20250514", + "gemini-2.5-pro" + ] } ], "Router": { @@ -408,6 +418,12 @@ jobs: 非常感谢所有赞助商的慷慨支持! + + + + +
aihubmix
+ - @Simon Leischnig - [@duanshuaimin](https://github.com/duanshuaimin) - [@vrgitadmin](https://github.com/vrgitadmin) diff --git a/blog/images/sponsors/aihubmix.png b/blog/images/sponsors/aihubmix.png new file mode 100644 index 0000000..d13b585 Binary files /dev/null and b/blog/images/sponsors/aihubmix.png differ diff --git a/blog/images/wechat_group.jpg b/blog/images/wechat_group.jpg index a7ac04b..437514b 100644 Binary files a/blog/images/wechat_group.jpg and b/blog/images/wechat_group.jpg differ diff --git a/package.json b/package.json index 4074867..d400361 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@musistudio/claude-code-router", - "version": "1.0.30", + "version": "1.0.31", "description": "Use Claude Code without an Anthropics account and route it to another LLM provider", "bin": { "ccr": "./dist/cli.js"