在Gemini与ChatGPT的较量中,Gemini由于预装在大多数Android旗舰机型上而占据优势,但ChatGPT通常拥有更新的功能和AI模型,使其更具竞争力。ChatGPT的Android应用已经支持图像生成,而这一功能的升级可能即将到来。

ChatGPT v1.2025.077的代码中显示,该AI助手应用即将迎来改进的图像生成能力。
首先,我们发现了以下代码字符串:
<string name="conversation_image_gen_disclosure_bottom_sheet_title">ChatGPT images, reimagined</string>
<string name="conversation_image_gen_disclosure_bottom_sheet_description">ChatGPT now thinks a little longer to make more accurate and detailed images. <annotation url="http://openai.com/index/placeholder">Learn more</annotation>.</string>
这些新代码字符串暗示了ChatGPT图像生成能力的“重新构想”。文本表明,新生成的图像将更加精准和细致,但生成时间可能会更长。其中还包含一个占位符URL,我们推测该链接将在功能正式上线时指向相关的帮助页面。
此外,还新增了一些用于生成图像的示例提示词变化:
<string name="conversation_image_gen_starter_prompt_variant_1">Create a transparent image of a logo for my cat-themed coffee shop with a fun name</string>
<string name="conversation_image_gen_starter_prompt_variant_2">Create an annotated diagram showing the lifecycle of a butterfly</string>
<string name="conversation_image_gen_starter_prompt_variant_3">Create an image of a neon sign reading Open 24 Hours in perfect lettering.</string>
<string name="conversation_image_gen_starter_prompt_variant_4">Create a colorful invitation for a garden-themed birthday party, including whimsical typography.</string>
<string name="conversation_image_gen_starter_prompt_variant_5">Create a still from an imaginary animated movie featuring raccoons planning a heist.</string>
我们还在ChatGPT已有功能列表中发现了“ImageGen”这一新术语的提及。

ChatGPT在Android上已经通过OpenAI的DALL-E 3图像生成模型支持为登录账户生成图像。上述代码字符串似乎是在暗示当前功能的升级。
然而,关于即将到来的升级的技术细节尚不可得,我们也不知道该功能是否会同时对免费和付费的ChatGPT用户开放。如果该功能上线,我们还需要等待OpenAI分享更多细节。