Unverified Commit f6c29409 authored by Jeffrey Morgan's avatar Jeffrey Morgan Committed by GitHub
Browse files

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

parent 7d25b9e1
# API Reference
Ollama's API reference now lives here: https://docs.ollama.com/api
......@@ -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
......
......@@ -59,6 +59,10 @@
{
"source": "/openai",
"destination": "/api/openai"
},
{
"source": "/api/openai",
"destination": "/api/openai-compatibility"
}
],
"navigation": {
......
# Troubleshooting
For troubleshooting, see [https://docs.ollama.com/troubleshooting](https://docs.ollama.com/troubleshooting)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment