Hi there, I’m trying to get a Google Script to do an API call that sends a prompt to a tuned model. The script times out every time I run it.
Gemini tells me I need to “find the correct way to identify your tuned model in the REST API call.”
It tells me “copy its “name” value (it should look like tunedModels/...
). That’s the ID we need!”
Trouble is, I can’t find the model’s name anywhere, including when I check “Get Code” nor any articles that address this question.
Gemini says it’s not the display name either. Ideas?