> ## 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.

# 新版接口总览

> 整理 Xcompute 新版 new-api 服务的登录、模型、余额、调用、任务和管理接口。

这份文档只做新版接口入口。详细内容按类别拆到独立页面里。

## 基础信息

* `Base URL`：`https://xcompute.us`
* 控制台接口前缀：`/api`
* 模型调用接口前缀：`/v1`、`/v1beta`
* 控制台鉴权：登录后的 session，或用户 access token
* 模型调用鉴权：`Authorization: Bearer YOUR_API_KEY`

## 接口

<Columns cols={2}>
  <Card title="通用对话接口" icon="message-square" href="/api-reference/texts/general/new-chat-completions">
    查看 OpenAI Chat Completions 兼容接口。
  </Card>

  <Card title="视频生成" icon="video" href="/api-reference/videos/new-videos-generations">
    查看视频生成任务提交接口。
  </Card>

  <Card title="任务查询" icon="refresh-cw" href="/api-reference/tasks/new-status">
    查看异步任务状态查询接口。
  </Card>
</Columns>
