OmniAgent 文档

Poe

本文介绍如何在 OmniAgent 中配置 Poe 模型服务。

使用 Poe API 需要有效的 Poe 订阅(月付或年付)。API 调用将从您的订阅积分中扣除,无需单独购买 API 额度。

获取 API Key

  1. 登录 Poe 官网,保持订阅状态。

  2. 访问 poe.com/api/keys 创建 API Key。

  3. 点击 Create Key,复制生成的密钥。

    ⚠️ 密钥仅显示一次,请立即保存到安全位置。

    image-20260306151751584

在 OmniAgent 中配置

  1. 打开 OmniAgent 的 系统设置 -> API Key 页面。

  2. 点击 + 添加,选择提供商 其他

  3. 配置信息

    • Base URL:填写需要使用的Base URL(见下方列表)。
    • 模型:填写需要使用的模型名称(见下方列表)。
    • API Key: 填入您刚刚获取的 Poe API Key。 image-20260228182954882

常用服务商 Base URL 参考

如需填写 Base URL,可参考下表选择对应服务商地址:

服务商Base URL推荐模型
Qwenhttps://dashscope.aliyuncs.com/apps/anthropicqwen3.5-plus
DeepSeekhttps://api.deepseek.com/anthropicdeepseek-chat
Kimihttps://api.moonshot.ai/anthropic kimi-k2.5
GLMhttps://open.bigmodel.cn/api/anthropicGLM-4.7
MiniMaxhttps://api.minimax.com/anthropicMiniMax-M2.5
Anthropichttps://api.anthropic.com/v1claude-sonnet-4-6

Poe 支持 Anthropic API 兼容格式,您也可以将 Base URL 设为 https://api.poe.com 配合 Anthropic SDK 直接使用。

On this page