-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Description
inferable
URLs
Webhook Sources
new-inference-request-instant
Description
Emit new event when a new inference request is received. Useful for triggering workflows when new data is submitted for prediction. Requires configuration of the model or endpoint to monitor.
new-model-created-instant
Description
Emit new event when a new model is successfully created or registered in Inferable. This can be used to initiate follow-up configuration or logging processes.
new-inference-result-instant
Description
Emit new event when an inference result is available. Useful for triggering actions based on prediction outputs. Requires configuration of the model or endpoint producing the result.
Actions
submit-inference-request
Description
Submit data to an existing model for inference. Requires the model ID and input payload.
create-model
Description
Register a new model on Inferable. Requires model name, description, input/output schema, and deployment source.
get-inference-result
Description
Retrieve the result of a previously submitted inference request. Requires the request ID.