docs: add version note for /v1/responses API (#13596)

Signed-off-by: majiayu000 <1835304752@qq.com>
This commit is contained in:
lif
2026-01-03 14:58:20 +08:00
committed by GitHub
parent 18fdcc94e5
commit f5f74e12c1

View File

@@ -277,6 +277,8 @@ curl -X POST http://localhost:11434/v1/chat/completions \
### `/v1/responses`
> Note: Added in Ollama v0.13.3
Ollama supports the [OpenAI Responses API](https://platform.openai.com/docs/api-reference/responses). Only the non-stateful flavor is supported (i.e., there is no `previous_response_id` or `conversation` support).
#### Supported features