API to access custom GPTs?

Hi!

Would the API be updated so I can have access throught the API to my own customized GPT and be able to integrate it in my Apps?

Thanks!

Hi and welcome to the Developer Forum!

This is not currently possible and there are no official plans to support access to GPT’s from an API call. GPTs are, at least currently, purely for use within the ChatGPT ecosystem.

hi i thought it was possible to do an API call through actions (for GPT’s) or function calling (for Assistant API)?

Sure, but you can’t call a GPT from an API.

Function calling means you let the openai api pretend there is a function, it doenst actually fire a function or api for you.