mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
42 lines
930 B
JSON
42 lines
930 B
JSON
{
|
|
"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": "llama-guard3:1b",
|
|
"created": 1753937098,
|
|
"object": "model",
|
|
"owned_by": "library"
|
|
}
|
|
},
|
|
{
|
|
"__type__": "openai.types.model.Model",
|
|
"__data__": {
|
|
"id": "all-minilm:l6-v2",
|
|
"created": 1753936935,
|
|
"object": "model",
|
|
"owned_by": "library"
|
|
}
|
|
},
|
|
{
|
|
"__type__": "openai.types.model.Model",
|
|
"__data__": {
|
|
"id": "llama3.2:3b-instruct-fp16",
|
|
"created": 1753936925,
|
|
"object": "model",
|
|
"owned_by": "library"
|
|
}
|
|
}
|
|
],
|
|
"is_streaming": false
|
|
}
|
|
}
|