Image and web search API feedback

Hi participants,

Feel free to leave any questions or feedback regarding image and web search API here. We appreciate your participation and understanding!

FYI, currently we cannot use image RAG for non egocentric images. Because all non egocentric images are resized to 960 x 1280 regardless of their original aspect ratio.

If an image is originally sized 2048 x 1024 for example, it then gets resized to 960 x 1280. So shapes that where originally wide and short become narrow and tall. Then image RAG returns narrow and tall images when we want wide and short.

If this is on purpose, then I suggest that the original image size is provided so that we can correct the aspect ratio before RAG. Thanks.

@Chris_Deotte Thanks for flagging the issue. This is not intended - resolution for non egocentric images should not be changed. We will fix this soon.

1 Like