Tool to create a prediction to run a model by version ID. Use when you have a specific model version identifier and need to run inference with provided inputs. Supports synchronous waiting and webhook notifications.
inputRequiredobjectModel inputs as JSON object. Schema varies by model. Files should be HTTP URLs (for files >256kb or reusable) or data URLs (for files ≤256kb)
streambooleanDeprecated. Streaming availability is now included in response urls
versionRequiredstringModel version identifier. Accepts formats: {owner}/{name}, {owner}/{name}:{version_id}, or {version_id} alone
webhookstringHTTPS URL to receive POST requests when prediction updates occur. Body mirrors the get prediction response
wait_forintegerSeconds (1-60) to hold connection open until model finishes. Adds 'Prefer: wait=<n>' header
cancel_afterstringMaximum runtime before automatic cancellation. Accepts durations with optional suffixes (s/m/h). Minimum: 5 seconds. Examples: '30s', '5m', '1h30m45s'
webhook_events_filterarrayControls webhook triggers. Options: 'start', 'output', 'logs', 'completed'. Output/logs events throttled to once per 500ms
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.