update sponsors

This commit is contained in:
musistudio
2025-07-31 09:16:34 +08:00
parent cd65b3605d
commit 03c9b0fa58
5 changed files with 34 additions and 1 deletions

View File

@@ -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!
<table>
<tr>
<td><a href="https://aihubmix.com/" target="_blank"><img src="/blog/images/sponsors/aihubmix.png" width="100" alt="aihubmix" /></a></td>
</tr>
</table>
- @Simon Leischnig
- [@duanshuaimin](https://github.com/duanshuaimin)
- [@vrgitadmin](https://github.com/vrgitadmin)

View File

@@ -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:
非常感谢所有赞助商的慷慨支持!
<table>
<tr>
<td><a href="https://aihubmix.com/" target="_blank"><img src="/blog/images/sponsors/aihubmix.png" width="100" alt="aihubmix" /></a></td>
</tr>
</table>
- @Simon Leischnig
- [@duanshuaimin](https://github.com/duanshuaimin)
- [@vrgitadmin](https://github.com/vrgitadmin)

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 227 KiB

View File

@@ -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"