#api will always resize the picture which
1 messages · Page 1 of 1 (latest)
depends what you are doing with it but you split it to multiple images if possible. you can find scaling info here https://platform.openai.com/docs/guides/vision/calculating-costs
Right, thanks. Within the docs, it says that
By controlling the detail parameter, which has two options, low or high, you have control over how the model processes the image and generates its textual understanding.
But it dosen't mention where the detail parameter is to be specified. I tried including it within "payload", but it threw a validation error. Could you help me with this? Thanks in advance
did you give it in the same object where you pass the url?
next to type
No, but i did now, and it worked. Thanks! Although specifying the resolution as high did not really help with legibility of the image for the model.