Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| REACHY_LLM_MODEL | No | MLX model (Apple Silicon) | mlx-community/Qwen2.5-1.5B-Instruct-4bit |
| REACHY_CLAUDE_HOME | No | Data directory for database, memory, voice models | ~/.reachy-claude |
| REACHY_OLLAMA_HOST | No | Ollama server URL | http://localhost:11434 |
| REACHY_QDRANT_HOST | No | Qdrant server host | localhost |
| REACHY_QDRANT_PORT | No | Qdrant server port | 6333 |
| REACHY_VOICE_MODEL | No | Path to custom Piper voice model. Automatically downloads on first use if not specified. | |
| REACHY_OLLAMA_MODEL | No | Ollama model name | qwen2.5:1.5b |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |