PipedreamHQ / PipedreamHQ/pipedream
[Components] inferable
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# inferable
## URLs
- https://docs.inferable.ai/pages/introduction
## 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.
Contributor guide
Assessment
This issue has not been assessed yet.