Skip to content

Commit ab46d0d

Browse files
tgenaitaybene2k1
andauthored
fix(ai): vision FAQ (#3966)
* fix(ai): vision FAQ * Update ai-data/generative-apis/how-to/query-vision-models.mdx --------- Co-authored-by: Benedikt Rollik <[email protected]>
1 parent 6e994b5 commit ab46d0d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,3 +236,11 @@ async def main():
236236

237237
asyncio.run(main())
238238
```
239+
240+
## Frequently Asked Questions
241+
242+
#### Is there a limit to the size of each image?
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+
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)