3 步接入你的 Agent

从 0 到接入生产环境,3 分钟搞定

1获取 API Key

注册并一键生成你的 API Key。

2接入代码

复制示例代码,3 分钟完成接入。

3开始构建

接入完成,开始构建你的 Agent。

curl -X POST https://api.ofox.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $OFOXAI_API_KEY" \
  -d '{
    "model": "openai/gpt-4o",
    "messages": [
      {"role": "user", "content": "Hello World!"}
    ]
  }'

准备好构建你的下一个 AI Agent 了吗?

3 分钟接入,立即开始

获取 API Key

微信社群

扫码加入开发者交流群

微信社群

Discord

加入 Discord 社区

Discord

技术顾问

扫码添加技术顾问

技术顾问