Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/pricing / / LookupPriceResult
Interface: LookupPriceResult
Defined in: pricing/src/types.ts:66
Result of lookupPrice when the model is known.
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
cachedReadUsdPerToken? | readonly | number | pricing/src/types.ts:69 |
inputUsdPerToken | readonly | number | pricing/src/types.ts:67 |
outputUsdPerToken | readonly | number | pricing/src/types.ts:68 |
reasoningUsdPerToken? | readonly | number | pricing/src/types.ts:70 |
snapshotDate | readonly | string | pricing/src/types.ts:72 |
source | readonly | string | pricing/src/types.ts:71 |