--- orphan: true --- # Passthrough Distribution ```{toctree} :maxdepth: 2 :hidden: self ``` The `llamastack/distribution-{{ name }}` distribution consists of the following provider configurations. {{ providers_table }} {% if run_config_env_vars %} ### Environment Variables The following environment variables can be configured: {% for var, (default_value, description) in run_config_env_vars.items() %} - `{{ var }}`: {{ description }} (default: `{{ default_value }}`) {% endfor %} {% endif %} {% if default_models %} ### Models The following models are available by default: {% for model in default_models %} - `{{ model.model_id }} {{ model.doc_string }}` {% endfor %} {% endif %}