Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/pricing / / PricingSnapshot
Interface: PricingSnapshot
Defined in: packages/pricing/src/types.ts:47
Single bundled snapshot.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
conversion? | readonly | { format: "genai-prices"; skipped: number; } | W-097: present when refreshPricing converted a foreign dataset (today: @pydantic/genai-prices) instead of consuming the native shape. skipped counts model entries the supported subset could not represent (tiered / conditional pricing). | packages/pricing/src/types.ts:60 |
conversion.format | readonly | "genai-prices" | - | packages/pricing/src/types.ts:61 |
conversion.skipped | readonly | number | - | packages/pricing/src/types.ts:62 |
currency | readonly | "USD" | - | packages/pricing/src/types.ts:51 |
entries | readonly | readonly ModelPrice[] | - | packages/pricing/src/types.ts:53 |
sha256 | readonly | string | - | packages/pricing/src/types.ts:52 |
snapshotDate | readonly | string | - | packages/pricing/src/types.ts:50 |
source | readonly | string | - | packages/pricing/src/types.ts:49 |
version | readonly | string | - | packages/pricing/src/types.ts:48 |