mirror of
https://github.com/ollama/ollama.git
synced 2025-11-10 20:37:52 +01:00
docs: add new cloud model + fix openai redirect (#12812)
This commit is contained in:
3
docs/api.md
Normal file
3
docs/api.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# 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`
|
- `kimi-k2:1t-cloud`
|
||||||
- `qwen3-coder:480b-cloud`
|
- `qwen3-coder:480b-cloud`
|
||||||
- `glm-4.6:cloud`
|
- `glm-4.6:cloud`
|
||||||
|
- `minimax-m2:cloud`
|
||||||
|
|
||||||
### Running Cloud models
|
### Running Cloud models
|
||||||
|
|
||||||
|
|||||||
@@ -59,6 +59,10 @@
|
|||||||
{
|
{
|
||||||
"source": "/openai",
|
"source": "/openai",
|
||||||
"destination": "/api/openai"
|
"destination": "/api/openai"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"source": "/api/openai",
|
||||||
|
"destination": "/api/openai-compatibility"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"navigation": {
|
"navigation": {
|
||||||
|
|||||||
3
docs/troubleshooting.md
Normal file
3
docs/troubleshooting.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Troubleshooting
|
||||||
|
|
||||||
|
For troubleshooting, see [https://docs.ollama.com/troubleshooting](https://docs.ollama.com/troubleshooting)
|
||||||
Reference in New Issue
Block a user