Skip to content

Commit 9fef062

Browse files
committed
docs: add AIHubMix provider documentation in English and Chinese
1 parent 93c3b61 commit 9fef062

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

.vitepress/config.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export default defineConfig({
127127
items: [
128128
{ text: "✨ 接入模型服务", link: "/start" },
129129
{ text: "NewAPI", link: "/newapi" },
130+
{ text: "AIHubMix", link: "/aihubmix" },
130131
{ text: "PPIO 派欧云", link: "/ppio" },
131132
{ text: "硅基流动", link: "/siliconflow" },
132133
{ text: "小马算力", link: "/tokenpony" },
@@ -349,6 +350,7 @@ export default defineConfig({
349350
items: [
350351
{ text: "✨ Connecting LLM Services", link: "/start" },
351352
{ text: "NewAPI", link: "/newapi" },
353+
{ text: "AIHubMix", link: "/aihubmix" },
352354
{ text: "PPIO Cloud", link: "/ppio" },
353355
{ text: "SiliconFlow", link: "/siliconflow" },
354356
{ text: "TokenPony", link: "/tokenpony" },

en/config/providers/aihubmix.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# AIHubMix
2+
3+
AIHubMix provides a variety of models and convenient access methods, similar to OpenRouter. It offers ample daily free model calls, such as `gemini-3-flash-preview-free`, `gpt-4o-free`, `kimi-for-coding-free`, etc., making it suitable for individual developers and small project testing.
4+
5+
## Usage
6+
7+
Click [this link](https://aihubmix.com/?aff=4bfH) to register an account.
8+
9+
After registration, click [this link](https://aihubmix.com/models) to select the model you want to access.
10+
11+
## Integration
12+
13+
Open AstrBot WebUI -> Service Providers page, click "Add Provider", find and click `AIHubMix`, configure the API Key, select the model you want to access, and click "Save" to complete the setup.

zh/config/providers/aihubmix.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# 接入 AIHubMix
2+
3+
AIHuMix 是类似 OpenRouter 的第三方模型服务提供商,提供了丰富的模型选择和便捷的接入方式。并且提供充足的每日免费模型调用次数,如 `gemini-3-flash-preview-free`, `gpt-4o-free`, `kimi-for-coding-free` 等,适合个人开发者和小型项目测试使用。
4+
5+
## 使用
6+
7+
点击[此链接](https://aihubmix.com/?aff=4bfH) 注册账户。
8+
9+
注册完毕之后,点击[此链接](https://aihubmix.com/models)选择需要接入的模型。
10+
11+
## 接入
12+
13+
打开 AstrBot WebUI -> 服务提供商页面,点击新增提供商,找到并点击 `AIHubMix`,配置 API Key 后,选择需要接入的模型,点击保存,即可完成创建。

0 commit comments

Comments
 (0)