mirror of
https://github.com/zebrajr/ollama.git
synced 2025-12-06 00:19:51 +01:00
docs: add new cloud model + fix openai redirect (#12812)
This commit is contained in:
parent
7d25b9e194
commit
f6c29409dc
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)
|
||||||
Loading…
Reference in New Issue
Block a user