Dedicated endpoint + deterministic stable diffusion

So when using DiffuserPipeline its easy to get deterministic stable diffusion images by passing a seeded torch.generator. But i also want to be able to get deterministic results when making requests to my stable diffusion 2.1 dedicated endpoint. I have looked up and down the docs but couldn’t find any mention of a seed or generator which can be passed as a dedicated endpoint param. Anybody got a clue? Or is there something i got fundamentally wrong, and i actually have to create a pipeline from my dedicated endpoint which i can then pass the generator to?