Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GLM_API_KEY | No | Your Zhipu GLM API key (https://open.bigmodel.cn) | |
| GROQ_API_KEY | No | Your Groq API key (https://console.groq.com) | |
| QWEN_API_KEY | No | Your Alibaba Qwen API key (https://dashscope.aliyun.com) | |
| GOOGLE_API_KEY | No | Your Google Gemini API key (https://aistudio.google.com) | |
| OPENAI_API_KEY | No | Your OpenAI API key (https://platform.openai.com/api-keys) | |
| OPENROUTER_MODEL | No | Specific OpenRouter model to use (optional, defaults to openrouter/auto) | |
| ANTHROPIC_API_KEY | No | Your Anthropic Claude API key (https://console.anthropic.com) | |
| OPENROUTER_API_KEY | No | Your OpenRouter API key (https://openrouter.ai) | |
| PROMPTHEUS_HISTORY_DIR | No | Custom directory for storing history (optional) | |
| PROMPTHEUS_TELEMETRY_ENABLED | No | Enable or disable telemetry collection (0 to disable) | 1 |
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 | |