Is it possible to access custom GPTs with the Backendless OpenAI API Service

Hi,

I am experimenting with the new openAI custom GPTs. I was wondering, if it is possible to use to the current Backend OpenAI API Service to create a session with my custom GPT?

Hi Christian,

The answer is yes if a custom GPT has its own uniquely named language model.

My understanding (please correct me if I am wrong) is that a custom GPT would have to be accessed through the Assitant API.

Regards,
Mark

Hi Mark,
yes, for my understanding the access would need to happen via the Assistant API. I have an Assistant ID and i can select a GPT model for my assistant like GPT-4 or GPT-3.5.

(OpenAI Platform)

Adding a service for the Assistant API is definitely in our plans. A workaround at this point would be to use the OpenAI API directly from the business logic.

Regards,
Mark