Get started with Kestra in 4 minutes.
- What user problem does this solve? Teams need to send chat completions to Mistral models from orchestrated workflows instead of relying on manual console work, ad hoc scripts, or disconnected schedulers.
- Why would a team adopt this plugin in a workflow? It keeps Mistral steps in the same Kestra flow as upstream preparation, approvals, retries, notifications, and downstream systems.
- What operational/business outcome does it enable? It reduces manual handoffs and fragmented tooling while improving reliability, traceability, and delivery speed for processes that depend on Mistral.
- Provides plugin components under
io.kestra.plugin.mistral. - Includes classes such as
ChatCompletion,RunWorkflow, andWorkflowEvents.
Note: Mistral Workflows is currently in public preview. Register workflows via the Mistral Python SDK or Studio before using the
RunWorkflowtask or theWorkflowEventstrigger.
- Full documentation can be found under: kestra.io/docs
- Documentation for developing a plugin is included in the Plugin Developer Guide
Apache 2.0 © Kestra Technologies
We release new versions every month. Give the main repository a star to stay up to date with the latest releases and get notified about future updates.
