Nano banana resolution fix

This commit is contained in:
Anil Matcha 2026-02-27 19:07:40 +05:30
parent a65bdb2a77
commit aca8ff152b

View file

@ -2033,12 +2033,12 @@ export const t2iModels = [
"default": "auto" "default": "auto"
}, },
"resolution": { "resolution": {
"enum": ["1K", "2K", "4K"], "enum": ["1k", "2k", "4k"],
"title": "Resolution", "title": "Resolution",
"name": "resolution", "name": "resolution",
"type": "string", "type": "string",
"description": "The resolution of the generated image.", "description": "The resolution of the generated image.",
"default": "1K" "default": "1k"
}, },
"google_search": { "google_search": {
"title": "Google Search", "title": "Google Search",
@ -4708,12 +4708,12 @@ export const i2iModels = [
"default": "auto" "default": "auto"
}, },
"resolution": { "resolution": {
"enum": ["1K", "2K", "4K"], "enum": ["1k", "2k", "4k"],
"title": "Resolution", "title": "Resolution",
"name": "resolution", "name": "resolution",
"type": "string", "type": "string",
"description": "The resolution of the generated image.", "description": "The resolution of the generated image.",
"default": "1K" "default": "1k"
}, },
"google_search": { "google_search": {
"title": "Google Search", "title": "Google Search",