roboflow_inference_run
Run object detection/segmentation inference on Roboflow models. Accepts images as URL, base64, or file path.
Instructions
Run object detection or segmentation inference on a Roboflow model. Accepts image as URL, base64, or local file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image | Yes | Image as a URL, base64 string, or local file path | |
| format | No | Response format | json |
| overlap | No | Maximum overlap threshold for NMS (0-100) | |
| model_id | Yes | Model ID in format 'project/version' (e.g. 'hard-hat/3') | |
| confidence | No | Minimum confidence threshold (0-100) |