Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_MODEL | No | The default model to use for image recognition (e.g., gemini-1.5-flash, qwen-vl-max, doubao-pro-32k) | gemini-1.5-flash |
| GEMINI_API_KEY | No | Your Google Gemini API key from Google AI Studio | |
| OPENAI_API_KEY | No | Your OpenAI API key, or API key for compatible services (DashScope, Volcengine, etc.) | |
| OPENAI_BASE_URL | No | Base URL for OpenAI-compatible API endpoints (e.g., https://api.openai.com/v1, https://dashscope.aliyuncs.com/compatible-mode/v1, https://ark.cn-beijing.volces.com/api/v3) | https://api.openai.com/v1 |
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 | |