> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/relay/llms.txt.
> For full documentation content, see https://docs.nvidia.com/nemo/relay/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/relay/_mcp/server.

# Enum Pricing Source Config

> Declarative pricing source supported by Relay configuration.

Generated from `cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi`.

<pre />

Declarative pricing source supported by Relay configuration.

## Variants

### `Inline`

<pre />

Inline catalog entries from project, user, system, or plugin config.

#### Fields

### `catalog: PricingCatalog`

Inline catalog payload.

### `File`

<pre />

Catalog loaded from a JSON file.

#### Fields

### `path: PathBuf`

JSON pricing catalog path.

## Trait Implementations

### `impl Clone for PricingSourceConfig`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for PricingSourceConfig`

<pre />

#### `fmt`

<pre />

### `impl<'de> Deserialize<'de> for PricingSourceConfig`

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for PricingSourceConfig`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for PricingSourceConfig`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for PricingSourceConfig`

<pre />