Hello, good evening. I wanted to know if there is any way to export my entire conversation with Google AI Studio, including the codes it provided me, the ones I shared with it, and the reference photos I gave it. Is it possible to convert all of this into a PDF, Word, or any other format that includes EVERYTHING?
Hi @Jose_Barrientos, Welcome to the forum!!
If you enabled Autosaving in AI studio, the whole conversation will be saved in a text format in your Drive with all model settings and system instructions. Since its a text document, images, video or audio won’t be there instead drive id will be provided. You will get an option to download from there.
Thanks.
I would like to be able to export whole conversations as well, ideally in a format that is efficient and effective for ingestion by another LLM. I used one multi-day discussion with Gemini 2.0 Flash Experimental to produce a set of system instructions for a co-thinker persona I am working on. It would be useful to be able to feed some of those detailed discussions back into G2FE and have it evaluate and adjust the persona based on how it has worked in these trials.
Any tips for the best way to get an LLM-comprehensible version of a conversation with an LLM?
My experience with trying to open that file that is saved in my Google Drive with the GAIS Blue and White Butterfly Icon has been that it completely destroys that conversation and nothing is left of it at all. Any way around this?
download it first then rename the extension
I had the same problem and need. Ever since the introduction of the 05-06 Pro model, with its regressions and the removal of raw thoughts, I’ve been working on exporting all my conversations from AI Studio.
I ended up spending a few nights building a PySide6-based software application to handle this task. It enables you, with just a few clicks, to export any conversation from AI Studio into a clean markdown format ready ingestion by any other LLM. It even includes a “Claude mode,” specifically tailored to Claude’s human/assistant message pair tags. You also have the option to include or exclude the thinking blocks, although these are admittedly less useful now, so I generally exclude them.
You can either copy the export directly to your clipboard or save it as a clean markdown .md file for easy uploading to other platforms or local file storage. The process is as simple as clicking “Get Code” in AI Studio, then using the copy button and pasting directly into the “AI Studio Export to Markdown Converter App.”
I never released it because I figured Google would just introduce the feature on their own, but maybe they don’t want people leaving their ecosystem easily.
If there is any interest, I might release it on GitHub.
I’m definitely interested. I had been using Studio for a lot of personal work assuming it would be easy enough to export, and was really surprised that there isn’t an integrated function for it.
Please let me know if you decide to go through with this.