Using Random Seeds#
The batch API allows you to specify a random seed for each input. This is useful for generating diverse outputs. It can be helpful in synthetic data generation and similar tasks.
To use this feature, you can set the random_seed_per_input
parameter to True
in the request body of the API, or set random_seed_per_input=True
in the Python SDK.