Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@
OPENROUTER_API_KEY=
OPENROUTER_BASE_URL=https://openrouter.ai/api/v1

# NVIDIA NIM: https://build.nvidia.com/ (API key from the account page)
NVIDIA_API_KEY=
NVIDIA_BASE_URL=https://integrate.api.nvidia.com/v1
# NVIDIA NIM: https://build.nvidia.com/ (API key from the account page). Named after the
# model family it is used for. Model ids there reach end of life: the id you set is checked
# against GET /models before the live suite runs, and a 410 names the replacement to find.
NEMOTRON_API_KEY=
NEMOTRON_BASE_URL=https://integrate.api.nvidia.com/v1
NEMOTRON_MODEL=

# Which provider and model the live suite uses. The model id must exist on the provider's
# current list; check it there rather than here, since free-tier ids change.
# current list and answer a tool call and a streamed completion; check both there rather
# than here, since free-tier ids change. The pick is recorded in the slice's NOTES.md with
# the probe output.
TRINITY_LIVE_PROVIDER=openrouter
TRINITY_LIVE_MODEL=

Expand Down
Loading