Possible Regression Issue with GPT-4 Image Processing on Azure OpenAI

AMROUN Lysa 396 Reputation points
2024-11-19T07:32:08.0866667+00:00

Hello,

I've recently encountered an issue with Azure OpenAI and GPT-4. A few months ago, uploading attachments via the Studio/API worked perfectly, even with longer images. However, starting this week, when I use exactly the same long images that worked before and ask a question to GPT-4, it seems to "hallucinate" and doesn't read the image properly—it only works with smaller images now.

Could this be a regression with GPT-4?

Is there a solution for this?

Thank you,

Lysa

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,092 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,618 questions
0 comments No comments
{count} votes

Accepted answer
  1. Daniel Fang 1,060 Reputation points MVP
    2024-11-19T11:55:11.3633333+00:00

    HI @AMROUN Lysa

    If you are using API call directly and attaching the image as based 64 string, might worth trying to specify image_url.detail to make it high. See below discussion in open ai forum about how images are processed by GPT. might worth a shot.

    image_url: { url: "https://your-image-url.com", detail: "low", }

    https://community.openai.com/t/gpt-4-vision-preview-fidelity-detail-parameter/477563

    User's image

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.