Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.sutro.sh/llms.txt

Use this file to discover all available pages before exploring further.

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.