File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,12 +40,19 @@ make install
4040
4141### 2. Set your API key
4242
43- Get your API key from [ build.nvidia.com ] ( https://build.nvidia.com ) or [ OpenAI ] ( https://platform.openai.com/api-keys ) :
43+ Start with one of our default model providers :
4444
45+ - [ NVIDIA Build API] ( https://build.nvidia.com )
46+ - [ OpenAI] ( https://platform.openai.com/api-keys )
47+ - [ OpenRouter] ( https://openrouter.ai )
48+
49+ Grab your API key(s) using the above links and set one or more of the following environment variables:
4550``` bash
4651export NVIDIA_API_KEY=" your-api-key-here"
47- # Or use OpenAI
52+
4853export OPENAI_API_KEY=" your-openai-api-key-here"
54+
55+ export OPENROUTER_API_KEY=" your-openrouter-api-key-here"
4956```
5057
5158### 3. Start generating data!
@@ -80,7 +87,7 @@ config_builder.add_column(
8087 LLMTextColumnConfig(
8188 name = " review" ,
8289 model_alias = " nvidia-text" ,
83- prompt = """ Write a brief product review for a {{ product_category }} item you recently purchased."" " ,
90+ prompt = " Write a brief product review for a {{ product_category }} item you recently purchased." ,
8491 )
8592)
8693
@@ -148,7 +155,7 @@ To disable telemetry capture, set `NEMO_TELEMETRY_ENABLED=false`.
148155
149156### Top Models
150157
151- This chart represents the breakdown of models used for Data Designer across all synthetic data generation jobs from 12/18/2025 to 1/14/2026.
158+ This chart represents the breakdown of models used for Data Designer across all synthetic data generation jobs from 12/18/2025 to 1/14/2026.
152159
153160![ Top models used for synthetic data generation] ( docs/images/top-models.png )
154161
You can’t perform that action at this time.
0 commit comments