Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 8664af0

Browse files
committed
feat: 302ai
1 parent a8b6d34 commit 8664af0

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ export default defineConfig({
111111
base: "/config/providers",
112112
collapsed: true,
113113
items: [
114+
{ text: "接入 302.AI 模型服务", link: "/302ai" },
114115
{ text: "接入 PPIO 派欧云模型服务", link: "/ppio" },
115116
{ text: "接入 OpenAI、DeepSeek 等各种模型", link: "/llm" },
116117
{

config/providers/302ai.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# 接入 302.AI
2+
3+
302.AI 是企业级 AI 应用平台,支持快捷接入全球各类 AI 模型。
4+
5+
## 使用
6+
7+
点击[此链接](https://share.302.ai/rr1M3l) 注册账户。
8+
9+
注册完毕之后,点击[此链接](https://302.ai/apis/)选择需要接入的模型。
10+
11+
根据需求,进入[此链接](https://dash.302.ai/charge) 充值对应的金额。
12+
13+
## 接入
14+
15+
打开 AstrBot 控制台 -> 服务提供商页面,点击新增提供商,找到并点击 `302.AI`(需要版本 >= 3.5.18)
16+
17+
修改 ID,并将 API Key 和模型名称填入对话框表单,点击保存,即可完成创建。
18+
19+
20+
## 使用
21+
22+
对机器人输入 `/provider` 指令,将提供商切换到刚刚添加的 302.AI 提供商,即可使用。

0 commit comments

Comments
 (0)