第三方工具

OpenClaw官方版配置aliapi.me API Guide

OpenClaw官方版配置aliapi.me guide for aliapi.me, covering the OpenAI-compatible Base URL, API key, model names, request shape and troubleshooting notes.

Purpose

OpenClaw官方版配置aliapi.me guide for aliapi.me, covering the OpenAI-compatible Base URL, API key, model names, request shape and troubleshooting notes.

Integration Checklist

  • Base URL: https://api.aliapi.me/v1.
  • Authentication: Authorization: Bearer YOUR_API_KEY.
  • Model names should be copied from the aliapi.me model catalog.
  • Endpoint hint: /v1/chat/completions.

Request Shape

{
  "model": "copy-model-name-from-catalog",
  "messages": [
    {"role": "user", "content": "your task here"}
  ]
}

Troubleshooting

Start with a minimal chat request, then verify the API key, Base URL, model name, quota, request fields and request logs.

Reference Images

Images are mirrored on aliapi.me assets. Endpoint examples use https://api.aliapi.me/v1.

初始化选项界面(第一屏)
初始化选项界面(第一屏)
初始化选项界面(第二屏)
初始化选项界面(第二屏)
选择最新版本
选择最新版本
下载对应文件
下载对应文件
运行配置工具
运行配置工具
填写配置信息
填写配置信息
自动保存配置
自动保存配置
启动网关并访问
启动网关并访问
简单测试效果
简单测试效果
创建飞书应用
创建飞书应用
添加机器人能力
添加机器人能力
开通权限
开通权限
订阅事件
订阅事件
填写版本信息
填写版本信息
申请发布
申请发布
在飞书群设置中查看群聊 ID
在飞书群设置中查看群聊 ID
保存长连接配置
保存长连接配置
飞书私聊对话演示
飞书私聊对话演示