Breaking Change Alert: imageModel Now Required in Gamma API Causing Production Errors and Trust Issues
echoing above: looks like there was a breaking change recently to force imageModel as a required prop. I'm getting the below API error even though I'm setting imageOptions: { source: 'noImages' } this used to be working smoothly in our production environment, but was reported by a customer this morning. I've made the quick fix in our code already, but we've already lost trust in our product and our new feature b/c of this. ideally these types of breaking changes don't happen, or at the very least we get communications for these types of breaking changes before they're rolled out. thanks!
Gamma API error: {"message":"Input validation errors: 1. imageModel must be one of: dall-e-3, imagen-3-flash, imagen-3-pro, imagen-4-pro, imagen-4-ultra, ideogram-v3, ideogram-v3-turbo, ideogram-v3-quality, flux-1-pro, flux-1-quick, flux-1-ultra, flux-kontext-pro, flux-kontext-max, flux-kontext-fast, leonardo-phoenix, recraft-v3, recraft-v3-svg, luma-photon-1, luma-photon-flash-1, gpt-image-1-medium, gpt-image-1-high, qwen-image, qwen-image-fast, gemini-2.5-flash-image","statusCode":400}