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

View File

@@ -243,6 +243,8 @@ Retired historical families such as `claude-1.*`, `claude-2.*`, `claude-instant-
### `POST /v1/chat/completions`
> Path note: besides the canonical `/v1/chat/completions`, DS2API also accepts the root shortcut `/chat/completions`. On Vercel Runtime, `stream=true` on either path is handled by the Node streaming bridge, while non-stream stays on the Go primary path.
**Headers**:
```http