Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| VISION_MODEL | No | Vision модель для использования. Модели Ollama Cloud должны иметь суффикс -cloud | qwen3-vl:235b-cloud | 
| OLLAMA_API_KEY | Yes | API ключ от Ollama Cloud (обязательно). Получить ключ: https://ollama.com/settings/keys | |
| OLLAMA_BASE_URL | No | Адрес Ollama Cloud API | https://ollama.com/v1 | 
| VISION_MAX_TOKENS | No | Максимальное количество токенов в ответе | 1000 | 
| VISION_TEMPERATURE | No | Температура генерации (0.0-1.0, меньше = детерминированнее) | 0.2 | 
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description | 
|---|---|
No prompts  | |
Resources
Contextual data attached and managed by the client
| Name | Description | 
|---|---|
No resources  | |
Tools
Functions exposed to the LLM to take actions
| Name | Description | 
|---|---|
No tools  | |