From 0063e5d68ff58e76284adbec5bf8b5e013a5a802 Mon Sep 17 00:00:00 2001 From: "LocalAI [bot]" <139863280+localai-bot@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:33:19 +0100 Subject: [PATCH] feat(swagger): update swagger (#8706) Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: mudler <2420543+mudler@users.noreply.github.com> --- swagger/docs.go | 12 ++++++++++++ swagger/swagger.json | 12 ++++++++++++ swagger/swagger.yaml | 8 ++++++++ 3 files changed, 32 insertions(+) diff --git a/swagger/docs.go b/swagger/docs.go index f5eabbb44..0a1405eb9 100644 --- a/swagger/docs.go +++ b/swagger/docs.go @@ -2183,6 +2183,18 @@ const docTemplate = `{ "schema.GalleryResponse": { "type": "object", "properties": { + "estimated_size_bytes": { + "type": "integer" + }, + "estimated_size_display": { + "type": "string" + }, + "estimated_vram_bytes": { + "type": "integer" + }, + "estimated_vram_display": { + "type": "string" + }, "status": { "type": "string" }, diff --git a/swagger/swagger.json b/swagger/swagger.json index bb56c2b38..1ae613a18 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -2176,6 +2176,18 @@ "schema.GalleryResponse": { "type": "object", "properties": { + "estimated_size_bytes": { + "type": "integer" + }, + "estimated_size_display": { + "type": "string" + }, + "estimated_vram_bytes": { + "type": "integer" + }, + "estimated_vram_display": { + "type": "string" + }, "status": { "type": "string" }, diff --git a/swagger/swagger.yaml b/swagger/swagger.yaml index 984493df5..36a565330 100644 --- a/swagger/swagger.yaml +++ b/swagger/swagger.yaml @@ -444,6 +444,14 @@ definitions: type: object schema.GalleryResponse: properties: + estimated_size_bytes: + type: integer + estimated_size_display: + type: string + estimated_vram_bytes: + type: integer + estimated_vram_display: + type: string status: type: string uuid: