Skip to content

Commit 39ae2e4

Browse files
committed
LLMs: Gemini: enable Aspect Ratio
1 parent 2515966 commit 39ae2e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/modules/llms/server/gemini/gemini.models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const _knownGeminiModels: ({
246246
labelOverride: 'Nano Banana',
247247
chatPrice: { input: 0.30, output: undefined }, // Per pricing page: $0.30 text/image input, $0.039 per image output, but the text output is not stated
248248
interfaces: [LLM_IF_OAI_Chat, LLM_IF_OAI_Vision, LLM_IF_OAI_Fn, LLM_IF_OAI_Json, LLM_IF_Outputs_Image],
249-
/// TODO: parameterSpecs: [{ paramId: 'llmVndGeminiAspectRatio' /* */ }],
249+
parameterSpecs: [{ paramId: 'llmVndGeminiAspectRatio' }],
250250
benchmark: undefined, // Non-benchmarkable because generates images
251251
},
252252
// 2.5 Flash Image Preview

0 commit comments

Comments
 (0)