We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d046de commit 5f6ef35Copy full SHA for 5f6ef35
ai-data/generative-apis/how-to/query-vision-models.mdx
@@ -243,4 +243,4 @@ asyncio.run(main())
243
The only limitation is in context window (1 token for each 16x16 pixel).
244
245
#### 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.
+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