The AI engineering stack we built internally — on the platform we ship
… Keeps the model catalog fresh. An hourly cron trigger fetches the current OpenAI model list from models.dev , caches it in Workers KV, and injects store: false on every model for Zero Data Retention. New models get ZDR automatically without a config redeploy. …