Get an email when a new OpenAI model is available via the API

By Robert Ellison. Updated on Sunday, October 5, 2025.

Notification of a new OpenAI ModelMeta: Google Apps Script code to send an email alert whenever a new OpenAI model is available through the API.

Here's a simple Google Apps Script to monitor for new OpenAI models:

To get this running, paste into a new Apps Script project and enable the Gmail API under services. Add your email address and OpenAI API Key at the top. Run a couple of times and you should get an email with all the current models and then nothing the second time unless you get lucky. On Triggers set a scheduled execution with whatever frequency feels good (I use daily) and you're all set.

Add your comment...

More Google Apps Script Projects

(All Code Posts)

(Published to the Fediverse as: Get an email when a new OpenAI model is available via the API #code #software #appsscript #google #gmail #openai #ai Simple Google Apps Script project that will send you an email any time OpenAI releases a new model to their API. )

Add Comment

All comments are moderated. Your email address is used to display a Gravatar and optionally for notification of new comments and to sign up for the newsletter.