Graphorin API reference v0.4.0
Graphorin API reference / @graphorin/pricing / / listMissingModels
Function: listMissingModels()
ts
function listMissingModels(spans, snapshot?): readonly MissingModelEntry[];Defined in: pricing/src/missing.ts:35
Return one entry per (provider, model) pair that the snapshot does not recognise, sorted by descending occurrence count.
Parameters
| Parameter | Type | Default value |
|---|---|---|
spans | Iterable<PricingTraceSpanLike> | undefined |
snapshot | PricingSnapshot | BUNDLED_SNAPSHOT |
Returns
readonly MissingModelEntry[]