Docker 部署
已部署实例配置
如果你已经部署了 Open WebUI:- 管理面板 → 设置 → 连接
- 添加 OpenAI 兼容接口:
- 保存后在模型列表中即可看到 SeeOneAPI 的模型
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🚀 gpt-image-2 图像生成已上线!支持 4K 超清输出。了解详情
在 Open WebUI 中接入 SeeOneAPI
docker run -d \
-e OPENAI_API_BASE_URL=https://api.seeoneapi.com/v1 \
-e OPENAI_API_KEY=sk-你的API密钥 \
-p 3000:8080 \
ghcr.io/open-webui/open-webui:main
| 字段 | 值 |
|---|---|
| URL | https://api.seeoneapi.com/v1 |
| API Key | sk-你的API密钥 |