API 参考
这里保留中文文档当前重点维护的核心端点,便于和模型详情页、错误码、速率限制一起查阅。
Base URL
Section titled “Base URL”https://api.hiapi.ai/v1| Method | Endpoint | 说明 |
|---|---|---|
POST | /images/generations | OpenAI Images API 兼容图像生成 |
POST | /chat/completions | 对话式图像生成与多模态返回 |
| Method | Endpoint | 说明 |
|---|---|---|
POST | /videos | 创建视频生成任务 |
GET | /videos/{id} | 查询视频任务状态与结果 |
账户与元数据
Section titled “账户与元数据”| Method | Endpoint | 说明 |
|---|---|---|
GET | /models | 查看当前可用模型 |
GET | /dashboard/billing/usage | 查询额度余额与使用情况 |