Get an email when a new OpenAI model is available via 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.
Related Posts
- Email Alerts for new Referers in Google Analytics using Apps Script
- Get an email when your security camera sees something new (Apps Script + Cloud Vision)
- Monitor page index status with Google Sheets, Apps Script and the Google Search Console API
- Get an email if your site stops being mobile friendly (no longer available)
- Adding AI to Todoist with Google Apps Script and OpenAI
(Published to the Fediverse as: Get an email when a new OpenAI model is available via the API 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.