> 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.

# Struct Pricing Catalog

> Collection of model pricing entries.

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

<pre />

Collection of model pricing entries.

## Fields

### `version: u32`

Catalog schema version.

### `entries: Vec<ModelPricing>`

Pricing entries keyed by canonical model ID plus aliases.

## Implementations

### `impl PricingCatalog`

<pre />

#### `from_json_str`

<pre />

Parses and validates a pricing catalog from JSON.

#### `pricing_for_model`

<pre />

Finds pricing for a canonical model ID or alias.

#### `pricing_for`

<pre />

Finds pricing for a provider/model pair, with model-only fallback.

## Trait Implementations

### `impl Clone for PricingCatalog`

<pre />

#### `clone`

<pre />

#### `clone_from`

<pre />

### `impl Debug for PricingCatalog`

<pre />

#### `fmt`

<pre />

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

<pre />

#### `deserialize`

<pre />

### `impl PartialEq for PricingCatalog`

<pre />

#### `eq`

<pre />

#### `ne`

<pre />

### `impl Serialize for PricingCatalog`

<pre />

#### `serialize`

<pre />

### `impl StructuralPartialEq for PricingCatalog`

<pre />