From d49b96d9ab9b2ab46e78c51078f3df6a04a08c92 Mon Sep 17 00:00:00 2001 From: Michael Yang Date: Tue, 14 Jul 2026 14:00:10 -0700 Subject: [PATCH] docs: collapsed previous retirements (#17167) --- docs/cloud.mdx | 36 +++++++++++++++++++++++++----------- docs/styling.css | 13 +++++++++++++ 2 files changed, 38 insertions(+), 11 deletions(-) diff --git a/docs/cloud.mdx b/docs/cloud.mdx index cf5ee7d73..c9f6ae402 100644 --- a/docs/cloud.mdx +++ b/docs/cloud.mdx @@ -231,7 +231,7 @@ curl https://ollama.com/api/chat \ Ollama can run in local-only mode by [disabling Ollama's cloud](./faq#how-do-i-disable-ollama-cloud) features. -## Deprecations +## Retirements 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 @@ -240,19 +240,10 @@ Ollama website. Ollama Cloud model retirement does not affect local models. -### Upcoming deprecations +### Upcoming retirements | 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` | -| June 30, 2026 | `rnj-1:8b` | | | July 15, 2026 | `deepseek-v3.1:671b` | `deepseek-v4-flash` | | July 15, 2026 | `deepseek-v3.2` | `deepseek-v4-flash` | | July 15, 2026 | `devstral-2:123b` | `mistral-large-3:675b` | @@ -269,3 +260,26 @@ Ollama Cloud model retirement does not affect local models. | July 15, 2026 | `minimax-m2.1` | `minimax-m3` | | July 15, 2026 | `qwen3-coder-next` | `qwen3.5:397b` | | July 15, 2026 | `qwen3-coder:480b` | `qwen3.5:397b` | + +### Past retirements + + + + | Model | Recommended alternative | + | --- | --- | + | `rnj-1:8b` | | + + + + | Model | Recommended alternative | + | --- | --- | + | `kimi-k2-thinking` | `kimi-k2.6` | + | `kimi-k2:1t` | `kimi-k2.6` | + | `minimax-m2` | `minimax-m3` | + | `glm-4.6` | `glm-5.1` | + | `qwen3-next:80b` | `qwen3.5` | + | `qwen3-vl:235b` | `qwen3.5` | + | `qwen3-vl:235b-instruct` | `qwen3.5` | + | `cogito-2.1:671b` | `deepseek-v4-flash` | + + diff --git a/docs/styling.css b/docs/styling.css index 6ddcc8365..ee3a19a55 100644 --- a/docs/styling.css +++ b/docs/styling.css @@ -115,3 +115,16 @@ pre, code, .font-mono { grid-template-columns: 1fr; } } + +.accordion-group { + border-style: none; + border-radius: 0; +} + +.accordion-group div[id*="-accordion-children"] { + margin-inline: calc(var(--spacing) * 1); +} + +.accordion-group details summary { + padding-inline: 0; +}