model_predict
Run inference with a trained model on images provided via URL or base64 string to generate predictions.
Instructions
Run inference with a trained model on an image URL or base64 source (no local file paths).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iou | No | ||
| conf | No | ||
| imgsz | No | ||
| model | Yes | Model id, or slug when project is also provided. | |
| source | Yes | Image URL or base64 input string. Local file paths are not supported. | |
| project | No |