Deprecation notice: Prompt Objects in the API will be shut down on November 30th, 2026

@che.kulhan on the why, OpenAI hasn’t really explained it. But if you look at what they’ve killed lately (Assistants, Agent Builder, now Prompt Objects) it’s all the hosted dashboard stuff, and the state keeps getting pushed into your own code. More work for us honestly. The one upside is that once it’s in your code there’s nothing hosted left for them to deprecate later.

On Gemini, I’d actually price that out before moving. It’s a bigger job than the migration you’re trying to dodge. You get a new SDK, function calling works differently, you re-tune prompts for a different model, and you’d still be versioning prompts in your own code because Gemini doesn’t give you a hosted prompt store either. So it ends up being the OpenAI migration plus a re-platform on top of it.

If the goal is just to stop getting jerked around every few months, the thing that worked for me was moving all the config into my own DB one time. After that nothing hosted can be deprecated on me again, and if I ever do want to switch providers it’s easy because the prompts already live in my code instead of theirs.

For multi-client that’s really the part that helps. One backend, each client is just a row, and the provider becomes something you can swap instead of a full rewrite every time. Can walk you through how I set it up if that’s useful.

Thanks for your opinon @Analystfirst especially the vision behind deprecating everything that it hosted!

No need for any further explication, as I have already migrated, similar to how you explained. JUst had to do a lot (mobile apps, a few web sites, etc…). THANKS!

Glad it helped, and nice work getting through it, mobile apps plus multiple sites is a real slog to migrate by hand. The fact that you moved config into your own code means the Nov 30 Prompt Objects shutdown won’t touch you either, so you’re actually ahead of most people now. Good luck with the rest of the cutover.

very bad idea, please think again

How can we developper gain trust with our clients, if the job they pay for is to be deleted less than one year after being written.
On our side we’ll find an AI provider with a more sustainable policy to avoid this in the future. Yes AI is evolving fast but the industry needs predictability.