Prerequisites
- Python 3.12
Install from PyPI (recommended)
Install the SDK with the extras you need:LLM provider extras (optional)
Pick the provider(s) you use for generation/labeling:llm-anthropicllm-openaillm-azure-openaillm-groqllm-geminillm-vertex-ai
data_generation.llm.provider. The current provider registry accepts anthropic, azure, gemini, groq, openai, and vegas; see the data-generation config reference.
Deployment extras (optional)
Pick the deployment extra for the cloud environment you use:deploy-kubernetes, deploy-vertex-ai, deploy-azureml, deploy-sagemaker.