Skip to content
Merged
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
8 changes: 8 additions & 0 deletions ai-data/generative-apis/how-to/query-vision-models.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,11 @@ async def main():

asyncio.run(main())
```

## Frequently Asked Questions

#### Is there a limit to the size of each image?
The only limitation is in context window (1 token for each 16x16 pixel).

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