I’m was using gemini in GDscript sending requests via URL, like so
url = “https://generativelanguage.googleapis.com/v1beta/models/gemini-pro:generateContent?key=” + API_KEY
But with this new version, I don’t know what the new URL is and I can only find support for python.