How can I get API output from my Custom GPT?

Hello, i want use my custom gpt on excel/sheet. Is it possible? I dont ask standart GPT4.

I don’t want to integrate standard gpt4. I want my own custom gpt.

1 Like

No, not possible at the moment.

But the closest thing (and is very close) is Assistants.

Take a look at the Assistant API, look for examples on github, or even on this forum, and you can really replicate 90% of what CustomGPTs can already do.

https://platform.openai.com/docs/api-reference/assistants

Happy building!