CCT - Crypto Currency Tracker logo CCT - Crypto Currency Tracker logo
TimesTabloid 2026-08-18 02:00:13

Google Just Shut Off Imagen 4 Today — And the Replacement Isn’t a Simple Swap

If your app generates images through Google’s API and you haven’t touched that code in a while, today is the day it may have quietly broken. What Happened Today Google retired all three stable Imagen 4 endpoints on the Gemini Developer API — imagen-4.0-generate-001, imagen-4.0-ultra-generate-001, and imagen-4.0-fast-generate-001 — effective August 17, 2026. Google’s own deprecation documentation frames listed dates as the earliest possible shutdown time rather than a guaranteed exact hour, but the company has been direct about the end state: once a model is shut down, it is completely turned off, and calls to the retired endpoints will fail outright rather than degrade gracefully. The recommended replacement is gemini-3.1-flash-image, a model also known internally as “Nano Banana 2” — Google’s general-purpose image generation model built for new Gemini API workloads, offering conversational editing capabilities and low latency at a mainstream price point. Why This Isn’t a Drop-In Replacement The core technical complication is that Imagen and Gemini image models don’t share an API shape. Imagen used a dedicated image-generation endpoint and a distinct method, `generate_images()`, that returned a clean array of generated images. That method doesn’t exist on Gemini image models at all. Instead, requests go through the more general `generateContent` method, and images arrive embedded as content parts within the response rather than a dedicated image array — developers now have to check each response part for inline image data, and handle cases where the model returns accompanying text alongside the image, something Imagen’s endpoint never did. A second breaking change: Imagen’s `number_of_images` parameter, which let a single call request multiple image variations at once, has no equivalent on Gemini image models. Each Gemini image call now produces exactly one image, meaning any pipeline that requested batches in a single request needs to be restructured into multiple calls. The Pricing Picture Is More Complicated Too Imagen 4 priced output by model tier — a flat rate per image depending on whether you used the standard, fast, or ultra version. Gemini 3.1 Flash Image instead prices by output tokens, which scale with resolution: Google lists standard rates around $0.045 for 0.5K resolution images, climbing to roughly $0.151 for 4K. At standard resolution, that reportedly works out to about 67% more expensive per image than Imagen 4 Standard was — though Google’s Batch API reportedly brings costs down to around $0.034, actually undercutting the old Imagen pricing for teams that can batch their requests rather than needing real-time generation. Part of a Bigger Consolidation Pattern This shutdown isn’t an isolated event — it’s one entry in a broader model retirement wave Google has been running throughout 2026 as it consolidates developers onto its newer Gemini 3 model family. The company has been steadily retiring older Gemini 2.5 and earlier Imagen and embedding models on a rolling schedule throughout the year, with Gemini 2.5’s remaining text models slated to follow in October. For teams building on Google’s AI stack, that pattern has practical implications: pinning to a specific model version buys short-term stability but virtually guarantees a forced migration eventually, since Google has shown no indication it plans to support older model generations indefinitely. This kind of infrastructure churn is happening alongside a genuinely fast release cadence at the top of Google’s model lineup — the company shipped Gemini 3.7 Flash just days ago, three weeks after its predecessor. See our coverage of that release for how quickly Google’s flagship models are iterating even as older endpoints get retired in parallel. What to Watch Next Any team still calling the old Imagen 4 endpoints should expect hard failures rather than a grace period at this point, given Google’s stated policy on shutdown dates. More broadly, developers building on any Google AI API should treat this as a reminder to audit which specific model IDs their production code depends on and check Google’s deprecations table directly, since the company’s retirement cadence shows no signs of slowing down. Sources: Google AI for Developers , ByteIota , Bez-Kabli Disclaimer : This content is meant to inform and should not be considered financial advice. The views expressed in this article may include the author’s personal opinions and do not represent Times Tabloid’s opinion. Readers are advised to conduct thorough research before making any investment decisions. Any action taken by the reader is strictly at their own risk. Times Tabloid is not responsible for any financial losses. The post Google Just Shut Off Imagen 4 Today — And the Replacement Isn’t a Simple Swap appeared first on Times Tabloid .

면책 조항 읽기 : 본 웹 사이트, 하이퍼 링크 사이트, 관련 응용 프로그램, 포럼, 블로그, 소셜 미디어 계정 및 기타 플랫폼 (이하 "사이트")에 제공된 모든 콘텐츠는 제 3 자 출처에서 구입 한 일반적인 정보 용입니다. 우리는 정확성과 업데이트 성을 포함하여 우리의 콘텐츠와 관련하여 어떠한 종류의 보증도하지 않습니다. 우리가 제공하는 컨텐츠의 어떤 부분도 금융 조언, 법률 자문 또는 기타 용도에 대한 귀하의 특정 신뢰를위한 다른 형태의 조언을 구성하지 않습니다. 당사 콘텐츠의 사용 또는 의존은 전적으로 귀하의 책임과 재량에 달려 있습니다. 당신은 그들에게 의존하기 전에 우리 자신의 연구를 수행하고, 검토하고, 분석하고, 검증해야합니다. 거래는 큰 손실로 이어질 수있는 매우 위험한 활동이므로 결정을 내리기 전에 재무 고문에게 문의하십시오. 본 사이트의 어떠한 콘텐츠도 모집 또는 제공을 목적으로하지 않습니다.