Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| UI_PORT | No | The port for the UI server | 4999 |
| WS_PORT | No | The port for the WebSocket server | 4999 |
| GEMINI_MODEL | No | The Gemini model to use if using Google AI directly | gemini-1.5-flash-latest |
| GEMINI_API_KEY | No | Your Google AI API key (alternative to OpenRouter) | |
| OPENROUTER_MODEL | No | The OpenRouter model to use | google/gemini-2.5-pro-exp-03-25:free |
| OPENROUTER_API_KEY | No | Your OpenRouter API key | |
| FALLBACK_GEMINI_MODEL | No | The fallback Gemini model to use if using Google AI directly | gemini-1.5-flash-latest |
| FALLBACK_OPENROUTER_MODEL | No | The fallback OpenRouter model to use if the primary hits a rate limit | google/gemini-2.5-flash-preview:thinking |
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 | |