From f6c29409dc0823fcb0b42e8138ea3e208d6b5edf Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 28 Oct 2025 19:09:07 -0700 Subject: [PATCH] docs: add new cloud model + fix openai redirect (#12812) --- docs/api.md | 3 +++ docs/cloud.mdx | 1 + docs/docs.json | 4 ++++ docs/troubleshooting.md | 3 +++ 4 files changed, 11 insertions(+) create mode 100644 docs/api.md create mode 100644 docs/troubleshooting.md diff --git a/docs/api.md b/docs/api.md new file mode 100644 index 0000000000..ed39eeb722 --- /dev/null +++ b/docs/api.md @@ -0,0 +1,3 @@ +# API Reference + +Ollama's API reference now lives here: https://docs.ollama.com/api diff --git a/docs/cloud.mdx b/docs/cloud.mdx index 654420e443..cea27216f2 100644 --- a/docs/cloud.mdx +++ b/docs/cloud.mdx @@ -17,6 +17,7 @@ Ollama currently supports the following cloud models, with more coming soon: - `kimi-k2:1t-cloud` - `qwen3-coder:480b-cloud` - `glm-4.6:cloud` +- `minimax-m2:cloud` ### Running Cloud models diff --git a/docs/docs.json b/docs/docs.json index 74149efd4e..1c938cf8a2 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -59,6 +59,10 @@ { "source": "/openai", "destination": "/api/openai" + }, + { + "source": "/api/openai", + "destination": "/api/openai-compatibility" } ], "navigation": { diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md new file mode 100644 index 0000000000..c141bf43a7 --- /dev/null +++ b/docs/troubleshooting.md @@ -0,0 +1,3 @@ +# Troubleshooting + +For troubleshooting, see [https://docs.ollama.com/troubleshooting](https://docs.ollama.com/troubleshooting)