mirror of
https://github.com/ollama/ollama.git
synced 2026-04-17 15:53:27 +02:00
Update cloud and local model recommendations to match current models.go: add qwen3.5:cloud and glm-5.1:cloud, replace glm-4.7-flash with gemma4 and qwen3.5 as local options. Add documentation for Hermes Agent by Nous Research, covering installation, Ollama setup via custom endpoint, messaging configuration, and recommended models.
223 lines
5.2 KiB
JSON
223 lines
5.2 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"name": "Ollama",
|
|
"colors": {
|
|
"primary": "#000",
|
|
"light": "#b5b5b5",
|
|
"dark": "#000"
|
|
},
|
|
"favicon": "/images/favicon.png",
|
|
"logo": {
|
|
"light": "/images/logo.png",
|
|
"dark": "/images/logo-dark.png",
|
|
"href": "https://ollama.com"
|
|
},
|
|
"theme": "maple",
|
|
"background": {
|
|
"color": {
|
|
"light": "#ffffff",
|
|
"dark": "#000000"
|
|
}
|
|
},
|
|
"fonts": {
|
|
"family": "system-ui",
|
|
"heading": {
|
|
"family": "system-ui"
|
|
},
|
|
"body": {
|
|
"family": "system-ui"
|
|
}
|
|
},
|
|
"styling": {
|
|
"codeblocks": "system"
|
|
},
|
|
"contextual": {
|
|
"options": [
|
|
"copy"
|
|
]
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "Sign in",
|
|
"href": "https://ollama.com/signin"
|
|
}
|
|
],
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Download",
|
|
"href": "https://ollama.com/download"
|
|
}
|
|
},
|
|
"api": {
|
|
"playground": {
|
|
"display": "simple"
|
|
},
|
|
"examples": {
|
|
"languages": [
|
|
"curl"
|
|
]
|
|
}
|
|
},
|
|
"redirects": [
|
|
{
|
|
"source": "/openai",
|
|
"destination": "/api/openai-compatibility"
|
|
},
|
|
{
|
|
"source": "/api/openai",
|
|
"destination": "/api/openai-compatibility"
|
|
},
|
|
{
|
|
"source": "/api",
|
|
"destination": "/api/introduction"
|
|
},
|
|
{
|
|
"source": "/integrations/clawdbot",
|
|
"destination": "/integrations/openclaw"
|
|
}
|
|
],
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Documentation",
|
|
"groups": [
|
|
{
|
|
"group": "Get started",
|
|
"pages": [
|
|
"index",
|
|
"quickstart",
|
|
"/cloud"
|
|
]
|
|
},
|
|
{
|
|
"group": "Capabilities",
|
|
"pages": [
|
|
"/capabilities/streaming",
|
|
"/capabilities/thinking",
|
|
"/capabilities/structured-outputs",
|
|
"/capabilities/vision",
|
|
"/capabilities/embeddings",
|
|
"/capabilities/tool-calling",
|
|
"/capabilities/web-search"
|
|
]
|
|
},
|
|
{
|
|
"group": "Integrations",
|
|
"pages": [
|
|
"/integrations/index",
|
|
{
|
|
"group": "Assistants",
|
|
"expanded": true,
|
|
"pages": [
|
|
"/integrations/openclaw",
|
|
"/integrations/hermes"
|
|
]
|
|
},
|
|
{
|
|
"group": "Coding",
|
|
"expanded": true,
|
|
"pages": [
|
|
"/integrations/claude-code",
|
|
"/integrations/codex",
|
|
"/integrations/opencode",
|
|
"/integrations/droid",
|
|
"/integrations/goose",
|
|
"/integrations/pi"
|
|
]
|
|
},
|
|
{
|
|
"group": "IDEs & Editors",
|
|
"expanded": true,
|
|
"pages": [
|
|
"/integrations/cline",
|
|
"/integrations/jetbrains",
|
|
"/integrations/roo-code",
|
|
"/integrations/vscode",
|
|
"/integrations/xcode",
|
|
"/integrations/zed"
|
|
]
|
|
},
|
|
{
|
|
"group": "Chat & RAG",
|
|
"pages": [
|
|
"/integrations/onyx"
|
|
]
|
|
},
|
|
{
|
|
"group": "Automation",
|
|
"pages": [
|
|
"/integrations/n8n"
|
|
]
|
|
},
|
|
{
|
|
"group": "Notebooks",
|
|
"pages": [
|
|
"/integrations/marimo"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "More information",
|
|
"pages": [
|
|
"/cli",
|
|
{
|
|
"group": "Assistant Sandboxing",
|
|
"pages": [
|
|
"/integrations/nemoclaw"
|
|
]
|
|
},
|
|
"/modelfile",
|
|
"/context-length",
|
|
"/linux",
|
|
"/macos",
|
|
"/windows",
|
|
"/docker",
|
|
"/import",
|
|
"/faq",
|
|
"/gpu",
|
|
"/troubleshooting"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"tab": "API Reference",
|
|
"openapi": "/openapi.yaml",
|
|
"groups": [
|
|
{
|
|
"group": "API Reference",
|
|
"pages": [
|
|
"/api/introduction",
|
|
"/api/authentication",
|
|
"/api/streaming",
|
|
"/api/usage",
|
|
"/api/errors",
|
|
"/api/openai-compatibility",
|
|
"/api/anthropic-compatibility"
|
|
]
|
|
},
|
|
{
|
|
"group": "Endpoints",
|
|
"pages": [
|
|
"POST /api/generate",
|
|
"POST /api/chat",
|
|
"POST /api/embed",
|
|
"GET /api/tags",
|
|
"GET /api/ps",
|
|
"POST /api/show",
|
|
"POST /api/create",
|
|
"POST /api/copy",
|
|
"POST /api/pull",
|
|
"POST /api/push",
|
|
"DELETE /api/delete",
|
|
"GET /api/version"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|