mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-03 19:57:35 +00:00
96 lines
2.2 KiB
JSON
96 lines
2.2 KiB
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": "nomic-embed-text:latest",
|
|
"created": 1756922046,
|
|
"object": "model",
|
|
"owned_by": "library"
|
|
}
|
|
},
|
|
{
|
|
"__type__": "openai.types.model.Model",
|
|
"__data__": {
|
|
"id": "all-minilm:l6-v2",
|
|
"created": 1756919946,
|
|
"object": "model",
|
|
"owned_by": "library"
|
|
}
|
|
},
|
|
{
|
|
"__type__": "openai.types.model.Model",
|
|
"__data__": {
|
|
"id": "llama3.2-vision:11b",
|
|
"created": 1753926302,
|
|
"object": "model",
|
|
"owned_by": "library"
|
|
}
|
|
},
|
|
{
|
|
"__type__": "openai.types.model.Model",
|
|
"__data__": {
|
|
"id": "llama3.2-vision:latest",
|
|
"created": 1753845527,
|
|
"object": "model",
|
|
"owned_by": "library"
|
|
}
|
|
},
|
|
{
|
|
"__type__": "openai.types.model.Model",
|
|
"__data__": {
|
|
"id": "llama-guard3:1b",
|
|
"created": 1753479584,
|
|
"object": "model",
|
|
"owned_by": "library"
|
|
}
|
|
},
|
|
{
|
|
"__type__": "openai.types.model.Model",
|
|
"__data__": {
|
|
"id": "llama3.2:1b",
|
|
"created": 1752814944,
|
|
"object": "model",
|
|
"owned_by": "library"
|
|
}
|
|
},
|
|
{
|
|
"__type__": "openai.types.model.Model",
|
|
"__data__": {
|
|
"id": "all-minilm:latest",
|
|
"created": 1748994610,
|
|
"object": "model",
|
|
"owned_by": "library"
|
|
}
|
|
},
|
|
{
|
|
"__type__": "openai.types.model.Model",
|
|
"__data__": {
|
|
"id": "llama3.2:3b",
|
|
"created": 1746123323,
|
|
"object": "model",
|
|
"owned_by": "library"
|
|
}
|
|
},
|
|
{
|
|
"__type__": "openai.types.model.Model",
|
|
"__data__": {
|
|
"id": "llama3.2:3b-instruct-fp16",
|
|
"created": 1746052428,
|
|
"object": "model",
|
|
"owned_by": "library"
|
|
}
|
|
}
|
|
],
|
|
"is_streaming": false
|
|
}
|
|
}
|