Skip to main content
This reference uses cd-dyt-gpt-oss-120b-8-32-64-128k as the example model bundle. You can use any model bundle(s) you like in practice.
Bundle and model configuration is not part of this file. It goes in a separate values file passed to the sambastack-models chart install:
models-values.yaml
See Model configuration for the keys, Quickstart - on-prem for the corresponding helm upgrade --install sambastack-models step, and Deploying model bundles for the deployment workflow.

Configuration parameters

gateway

cloud-ui (web UI)

auth-and-billing

db-admin was removed in v2.0.2. Admin emails now belong under auth-and-billing.admins. A leftover top-level db-admin: block is ignored without an error — Helm renders and the upgrade succeeds, but nobody in that list gets Admin UI access. Move the list when you upgrade:

cloudnative-pg

Model configuration

Models, bundles, and PEFs are deployed by the models chart (sambastack-models), a separate Helm release from the sambastack chart. Its configuration reference lives on that page. On hosted deployments, the models chart values live in a models.yaml section of the installer ConfigMap, alongside the sambastack.yaml section rather than inside it:
When you pin the version key in models.yaml, make sure the models chart version you choose is compatible with your infra chart version. SambaNova publishes the compatible version pairs.
On-prem, the models chart values are a separate file passed to the sambastack-models install rather than a key in this file. See Quickstart - on-prem.