Skip to main content

1. 获取 API Key

打开 Ace Data Cloud 应用列表,进入可用的应用并复制 API Key。 获取 Ace Data Cloud API Key

2. 安装 Kimi Code

macOS / Linux:
Windows PowerShell:
也可以通过 npm 安装:

3. 配置 AceDataCloud

编辑 ~/.kimi/config.toml,加入以下配置:
将两处 MODEL_ID 替换为 Coding Plan 当前提供的同一个模型 ID。type = "openai" 使用 OpenAI Chat Completions 协议。 配置文件包含 Key,macOS / Linux 建议限制权限:

4. 验证并启动

进入项目后运行 kimi 即可开始使用。如果返回 401,检查 API Key;如果提示 model not found,确认 default_model、模型表名和 model 字段使用同一个 ID。

官方参考