model_predict
Run inference on an image URL or base64 source using a trained Ultralytics model to get 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 |