llama-stack-mirror/tests/integration/recordings/responses/d0ac68cbde69.json
2025-07-29 16:30:55 -07:00

38 lines
950 B
JSON

{
"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:1b",
"name": "llama3.2:1b",
"digest": "baf6a787fdffd633537aa2eb51cfd54cb93ff08e28040095462bb63daf552878",
"expires_at": "2025-07-29T16:28:09.564177-07:00",
"size": 2770397184,
"size_vram": 2770397184,
"details": {
"parent_model": "",
"format": "gguf",
"family": "llama",
"families": [
"llama"
],
"parameter_size": "1.2B",
"quantization_level": "Q8_0"
}
}
]
}
},
"is_streaming": false
}
}