Share via

GPT 5.4 deployed on US EAST 2 is responding slow

Hamsa Subramanian 0 Reputation points
2026-03-11T08:26:28.49+00:00

I am using GPT 5.1, 2, 3 and 4 models to extract named entities from a bank Trial Balance. It takes 2 minutes for it to extract. I am not sure why it takes more time. I have tweaked prompts and still did not help. If I try the same in ChatGPT, I don't see the problem.

Azure OpenAI Service
Azure OpenAI Service

An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.


1 answer

Sort by: Most helpful
  1. Manas Mohanty 16,105 Reputation points Microsoft External Staff Moderator
    2026-03-25T19:35:05.68+00:00

    Hi Hamsa Subramanian

    Just wanted to add that we can leverage named entity recognition from Language instead of leveraging using GPT 5.4 here.

    https://learn.microsoft.com/en-us/python/api/overview/azure/ai-textanalytics-readme?view=azure-python-preview&preserve-view=true

    GPT 5 series models are reasoning models and might incur processing time to reason and generate answer. It would be efficient and cost effective to Entity recognition from Text Analytics services which is very customizable at customer side.

    Please share few files, prompts in private message to investigate slowness in GPT 5.4 side (East Us 2) if the issue persisted for post mitigation.

    Thank you

    0 comments No comments

Your answer

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