api-nodes: use new custom endpoint for Nano Banana (#11311)

This commit is contained in:
Alexander Piskun
2025-12-23 22:10:27 +02:00
committed by GitHub
parent 33aa808713
commit f4f44bb807
2 changed files with 16 additions and 9 deletions

View File

@@ -133,6 +133,7 @@ class GeminiImageGenerateContentRequest(BaseModel):
systemInstruction: GeminiSystemInstructionContent | None = Field(None)
tools: list[GeminiTool] | None = Field(None)
videoMetadata: GeminiVideoMetadata | None = Field(None)
uploadImagesToStorage: bool = Field(True)
class GeminiGenerateContentRequest(BaseModel):