首批通过分布式安全可靠测评,为关键业务系统打造
AI API 列表
更新时间:2026-06-17 14:23:45
分享
Anthropic Compatible APIs
| API | 请求方法 | 请求路径 | 说明 |
|---|---|---|---|
| Create a Message | POST | /api/anthropic/v1/messages |
Anthropic 消息创建 |
| List Anthropic Models | GET | /api/anthropic/v1/models |
查询 Anthropic 模型列表 |
| Create a Message (Default Base) | POST | /api/v1/messages |
Anthropic Messages(默认 Base URL) |
OpenAI Compatible APIs
| API | 请求方法 | 请求路径 | 说明 |
|---|---|---|---|
| Create Chat Completion | POST | /api/v1/chat/completions |
OpenAI 聊天补全 |
| Create Embedding | POST | /api/v1/embeddings |
OpenAI Embeddings |
| List Models | GET | /api/v1/models |
查询 OpenAI 兼容模型列表 |
| Rerank | POST | /api/v1/rerank |
重排序 |
| Reranks | POST | /api/v1/reranks |
重新排序 |
| Create Response | POST | /api/v1/responses |
OpenAI Responses |
Vertex AI Compatible APIs
| API | 请求方法 | 请求路径 | 说明 |
|---|---|---|---|
| Generate Content | POST | /api/vertex-ai/v1/publishers/{provider}/models/{model}:generateContent |
Vertex AI 生成内容 |
| Stream Generate Content | POST | /api/vertex-ai/v1/publishers/{provider}/models/{model}:streamGenerateContent |
Vertex AI 流式生成内容 |
Model Router Image and Video APIs
| API | 请求方法 | 请求路径 | 说明 |
|---|---|---|---|
| Create Image Generation | POST | /api/v1/images/generations |
OpenAI 兼容文生图(可异步) |
| Create Video Generation | POST | /api/v1/videos/generations |
文生视频(异步,X-Async: enable) |
| Retrieve Task Status | GET | /api/v1/tasks/{task_id} |
查询图片或视频异步生成任务状态 |
OpenAI Compatible Batch and Files APIs
| API | 请求方法 | 请求路径 | 说明 |
|---|---|---|---|
| Upload File | POST | /api/v1/files |
上传 Batch 文件 |
| List Files | GET | /api/v1/files |
查询 Batch 文件列表 |
| Retrieve File | GET | /api/v1/files/{file_id} |
查询 Batch 文件信息 |
| Delete File | DELETE | /api/v1/files/{file_id} |
删除 Batch 文件 |
| Get File Content | GET | /api/v1/files/{file_id}/content |
获取 Batch 文件内容 |
| Get File Content (POST) | POST | /api/v1/files/{file_id}/content |
获取 Batch 文件内容 |
| Create Batch | POST | /api/v1/batches |
创建 Batch 任务 |
| List Batches | GET | /api/v1/batches |
查询 Batch 任务列表 |
| Retrieve Batch | GET | /api/v1/batches/{batch_id} |
查询 Batch 任务 |
| Retrieve Batch (POST) | POST | /api/v1/batches/{batch_id} |
查询 Batch 任务 |
| Cancel Batch | POST | /api/v1/batches/{batch_id}/cancel |
取消 Batch 任务 |