I can’t save structured prompts or datasets on Google’s AI Studio anymore. I don’t see the save button, and it doesn’t automatically save anymore. Is this intentional?
Affected Page(s):
I can save anything else; I would assume tuned models as well, but I just cannot save the datasets that I create.
This issue is extremely annoying. If this is supposed to be like this, I am hoping that it can be reverted and have the save button here again because it’s annoying losing the dataset I created every time I close the page. Plus, I don’t even think I can tune the model if it doesn’t save because, in order to tune it, I need to save a tuned model, so tuning models is gone.
Tags:
fine tuning, data set tuning, save button gone for data sets
1 Like
4/26/2025 This issue still occurs.
4/27/2025 This issue still occurs.
Hi @King_Gaming_Roblox,
With the recent UI changes, tuning will be removed from AI Studio. Tuning might be only available through Vertex AI.
Currently, You can use this link to access tuning in AI Studio. Let me know if this resolve your issue.
Thanks
Is that going to be removed in the future as well? Also, I was wondering if Vortex is free?
I think yes, from the AI Studio it will be removed. It will only be available through Vertex AI.
Hi,
You can also finetune via gemini api for free as of now (don’t know if this will also going to be removed in future). You just need API key from google AI Studio.
Refer this official colab notebook: Colab Finetuning Notebook.
The docs link: Fine-tuning tutorial | Gemini API | Google AI for Developers
However there is slight mismatch between the code given in docs and the code given in colab link. I have recently tried executing code given in the colab and it works well.
1 Like