mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
* 🔨 chore: update .vscode/settings.json (#13894) * 🐛 fix(builtin-tool-local-system): honor glob scope in local system tool (#13875) Made-with: Cursor * 📝 docs: Update changelog docs and release skills (#13897) - Update changelog documentation format across all historical changelog files - Merge release-changelog-style skill into version-release skill - Update changelog examples with improved formatting and structure Made-with: Cursor --------- Co-authored-by: YuTengjing <ytj2713151713@gmail.com> Co-authored-by: Innei <i@innei.in>
36 lines
1.6 KiB
Text
36 lines
1.6 KiB
Text
---
|
|
title: "Gemini Image Generation and Non-Streaming Mode Support \U0001F3A8"
|
|
description: >-
|
|
Gemini 2.5 Flash Image generation, non-streaming response mode, and expanded model coverage give you more flexibility in how you generate and receive content.
|
|
tags:
|
|
- Gemini
|
|
- Nano Banana
|
|
- AI Image Generation
|
|
---
|
|
|
|
# Gemini Image Generation and Non-Streaming Mode Support 🎨
|
|
|
|
From August through September, LobeHub expanded Gemini-related capabilities across image generation, response behavior, and model coverage. The goal was straightforward: make newer Gemini workflows easier to run in production while keeping your provider options open.
|
|
|
|
## More ways to generate images
|
|
|
|
This release adds support for Gemini 2.5 Flash Image (Nano Banana) and Imagen 4 GA, alongside coverage for Nebius, AkashChat, and BFL. Azure OpenAI can now also handle image generation requests.
|
|
|
|
The new non-streaming response mode is useful when you need complete responses before displaying them—think batched processing, structured outputs, or integrations that expect synchronous results.
|
|
|
|
Use these updates to:
|
|
|
|
- Generate images through Gemini models directly in chat
|
|
- Switch between streaming and complete response modes based on your use case
|
|
- Route image requests to newer providers as they become available
|
|
|
|
## Model library additions
|
|
|
|
The model library now includes GPT-5 series, Claude Opus 4.1, Grok Code Fast 1, DeepSeek V3.1, and the Gemini URL Context Tool for grounded retrieval.
|
|
|
|
## Improvements and fixes
|
|
|
|
- Improved reasoning scroll mask effect
|
|
- Added hotkeys for switching sessions
|
|
- Enhanced mobile form controls
|
|
- Refined Gemini error messaging
|