Sync ollama docs from 82f905cd on 2026-07-12

This commit is contained in:
The Librarian
2026-07-12 04:00:08 +00:00
parent 70feb5e845
commit 6d510760b7
24 changed files with 1013 additions and 314 deletions
+2 -2
View File
@@ -208,9 +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_effort` (`"high"`, `"medium"`, `"low"`, `"max"`, `"none"`)
- [x] `reasoning`
- [x] `effort` (`"high"`, `"medium"`, `"low"`, `"none"`)
- [x] `effort` (`"high"`, `"medium"`, `"low"`, `"max"`, `"none"`)
- [ ] `tool_choice`
- [ ] `logit_bias`
- [ ] `user`