Error while using GPT-4o Vision API for image analysis

I m trying to integrate gpt-4o vision API for image analysis. I created a paid account in Chat GPT while when I try to use the Open AI APIs it throws me below error:

OpenAI Response Error: {   
error: {     message: 'The model `gpt-4o` does not exist or you do not have access to it.',     
type: 'invalid_request_error',     param: null,     code: 'model_not_found'   } }

I m using Free tier account for Open AI Platform, so is that the reason for this issue.

Welcome to the community!

This is a very very common point of confusion with this company.

  1. chatgpt and the openai api have completely separate billings, paying for one doesn’t entitle you to use of the other.

  2. afaik, the free tier isn’t really functional anymore for the API, and you no longer get any free credits. you absolutely need to charge your platform.openai.com account before using it :confused:

Sucks!

but that’s the way it is right now. sorry :frowning:

1 Like