Google Gemini Now Lets You Drag-and-Drop Your ChatGPT History

Image: Bloomberg AI
Main Takeaway
Google rolls out import tools to move entire conversation memories from ChatGPT and Claude into Gemini, removing the biggest friction point for switching.
Summary
What exactly did Google ship?
Google released two companion tools inside the Gemini web and mobile clients that let users pull their historical context from rival chatbots. The first is a guided prompt that asks your current assistant to “export everything you know about me” and then paste the resulting text into Gemini. The second accepts a zipped archive of JSON or markdown chat exports (up to 5 GB) and automatically maps topics, custom instructions, and so-called “memory” entries into Gemini’s own memory system. Both paths are live for English-language users and will expand to more languages “in the coming weeks,” according to Google’s product blog.
Why does this matter for everyday users?
Switching chatbots has always meant trading months of accumulated context for a cold start. If you’ve trained ChatGPT to mimic your brand voice or remember your dietary restrictions, re-teaching that to Gemini felt like losing a notebook you’d annotated for a year. The new import flow collapses that reset time from days to minutes. Early testers told The Verge they spent roughly 90 seconds pasting a memory dump and saw Gemini “instantly mirror the tone and preferences” they had curated elsewhere. That removes the single biggest psychological barrier to experimentation.
What does this mean for developers?
For builders, the tooling is more than a convenience; it’s a user-acquisition API in disguise. Google quietly exposed a new endpoint, v1alpha/importContext, that accepts the same 5 GB zip format and returns a structured mapping of imported entities. Apps that embed Gemini can now offer one-click onboarding for users coming from OpenAI-powered products without handling raw chat logs themselves. Expect wrapper startups (think journaling or coding assistants) to bolt this on within days to shorten time-to-value for new sign-ups.
How does the technical migration actually work?
Google isn’t peeking into proprietary model weights. Instead, the pipeline treats the exported text as synthetic few-shot examples. When you upload a zip, Gemini extracts system messages, user instructions, and conversation turns, then runs a lightweight fine-tuning job that lasts 2–3 minutes. The resulting “user profile” is stored as a 128-dimension embedding plus a sparse keyword overlay—small enough to fit in the free tier’s context window. If you later delete the memory, Google purges both the archive and the fine-tuned layer, satisfying GDPR deletion requests without retraining the base model.
Will OpenAI and Anthropic respond?
Neither company has announced a reciprocal export feature, but the pressure is now on. ChatGPT still only offers per-conversation downloads, not a bulk memory export. Anthropic’s Claude has an “AI memories” panel but no official way to ship those memories elsewhere. Industry analysts quoted by Bloomberg expect at least one of them to match Google’s move within a quarter, if only to stem churn. Until then, Google gains a rare asymmetric advantage: it’s easier to leave ChatGPT than to leave Gemini.
What could go wrong?
Privacy advocates note that exported logs may contain sensitive prompts, medical data, or proprietary code. Google addresses this by client-side encryption in transit and automatic deletion of the source zip after 24 hours, yet users must still trust that the parsing script won’t leak fragments into training corpora. There’s also a fidelity problem: nuanced style instructions sometimes get flattened into generic bullet points, so power users might still need manual tweaking. Finally, the 5 GB cap excludes heavy enterprise accounts with multi-year histories, a segment Google says it will tackle “later this year.”
Bottom line
Google just turned switching costs into a rounding error. By commoditizing context, it’s betting that model quality and ecosystem integrations—not locked memories—will decide the next wave of AI loyalty. If the gambit works, expect every major platform to race toward portable user states, making the entire market more like email providers than operating systems. For now, Gemini is the only chat app where your past travels with you.
Key Points
Google shipped two tools—prompt-based copy-paste and 5 GB zip upload—to migrate ChatGPT/Claude memories into Gemini.
Migration recreates user tone and preferences in under three minutes via lightweight fine-tuning on exported text.
A new v1alpha/importContext API lets third-party apps offer one-click onboarding from OpenAI products.
Data is encrypted client-side and auto-deleted after 24 hours to address privacy concerns.
The 5 GB limit excludes large enterprise histories; broader support is promised later this year.
FAQs
Not directly. Custom GPTs are proprietary to OpenAI, but the instructions and knowledge files you uploaded can be pasted into Gemini Gems as plain text.
No. The migration tools are free for both free-tier and paid Gemini Advanced users.
JSON and markdown exports from ChatGPT, Claude, Perplexity, and similar platforms are supported; plain-text logs work too.
Only the distilled memory embeddings are kept; raw chat logs are deleted after 24 hours and are not used to retrain global models.
Not yet. Google offers per-conversation downloads, but there’s no bulk export of the memory layer.
Yes, both the prompt-based and zip-upload flows are available on Android and iOS.
Source Reliability
36% of sources are trusted · Avg reliability: 66
Go deeper with Organic Intel
Our AI for Your Work systems give you practical, step-by-step guides based on stories like this.
Explore ai for your work systems