Poe
本文介绍如何在 OmniAgent 中配置 Poe 模型服务。
使用 Poe API 需要有效的 Poe 订阅(月付或年付)。API 调用将从您的订阅积分中扣除,无需单独购买 API 额度。
获取 API Key
-
登录 Poe 官网,保持订阅状态。
-
访问 poe.com/api/keys 创建 API Key。
-
点击 Create Key,复制生成的密钥。
⚠️ 密钥仅显示一次,请立即保存到安全位置。

在 OmniAgent 中配置
-
打开 OmniAgent 的 系统设置 -> API Key 页面。
-
点击 + 添加,选择提供商 其他。
-
配置信息:
- Base URL:填写需要使用的Base URL(见下方列表)。
- 模型:填写需要使用的模型名称(见下方列表)。
- API Key: 填入您刚刚获取的 Poe API Key。

常用服务商 Base URL 参考
如需填写 Base URL,可参考下表选择对应服务商地址:
| 服务商 | Base URL | 推荐模型 |
|---|---|---|
| Qwen | https://dashscope.aliyuncs.com/apps/anthropic | qwen3.5-plus |
| DeepSeek | https://api.deepseek.com/anthropic | deepseek-chat |
| Kimi | https://api.moonshot.ai/anthropic | kimi-k2.5 |
| GLM | https://open.bigmodel.cn/api/anthropic | GLM-4.7 |
| MiniMax | https://api.minimax.com/anthropic | MiniMax-M2.5 |
| Anthropic | https://api.anthropic.com/v1 | claude-sonnet-4-6 |
Poe 支持 Anthropic API 兼容格式,您也可以将 Base URL 设为 https://api.poe.com 配合 Anthropic SDK 直接使用。