Stacks
Stacks are named YAML bundles that map a single name to one STT model, one LLM model, and one TTS model. They are a documentation and dashboard hint only: thevoicegateway.inference module does not consume them. The dashboard uses default_stack on a project to render a recommended-stack badge; the rest of the gateway ignores the field.
Defining stacks
default_stack that points at one of these names:
inference.STT/LLM/TTS directly.
Using stacks from code
Roadmap
A future release may bring back a one-lineinference.stack("premium") shortcut once the trade-offs (per-project key resolution, fallback chains, model-id validation) are sorted. For now stacks live in YAML for dashboard display and team-internal documentation.
See: Projects, Models, voicegw.yaml Reference