Skip to content

Commit 5f6ef35

Browse files
authored
Update ai-data/generative-apis/how-to/query-vision-models.mdx
1 parent 8d046de commit 5f6ef35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-data/generative-apis/how-to/query-vision-models.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,4 +243,4 @@ asyncio.run(main())
243243
The only limitation is in context window (1 token for each 16x16 pixel).
244244

245245
#### What is the maximum amount of images per conversation?
246-
One conversation can handle up to 12 images (per request). The 13rd will return a 400 Bad Request error.
246+
Each conversation can handle up to 12 images (per request). Attempting to add a 13th image will result in a 400 Bad Request error.

0 commit comments

Comments
 (0)