> ## Documentation Index
> Fetch the complete documentation index at: https://narev.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# ModelPricingItem

[**@ai-billing/narev**](../index)

***

[@ai-billing/narev](/docs/sdk/ai-billing/reference/narev/typedoc/index) / ModelPricingItem

# Interface: ModelPricingItem

Defined in: packages/types/dist/index.d.ts:180

A single pricing entry with provider and model info (ModelPricingItem in openapi).

## Properties

### model\_id

> **model\_id**: `string`

Defined in: packages/types/dist/index.d.ts:181

***

### provider\_id

> **provider\_id**: `string`

Defined in: packages/types/dist/index.d.ts:182

***

### pricing

> **pricing**: [`NarevPricing`](/docs/sdk/ai-billing/reference/narev/typedoc/interfaces/NarevPricing) | `null`

Defined in: packages/types/dist/index.d.ts:183

***

### message?

> `optional` **message?**: `string`

Defined in: packages/types/dist/index.d.ts:184
