Fleet Schemas ↑↓ move within a pane · ←→ move between panes · Enter opens · Esc backs out
TrackedModelArchive 187 fields

models/TrackedModelArchive

refreshedAt string matching /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z$/
UTC timestamp of the refresh that generated this snapshot; absent on hand-authored files.
defaults object
Registry-wide values merged into every model row during refresh.
defaultModels map of string
Capability label -> the model id `gen` picks when the caller names none.
pluginConfig map of any shape (not yet constrained by the schema)
Plugin dispatch config applied to every row.
parameterMapping map of string
Canonical parameter name -> provider-native name, applied to every row.
parameterDefaults map of any shape (not yet constrained by the schema)
Parameter defaults applied to every row.
endpoints object (additional keys allowed)
Endpoint map; `default` is the reserved fallback and is present on every committed row.
default object
One routing target: its capabilities, emission floor, and parameter metadata.
required
pluginConfig map of any shape (not yet constrained by the schema)
Plugin-owned dispatch config; each provider plugin defines its own keys.
capabilities list of string matching /^(?:text-in|text-out|image-in|image-out|audio-in(?::(?:speech|music|audio))?|audio-out:(?:speech|music|audio)|transcription-out|diarization-out|video-in|video-out|completion-out|world-out|classification-out(?::ai-detection)?)$/
Capability labels this endpoint satisfies.
emits object
Per-route floor for which chunk types the model actually emits.
text object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
reasoning object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
audio object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
transcript object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
image object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
video object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
tool_call object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
score object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
classification object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
moments object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
usage object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
progress object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
done object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
error object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
parameterMapping map of string
Canonical parameter name -> provider-native name.
parameterDefaults map of any shape (not yet constrained by the schema)
Default values applied per parameter; value shapes are provider-specific.
supportedParameters list of string
Provider-declared accepted parameter names.
selectWhen object
Request-shape predicate selecting this named endpoint over the default.
requires list of one of: imageInput | imageFirst | imageLast | audioInput | videoInput
Request fields that must all be present.
models map of object
Archived model rows keyed by canonical `creator/model` id; the id vocabulary is open by design.
required
plugin string
Owning provider-plugin package name.
notes string
no description declared
releaseDate string matching /^\d{4}-\d{2}(?:-\d{2})?$/
Announcement date; month-only when the provider stated no day.
expirationDate string matching /^\d{4}-\d{2}(?:-\d{2})?$/
Provider-announced retirement date.
archived object
Operator curation stamp marking a row retained but no longer served.
required
supersededBy non-empty string
Canonical id of the newer model that made this one redundant.
deprecatedOn string matching /^\d{4}-\d{2}-\d{2}$/
Date this row was archived, `YYYY-MM-DD`; our curation date, not the provider retirement date.
knowledgeCutoff string matching /^\d{4}-\d{2}(?:-\d{2})?$/
Training cutoff; month-only when the provider states no day.
openWeights boolean
no description declared
endpoints object (additional keys allowed)
Endpoint map; `default` is the reserved fallback and is present on every committed row.
required
default object
One routing target: its capabilities, emission floor, and parameter metadata.
required
pluginConfig map of any shape (not yet constrained by the schema)
Plugin-owned dispatch config; each provider plugin defines its own keys.
capabilities list of string matching /^(?:text-in|text-out|image-in|image-out|audio-in(?::(?:speech|music|audio))?|audio-out:(?:speech|music|audio)|transcription-out|diarization-out|video-in|video-out|completion-out|world-out|classification-out(?::ai-detection)?)$/
Capability labels this endpoint satisfies.
emits object
Per-route floor for which chunk types the model actually emits.
text object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
reasoning object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
audio object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
transcript object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
image object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
video object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
tool_call object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
score object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
classification object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
moments object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
usage object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
progress object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
done object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
error object
Stream behavior and subtype for one emitted chunk key.
stream one of: streaming | oneshot
Whether the chunk streams or arrives once; metadata chunks never stream.
subtype one of: speech | music | audio | percentage | stage | rate_limit | auth | timeout | invalid_request | transport | other
Chunk-specific subtype; legal only on audio, progress, and error keys.
parameterMapping map of string
Canonical parameter name -> provider-native name.
parameterDefaults map of any shape (not yet constrained by the schema)
Default values applied per parameter; value shapes are provider-specific.
supportedParameters list of string
Provider-declared accepted parameter names.
selectWhen object
Request-shape predicate selecting this named endpoint over the default.
requires list of one of: imageInput | imageFirst | imageLast | audioInput | videoInput
Request fields that must all be present.
pricing object
Normalized pricing across per-token, per-minute, per-second, and per-unit models.
source one of: manual | openrouter-speech
Which pricing source produced these numbers.
inputCostPerToken number OR exactly null
no description declared
outputCostPerToken number OR exactly null
no description declared
inputCachePerToken number OR exactly null
no description declared
outputCachePerToken number OR exactly null
no description declared
outputCostPerMinute number OR exactly null
no description declared
outputCostPerSecond number OR exactly null
no description declared
outputCostPerUnit number OR exactly null
no description declared
outputUnit string OR exactly null
Billing unit behind `outputCostPerUnit`, e.g. "1000 started words".
perMinuteUsd number OR exactly null
no description declared
sourceUrl string
no description declared
sourceModel string
Upstream model id the price was read from.
pricingBasis object OR exactly null
no description declared
form 1 object
Assumptions a normalized price depends on.
required
resolution string
no description declared
audioMode string
no description declared
lastChecked string matching /^\d{4}-\d{2}-\d{2}$/
Date the price was last verified.
note string
no description declared
limits object
Normalized capacity limits.
contextTokens number OR exactly null
no description declared
maxOutputTokens number OR exactly null
no description declared
audioSeconds number OR exactly null
no description declared
audioFileMb number OR exactly null
no description declared
videoGenerationSeconds object
no description declared
min number
no description declared
required
max number
no description declared
required
speed object
Measured latency and throughput metrics.
tokensPerSecond number OR exactly null
no description declared
ttftSeconds number OR exactly null
no description declared
e2eSeconds number OR exactly null
no description declared
generationSeconds number OR exactly null
no description declared
benchmarks object
Comparative benchmark fields promoted into the shared registry.
aaIntelligenceIndex number OR exactly null
no description declared
aaCodingIndex number OR exactly null
no description declared
aaMathIndex number OR exactly null
no description declared
aaElo number OR exactly null
no description declared
aaRank number OR exactly null
no description declared
aaWer number OR exactly null
no description declared
llmStatsVideoMme number OR exactly null
no description declared
llmStatsVideoMmeRank number OR exactly null
no description declared
llmStatsVideoMmeVerified boolean OR exactly null
no description declared
llmStatsVideoMmeSelfReported boolean OR exactly null
no description declared
lmarenaElo number OR exactly null
no description declared
lmarenaRank number OR exactly null
no description declared
lmarenaVotes number OR exactly null
no description declared
pwcBenchmarks list of object OR exactly null
no description declared
form 1 list of object
no description declared
required
key string
no description declared
required
datasetSlug string
no description declared
required
datasetName string
no description declared
taskSlug string
no description declared
taskName string
no description declared
metric string
no description declared
required
score number
no description declared
required
modelName string
no description declared
required
bestRank number OR exactly null
no description declared
isOpen boolean OR exactly null
no description declared
usesAdditionalData boolean OR exactly null
no description declared
harness string OR exactly null
no description declared
sourceUrl string
no description declared
paperArxivId string OR exactly null
no description declared
paperTitle string
no description declared
evaluatedOn string
no description declared
updatedAt string
no description declared
pwcLicenseStatus exactly "undeclared" OR exactly null
no description declared
source map of any shape (not yet constrained by the schema)
Raw upstream payloads keyed by enrichment source, e.g. `openrouter`, `litellmPricing`.

Checks

  • atMostOneNamedEndpointSelectsOnRequestShape - one named route may select on request shape
  • metadataChunksDoNotStream - metadata chunks always arrive once
  • emissionSubtypesBelongToTheirChunk - subtype vocabulary depends on chunk key
  • refreshedAtIsARealInstant - timestamp shape also names a real instant

Defects

No defects in the 1 record checked.

Where it lives

Bound bymodels-catalog
Declared bylib-models
Declared in~/mnt/mdr/skills/lib-models/assets/schemas/tracked-models.ts
Bound in~/mnt/mdr/skills/models-catalog/assets/schemas/tracked-models.ts
BindingtrackedModelArchiveDataStore
Directory~/mnt/mdr/skills/models-catalog/assets
Filesmodels.archive.yml
Referenced astracked-model-archive