Documentation Index
Fetch the complete documentation index at: https://docs.baseten.co/llms.txt
Use this file to discover all available pages before exploring further.
config.yaml of a deployed model from Baseten and prints it to stdout. Use this to inspect the exact configuration a deployment is running, or to recover a config when the original source is unavailable.
By default, the command prints the original config.yaml that was uploaded with the deployment. If no original is stored, it prints the parsed config rendered as YAML. Pass --output json to get the full structured response.
Options
ID of the model.
ID of the deployment.
Name of the remote in
.trussrc. If omitted, Truss prompts to select one.Output format.
text prints the original config.yaml (or the parsed config rendered as YAML if no original is stored). json emits the full response (config, raw_config) as JSON to stdout.