diff --git a/docs/api/openai-compatibility.mdx b/docs/api/openai-compatibility.mdx index 4c37d8192..ddf93d2f8 100644 --- a/docs/api/openai-compatibility.mdx +++ b/docs/api/openai-compatibility.mdx @@ -184,6 +184,7 @@ curl -X POST http://localhost:11434/v1/chat/completions \ - [x] Reproducible outputs - [x] Vision - [x] Tools +- [x] Reasoning/thinking control (for thinking models) - [ ] Logprobs #### Supported request fields @@ -207,6 +208,9 @@ curl -X POST http://localhost:11434/v1/chat/completions \ - [x] `top_p` - [x] `max_tokens` - [x] `tools` +- [x] `reasoning_effort` (`"high"`, `"medium"`, `"low"`, `"none"`) +- [x] `reasoning` + - [x] `effort` (`"high"`, `"medium"`, `"low"`, `"none"`) - [ ] `tool_choice` - [ ] `logit_bias` - [ ] `user`