CLI captured model, runtime and machine metadata.
7 reproductions
Use the exact revision and inspect the manifest before execution.
ollama run open-lab/orion-coder-7b:q4_k_mThe comparison context that makes the result interpretable.
Version 1.0 of the Apache-2.0 licensed Modelverse Run schema.
{
"schemaVersion": "1.0",
"id": "run_orion_ollama_16gb",
"createdAt": "2026-07-17T07:45:00.000Z",
"model": {
"provider": "huggingface",
"repository": "open-lab/orion-coder-7b",
"revision": "d4f7b92",
"quantization": "Q4_K_M",
"licenseSnapshot": "Apache-2.0"
},
"runtime": {
"name": "Ollama",
"version": "0.12.1",
"command": "ollama run open-lab/orion-coder-7b:q4_k_m"
},
"hardware": {
"os": "Windows 11",
"architecture": "x64",
"cpu": "Intel Core i7-12700",
"systemMemoryMb": 16384,
"accelerators": [
{
"vendor": "NVIDIA",
"model": "NVIDIA GeForce RTX 3060",
"count": 1,
"memoryMb": 12288,
"driverVersion": "590.20",
"computeApi": "cuda"
}
]
},
"task": {
"type": "coding"
},
"configuration": {
"contextLength": 4096,
"maxGeneratedTokens": 384,
"temperature": 0.2,
"seed": 19,
"batchSize": 1,
"quantization": "Q4_K_M"
},
"metrics": {
"timeToFirstTokenMs": 480,
"tokensPerSecond": 31.4,
"peakMemoryMb": 7372.8,
"peakVramMb": 7270.4,
"modelLoadTimeMs": 2940
},
"evidence": {
"machineCaptured": true,
"redactionsApplied": [],
"artifactUrls": []
}
}Confirmed fit for a 16 GB system with 12 GB VRAM.