Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_TOKENS | No | General maximum tokens for AI responses | 1500 |
| TEMPERATURE | No | General temperature setting for AI responses | 0.7 |
| GEMINI_API_KEY | No | Your Google AI Studio API key for using the google provider | |
| IMAGE_PROVIDER | No | The provider to use for image analysis (google or vertex_ai) | |
| VIDEO_PROVIDER | No | The provider to use for video analysis (google or vertex_ai) | |
| GCS_BUCKET_NAME | No | Your Google Cloud Storage bucket name for Vertex AI | |
| VERTEX_CREDENTIALS | No | Path to the service account JSON file for Vertex AI authentication | |
| ANALYZE_IMAGE_MODEL | No | Model to use for analyze_image function | |
| ANALYZE_VIDEO_MODEL | No | Model to use for analyze_video function | |
| COMPARE_IMAGES_MODEL | No | Model to use for compare_images function | |
| TEMPERATURE_FOR_IMAGE | No | Task-specific temperature for image analysis | 0.2 |
| TEMPERATURE_FOR_VIDEO | No | Task-specific temperature for video analysis | 0.5 |
| TEMPERATURE_FOR_ANALYZE_IMAGE | No | Function-specific temperature for analyze_image | 0.1 |
| TEMPERATURE_FOR_COMPARE_IMAGES | No | Function-specific temperature for compare_images | 0.3 |
| TOP_K_FOR_DETECT_OBJECTS_IN_IMAGE | No | Vocabulary selection for detect_objects_in_image | 30 |
| TOP_P_FOR_DETECT_OBJECTS_IN_IMAGE | No | Nucleus sampling for detect_objects_in_image | 0.95 |
| MAX_TOKENS_FOR_DETECT_OBJECTS_IN_IMAGE | No | High token limit for JSON responses in detect_objects_in_image | 8192 |
| TEMPERATURE_FOR_DETECT_OBJECTS_IN_IMAGE | No | Function-specific temperature for detect_objects_in_image (deterministic responses) | 0.0 |
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 | |