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.