llama-stack-mirror/tests/integration/common/recordings/02c93bb3c314427bae2b7a7a6f054792b9f22d2cb4522eab802810be8672d3dc.json
Eric Huang c76bf97ccf test, recording
# What does this PR do?


## Test Plan
# What does this PR do?


## Test Plan
2025-10-08 14:57:06 -07:00

40 lines
1 KiB
JSON

{
"test_id": null,
"request": {
"method": "POST",
"url": "http://localhost:11434/api/ps",
"headers": {},
"body": {},
"endpoint": "/api/ps",
"model": ""
},
"response": {
"body": {
"__type__": "ollama._types.ProcessResponse",
"__data__": {
"models": [
{
"model": "llama3.2-vision:11b",
"name": "llama3.2-vision:11b",
"digest": "6f2f9757ae97e8a3f8ea33d6adb2b11d93d9a35bef277cd2c0b1b5af8e8d0b1e",
"expires_at": "2025-10-08T14:57:25.627323-07:00",
"size": 11765236384,
"size_vram": 11765236384,
"details": {
"parent_model": "",
"format": "gguf",
"family": "mllama",
"families": [
"mllama"
],
"parameter_size": "10.7B",
"quantization_level": "Q4_K_M"
},
"context_length": 4096
}
]
}
},
"is_streaming": false
}
}