docs: add new cloud model + fix openai redirect (#12812)

This commit is contained in:
Jeffrey Morgan
2025-10-28 19:09:07 -07:00
committed by GitHub
parent 7d25b9e194
commit f6c29409dc
4 changed files with 11 additions and 0 deletions

3
docs/api.md Normal file
View File

@@ -0,0 +1,3 @@
# API Reference
Ollama's API reference now lives here: https://docs.ollama.com/api

View File

@@ -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

View File

@@ -59,6 +59,10 @@
{
"source": "/openai",
"destination": "/api/openai"
},
{
"source": "/api/openai",
"destination": "/api/openai-compatibility"
}
],
"navigation": {

3
docs/troubleshooting.md Normal file
View File

@@ -0,0 +1,3 @@
# Troubleshooting
For troubleshooting, see [https://docs.ollama.com/troubleshooting](https://docs.ollama.com/troubleshooting)