Can I access my custom GPT model through API requests without getting timed out and waiting 2 minutes?

I am trying to hook up my custom GPT model onto my website but don’t know how.

How would I be able to hook it up along 1000+ users requesting at once??

The idea behind Custom GPT’s is that you don’t have to worry about any of this. You just add the link to your GPT, and OpenAI takes care of all of this.

On waiting 2 minutes, sometimes, there are latency issues. Should resolve itself faster.

A Custom GPT is only available in the ChatGPT ecosystem. You cannot embed it within your own website. You can try to emulate the behavior with Assistants API.

2 Likes