docs: add version note for /v1/responses API (#13596)
Signed-off-by: majiayu000 <1835304752@qq.com>
This commit is contained in:
parent
18fdcc94e5
commit
f5f74e12c1
|
|
@ -277,6 +277,8 @@ curl -X POST http://localhost:11434/v1/chat/completions \
|
||||||
|
|
||||||
### `/v1/responses`
|
### `/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).
|
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
|
#### Supported features
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue