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)