Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1175,8 +1175,10 @@ print(response)
### Imagen

#### Generate Images
> **Note:** Maximum images per request is 4. For more than 4 images, send multiple parallel requests using `asyncio`. See the asyncio example below.

```python

from google.genai import types

response1 = client.models.generate_images(
Expand Down