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
@@ -2,11 +2,11 @@
title: Introduction
---
Ollama's API allows you to run and interact with models programatically.
Use Ollama's API to run and interact with models.
## Get started
If you're just getting started, follow the [quickstart](/quickstart) documentation to get up and running with Ollama's API.
Follow the [quickstart](/quickstart) to install Ollama and make your first request.
## Base URL
+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`