Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZAI_URL | No | Override default Z.ai API URL | https://open.bigmodel.cn/api/paas/v4/chat/completions |
| ZAI_MODEL | No | Override default Z.ai model | glm-4-plus |
| CLAUDE_URL | No | Override default Claude API URL | https://api.anthropic.com/v1/messages |
| OPENAI_URL | No | Override default OpenAI API URL | https://api.openai.com/v1/chat/completions |
| ZAI_API_KEY | No | Your Z.ai API key (or ZHIPU_API_KEY) | |
| CLAUDE_MODEL | No | Override default Claude model | claude-sonnet-4-5 |
| DEEPSEEK_URL | No | Override default DeepSeek API URL | https://api.deepseek.com/chat/completions |
| GEMINI_MODEL | No | Override default Gemini model | gemini-2.5-flash |
| OPENAI_MODEL | No | Override default OpenAI model | gpt-4o |
| DEEPSEEK_MODEL | No | Override default DeepSeek model | deepseek-chat |
| GEMINI_API_KEY | No | Your Google Gemini API key | |
| OPENAI_API_KEY | No | Your OpenAI API key for GPT models | |
| DEEPSEEK_API_KEY | No | Your DeepSeek API key | |
| ANTHROPIC_API_KEY | No | Your Anthropic API key for Claude models | |
| OPENAI_COMPATIBLE_URL | No | Custom OpenAI-compatible API endpoint URL | |
| OPENAI_COMPATIBLE_MODEL | No | Model name for custom OpenAI-compatible endpoint | |
| OPENAI_COMPATIBLE_API_KEY | No | API key for custom OpenAI-compatible endpoint |
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 | |