Sync ollama docs from 12e04379 on 2026-06-12

This commit is contained in:
The Librarian
2026-06-12 04:00:06 +00:00
parent 7c43dfec77
commit 70feb5e845
33 changed files with 525 additions and 245 deletions
+23 -1
View File
@@ -229,4 +229,26 @@ curl https://ollama.com/api/chat \
## Local only
Ollama can run in local-only mode by [disabling Ollama's cloud](./faq#how-do-i-disable-ollama-cloud) features.
Ollama can run in local-only mode by [disabling Ollama's cloud](./faq#how-do-i-disable-ollama-cloud) features.
## Deprecations
Ollama will occasionally deprecate and retire older cloud models as newer and better open-source models are released.
Tools and applications relying on Ollama Cloud models may need to be updated to keep working. Impacted users will be
notified in advance of model deprecation and retirement. Deprecations will be communicated through email and on the
Ollama website.
Ollama Cloud model retirement does not affect local models.
### Upcoming deprecations
| Retirement date | Model | Recommended alternative |
| --- | --- | --- |
| June 16, 2026 | `kimi-k2-thinking` | `kimi-k2.6` |
| June 16, 2026 | `kimi-k2:1t` | `kimi-k2.6` |
| June 16, 2026 | `minimax-m2` | `minimax-m3` |
| June 16, 2026 | `glm-4.6` | `glm-5.1` |
| June 16, 2026 | `qwen3-next:80b` | `qwen3.5` |
| June 16, 2026 | `qwen3-vl:235b` | `qwen3.5` |
| June 16, 2026 | `qwen3-vl:235b-instruct` | `qwen3.5` |
| June 16, 2026 | `cogito-2.1:671b` | `deepseek-v4-flash` |