Hello everyone,
I’m looking to gain access to GPT-4 vision via the API, but I can’t find it. Are there specific steps I need to follow to access it?
PS: I have a paid account and have incurred expenses on the API part.
Hello everyone,
I’m looking to gain access to GPT-4 vision via the API, but I can’t find it. Are there specific steps I need to follow to access it?
PS: I have a paid account and have incurred expenses on the API part.
I haven’t tried it myself but isn’t it possible to use the gpt-4-vision-preview
model? Maybe see more on this link: https://platform.openai.com/docs/guides/vision
I tried to check in the playground and assistant creator but it’s not visible.
Ah, from the playground? Yeah, that I don’t know. I don’t have access to that either. Not sure they’ve made an interface for it.
The quickest place to verify you access to AI models is to visit the rate limit page, and expand the list with “show all models”
https://platform.openai.com/account/limits
You will also, of course, be able to see tokens per minute and requests per minute for the model, for your account organization tier.
And then send it some images with your code…
yeah it’s not on the playground, you have to call it from python or node or curl or something.
Vision is not accessible in the playground right now which is why the model does not show up on the drop down list. You can use it via the API though!
I have also found that API calls return similar results to asking the same questions in the ChatGPT UI when uploading a picture, so that’s also a quick workaround