Skip to content

loaded_model

A currently loaded/running AI model instance.

MetadataValue
Pluralloaded_models
Subtitle fieldsize
FieldType
sizestring
quantizationstring
expiresAtdatetime
vramUsagestring
sizeVraminteger
digeststring

External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.

  • Ollama API — /api/ps — Direct source. Our size/vramUsage/sizeVram/quantization/digest/ expiresAt map to Ollama’s ListRunningModelsResponse fields.
  • OpenTelemetry Resource semconv (ML/AI) — Emerging conventions for GenAI observability. Our size/digest align with gen_ai.model.* resource attributes.