Using Random Seeds#
The batch API allows you to specify a random seed for each input. This is useful for generating diverse outputs in tasks such as synthetic data generation.
To use this feature, you can set random_seed_per_input=True
in the Python SDK.