Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_MODEL | No | Model to use with Google provider (only for Google provider, defaults to 'gemini') | gemini |
| ZHIPU_API_KEY | No | API key for ZhipuAI | |
| GEMINI_API_KEY | No | API key for Google (Gemini/Imagen) | |
| IMAGE_PROVIDER | Yes | Choose between Google (Imagen/Gemini), ZhipuAI, or Bailian | |
| DASHSCOPE_API_KEY | No | API key for Alibaba Bailian | |
| OUTPUT_IMAGE_PATH | No | Directory to save generated images (optional) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_image_from_text | Generate an image based on the given text prompt using the configured image provider. |
| transform_image_from_encoded | Transform an existing image based on the given text prompt using the configured image provider. |
| transform_image_from_url | Transform an existing image from a URL using the configured image provider. |
| transform_image_from_file | Transform an existing image file based on the given text prompt using the configured image provider. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |