Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DINOX_API_KEY | Yes | Your DINO-X API key from the DINO-X Platform (https://cloud.deepdataspace.com/request_api) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| object-detection-by-text | Analyze an image based on a text prompt to identify and count specific objects, and return detailed descriptions of the objects and their 2D coordinates. |
| detect-all-objects | Analyze an image to detect all identifiable objects, returning the category, count, coordinate positions and detailed descriptions for each object. |
| detect-human-pose-keypoints | Detects 17 keypoints for each person in an image, supporting body posture and movement analysis. |
| visualize-detections | Visualize detection results by drawing bounding boxes and labels on the original image. Images are saved to the directory specified by IMAGE_STORAGE_DIRECTORY environment variable. |