Can I use the API to call my custom GPT

I’m looking to call my Custom GPT and use it for a discord bot in my own private server. Is this possible? Or do I have to use the assistant API and start from scratch?

Hello,

You can create a virtual assistant that works in a similar way to Custom GPT. Exactly, you must create the assistant, if necessary include data and information, then you can test it in PlayGround, and use the API to access it programmatically.

Aloha

Yeah, exactly you’d have to re-create. It sounds like you use both. Do you have a preference for one of the other and why?

Currently the OpenAI does not support calling Custom GPT via API.
They recommend using Responses API , I have tried that and almost 80% to 85% I am able to get results similar to Custom GPT. But still Responses API is not as powerful enough as Custom GPT.
I need help from community that is there any work around which I can use and get exact same level of responses as my Custom GPT. like I want my users to feel no difference is using Custom GPT and my own bot which i created using Responses API.
Any help in this regard will be highly appreciated.

Thanks