Has GPT-4 Vision Preview been replaced or removed? Getting [model_not_found] error

Hello everyone,

I’ve been developing an iOS app that used to rely on the gpt-4-vision-preview model to generate text from product images. However, I’m now getting the following error:

csharp

Copiar

[model_not_found] The model `gpt-4-vision-preview` has been deprecated

I’ve come across references online to a potential new model, such as gpt-4o or gpt-4-vision, but I haven’t found any official documentation or announcement from OpenAI confirming a replacement. Is GPT-4 Vision currently available under a different name in the Chat Completions API, or is it fully deprecated for now?

If anyone has information about an updated model name, official availability, or a timeline for when GPT-4 Vision might be restored in the API, I’d really appreciate it. Thank you in advance for any guidance!

Solution:
the best way to do it is using : gpt-4o-mini instead of gpt-4-vision

Consider using gpt-4o instead

1 Like