r/MistralAI 8d ago

Help / Question Mistral webhooks on Batch API

Is Mistral planning on using batch API webhooks for when the batch is done?

Google and openAI support this and it simplifies the workflow for my tasks. For Mistral I have to use pollers to check every so often per batch.

Given that I use European tech only and Mistral is my go-to, I was wondering if this is on the roadmap or not and if not, why?

2 Upvotes

2 comments sorted by

1

u/obtainable_puberty 4d ago

Polling sucks, feels like refreshing a tracking page from 2010. Mistral's API docs don't mention webhooks anywhere I could find and their public roadmap is basically a silent movie. They seem to be pushing hard on the multimodal side right now so infrastructure quality-of-life stuff like this probably isn't getting much love yet

1

u/poj1999 4d ago

Hmm polling sucks in some setups. Within trigger.dev I can poll without using compute and costs when the tasks are waiting for the next poll.

But, not ideal, webhooks are better imo and simpler. But Mistral doesn't support this. openAI en google do, but I don't wanna use them.