Documentation Index
Fetch the complete documentation index at: https://api.xcompute.us/llms.txt
Use this file to discover all available pages before exploring further.
CloudCLI UI 也常被叫做 Claude Code UI。它本身更像是 Claude Code、Cursor CLI、Codex、Gemini CLI 的图形界面,而不是单独的模型提供方。
这意味着:
- 你先把
Claude Code接到 Xcompute - 再启动
CloudCLI UI去管理这些会话
安装
如果你还没准备 Node 环境,先看 环境准备:NVM、Node.js 22 和 npm。启动
和 Xcompute 的关系
CloudCLI UI 不直接保存 Xcompute 的
Base URL 和 API Key。它继承的是底层 CLI 的配置。先配置 Claude Code
按 Claude Code 接入 页面,把 Claude Code 先接到 Xcompute。
推荐用法
- 本机开发时,用 Claude Code 负责真正的模型调用
- 需要图形界面、会话切换、移动端查看时,再打开 CloudCLI UI
- 如果你同时装了 OpenCode,也可以在 CloudCLI UI 里切换到 OpenCode 会话
验证
- 打开
http://localhost:3001 - 进入一个已有项目
- 发送一条简单消息
- 如果能正常返回内容,说明底层 Claude Code 与 Xcompute 配合正常