How to pass `min_length` parameter in generate?

Hi!

I was trying to inference my trained model using the inference API, but I need to pass the min_length parameter as I inference the model locally:

But when I try to use the inference API, I cannot find that parameter for text2text generation: Detailed parameters

I also tried to passed it in the parameters argument but it didn’t work:

Could anyone please help me? Thanks!