llama-stack-mirror/tests/integration/common/recordings/models-64a2277c90f0f42576f60c1030e3a020403d34a95f56931b792d5939f4cebc57-79be7c70.json
Swapna Lekkala 6533340029 fix
2025-10-06 15:10:54 -07:00

25 lines
487 B
JSON

{
"test_id": null,
"request": {
"method": "POST",
"url": "http://0.0.0.0:11434/v1/v1/models",
"headers": {},
"body": {},
"endpoint": "/v1/models",
"model": ""
},
"response": {
"body": [
{
"__type__": "openai.types.model.Model",
"__data__": {
"id": "all-minilm:l6-v2",
"created": 1759785110,
"object": "model",
"owned_by": "library"
}
}
],
"is_streaming": false
}
}