搜索文档

输入关键词,回车打开结果

OmniAgent 文档

Poe

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

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

获取 API Key

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

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

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

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

获取 Key

在 OmniAgent 中配置

  1. 打开 OmniAgent 的 API Key 管理 页面。

  2. 点击 + 新增 API 密钥,选择提供商 其他

  3. 配置信息

    • 模型名称:填写需要使用的模型名称(如 Claude-3-Sonnet)。
    • API Key (密钥):填入您刚刚获取的 Poe API Key
    • Base URL (地址):填写 https://api.poe.com

Poe 配置界面

常用服务商 Base URL 参考

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

服务商Base URL推荐模型
Qwenhttps://dashscope.aliyuncs.com/apps/anthropicqwen3.5-plus
DeepSeekhttps://api.deepseek.com/anthropicdeepseek-chat
Kimihttps://api.moonshot.ai/anthropickimi-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