docs: sync Vercel chat-stream path alias in docs

This commit is contained in:
CJACK.
2026-05-09 18:59:08 +08:00
parent e251a7ee29
commit 23a79df687
4 changed files with 6 additions and 2 deletions

2
API.md
View File

@@ -249,6 +249,8 @@ OpenAI `/v1/*` 仍是规范路径。对于只配置 DS2API 根地址的客户端
### `POST /v1/chat/completions`
> 路径说明:除规范路径 `/v1/chat/completions` 外,也支持根路径快捷别名 `/chat/completions`;在 Vercel Runtime 上,这两个路径的 `stream=true` 请求都会进入 Node 流式桥接逻辑,非流式仍走 Go 主链路。
**请求头**
```http