Skip to main content

OpenAI’s updated image generator can now pull information from the web

Curated RSS Brief
OpenAI’s updated image generator can now pull information from the web
Published: April 21, 2026 at 19:00 | Source: theverge.com
AI Close AI Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All AI News Close News Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All News OpenAI Close OpenAI Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All OpenAI OpenAI’s updated image generator can now pull information from the web The update allows ChatGPT Images 2.0 to create a series of images based on one prompt. The update allows ChatGPT Images 2.0 to create a series of images based on one prompt. by Emma Roth Close Emma Roth News Writer Posts from this author will be added to your daily email digest and your homepage feed. Follow Follow See All by Emma Roth Apr 21, 2026, 7:00 PM UTC Link Share Gift An image generated by ChatGPT Images 2.0. Image: OpenAI Emma Roth Close Emma Roth Posts from this author will be added to your daily email digest and your homepage feed. Follow Follow See All by Emma Roth is a news writer who covers the streaming wars, consumer tech, crypto, social media, and much more. Previously, she was a writer and editor at MUO. OpenAI is rolling out the latest version of its AI-powered image generator with new “thinking capabilities,” allowing it to search the web to help it create multiple images from a single prompt. On Tuesday, OpenAI announced that ChatGPT Images 2.0 can now create more “sophisticated” images, with improvements to its ability to follow instructions, preserve details of your choosing, and generate text. It’s powered by OpenAI’s new GPT Image 2 model, with new thinking capabilities available to ChatGPT Plus, Pro, Business, and Enterprise subscribers. When a thinking model is selected, the chatbot’s image generator can pull information from the web, create visual explainers based on files you upload, and “reason through the structure of the image before generating.” Image: OpenAI ChatGPT Images 2.0 can also create up to eight images at once with thinking enabled, all while maintaining the same characters, objects, and styles in each scene. OpenAI says this should make it easier to generate things like manga pages, a series of social graphics, or design plans for every room in a house. All ChatGPT users can take advantage of updates that let ChatGPT Images 2.0 “better capture the defining characteristics of photos,” in addition to pixel art, manga, cinematic stills, and other types of images. It can now generate images with a resolution of up to 2K and in more aspect ratios, ranging from wider formats, such as 3:1, to taller ones like 1:3. And it’s not only better at generating English and other Latin-script languages; OpenAI says Images 2.0 makes “significant gains” in creating images containing text in Japanese, Korean, Chinese, Hindi, and Bengali. Previous Next 1 / 3 Image: OpenAI OpenAI first released ChatGPT Images last year and launched its last big update in December , adding faster image generation and better photo editing capabilities. Since then, competition has only been getting stronger, with the arrival of tools like Google’s Nano Banana Pro and Microsoft’s MAI-Image-2 . ChatGPT Images 2.0 is available to all ChatGPT and Codex users starting today. Follow topics and authors from this story to see more like this in your personalized homepage feed and to receive email updates. Emma Roth Close Emma Roth News Writer Posts from this author will be added to your daily email digest and your homepage feed. Follow Follow See All by Emma Roth AI Close AI Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All AI News Close News Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All News OpenAI Close OpenAI Posts from this topic will be added to your daily email digest and your homepage feed. Follow Follow See All OpenAI Most Popular Most Popular Silicon Valley has forgotten what normal people want Xbox Game Pass Ultimate gets a price cut but loses new Call of Duty games Alexa is nagging you more because Amazon knows you don’t care about its new features Framework is building a better couch keyboard because everyone hates the Logitech one Amazon’s new AI-powered Alexa might cost up to $10 per month The Verge Daily A free daily digest of the news that matters most. Email (required) Sign Up By submitting your email, you agree to our Terms and Privacy Notice . This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply. Advertiser Content From This is the title for the native ad
  • AI Close AI Posts from this topic will be added to your daily email digest and your homepage feed.
  • Follow Follow See All AI News Close News Posts from this topic will be added to your daily email digest and your homepage feed.
  • Follow Follow See All News OpenAI Close OpenAI Posts from this topic will be added to your daily email digest and your homepage feed.
  • Follow Follow See All OpenAI OpenAI’s updated image generator can now pull information from the web The update allows ChatGPT Images 2.0 to create a series of images based on one prompt.

Market analysis reveals significant growth potential in the sector discussed in 'OpenAI’s updated image generator can now pull information from the web'. Investment patterns and market trends indicate strong confidence in these technologies, with venture capital and corporate investments driving further innovation and development.

User experience and accessibility are key themes that emerge from the analysis of 'OpenAI’s updated image generator can now pull information from the web'. The focus on creating intuitive, user-friendly interfaces demonstrates a commitment to making advanced technology accessible to broader audiences and diverse user groups.

The competitive landscape highlighted in 'OpenAI’s updated image generator can now pull information from the web' shows how different organizations are positioning themselves in this rapidly evolving market. Strategic partnerships, acquisitions, and research collaborations are shaping the future direction of technological development.

Environmental sustainability and energy efficiency considerations are increasingly important in the context of 'OpenAI’s updated image generator can now pull information from the web'. The industry is moving towards more sustainable practices and green technologies to address climate change and environmental concerns.

Education and skill development play crucial roles in the adoption and advancement of technologies discussed in 'OpenAI’s updated image generator can now pull information from the web'. The need for specialized talent and continuous learning programs highlights the importance of human capital in technological progress.

If you want the exact wording, examples, or full context from the publisher, open the original source article.
Open Original Article

Comments

Popular posts from this blog

The Metaverse: The Next Evolution of the Internet

  What is the Metaverse? The Metaverse is quickly becoming one of the most buzzed-about topics in the tech world. Described as a virtual reality space where users can interact with each other and digital environments in real-time, the Metaverse is often seen as the next iteration of the internet. Instead of simply browsing the web or engaging with apps on flat screens, users would be able to experience a 3D world that’s immersive and interconnected across various platforms. The Components of the Metaverse The Metaverse is built on a foundation of several technologies, including virtual reality (   VR ), augmented reality (AR), blockchain, and artificial intelligence (AI). These technologies work together to create a seamless, interactive virtual environment. For example,    VR  headsets and AR glasses will allow users to navigate the Metaverse as avatars in a digital world, while blockchain technology ensures secure and transparent transactions within the Metave...

Google Python Style Guide

  Google Python Style Guide Table of Contents 1 Background 2 Python Language Rules 2.1 Lint 2.2 Imports 2.3 Packages 2.4 Exceptions 2.5 Mutable Global State 2.6 Nested/Local/Inner Classes and Functions 2.7 Comprehensions & Generator Expressions 2.8 Default Iterators and Operators 2.9 Generators 2.10 Lambda Functions 2.11 Conditional Expressions 2.12 Default Argument Values 2.13 Properties 2.14 True/False Evaluations 2.16 Lexical Scoping 2.17 Function and Method Decorators 2.18 Threading 2.19 Power Features 2.20 Modern Python: from __future__ imports 2.21 Type Annotated Code 3 Python Style Rules 3.1 Semicolons 3.2 Line length 3.3 Parentheses 3.4 Indentation 3.4.1 Trailing commas in sequences of items? 3.5 Blank Lines 3.6 Whitespace 3.7 Shebang Line 3.8 Comments and Docstrings 3.8.1 Docstrings 3.8.2 Modules 3.8.2.1 Test modules 3.8.3 Functions and Methods 3.8.3.1 Overridden Methods 3.8.4 Classes 3.8.5 Block and Inline Comments 3.8.6 Punctuation, Spelling, and Grammar 3.10 Strings...