Skip to main content
The upstream_config block defines the root target coordinate of the LLM provider.

Syntax

upstream_config {
  base_url = "https://api.example.com";
}

Directives

  • base_url: (Required) Must be a fixed string literal defining the root domain.
Dynamic Override: If the channel/provider key passing through ONR at runtime defines a base_url override, it will take precedence over this default value. Otherwise, this default is used.