Chat Gemini Advanced is the ideal API. I wish if there was a wrapper around it.
Is this possible or coming anytime soon?
Chat Gemini Advanced is the ideal API. I wish if there was a wrapper around it.
Is this possible or coming anytime soon?
Hey there and welcome to the forum!
Do you mean an API for Gemini Ultra? If so, then yes, I agree. I am honestly surprised that the IO event had so much content, but none of it mentioned anything about an Ultra API, or even an announcement about a new Ultra model. We got nothing. That was personally disappointing to me.
Otherwise though, Gemini chat apps are otherwise wrappers for the API.
well, maybe I am referring to ultra.
I really love the Gemini Advanced Chat app at gemini.google.com and I wish we could have an API wrapper around it.
The short answer is no - there is no API for the Gemini chat app.
The chat app uses the Gemini API under the hood, yes, but it also uses other models, specialized system prompts, and other components such as access to search. Some of those are intentionally proprietary.
try puppeteer-stealth-plugin or selenium
It would be amazing if I could build an app around that
What part of it, specifically, are you looking for that you don’t get with the raw Gemini models?
So you’re saying you want access to real-time information?
You may wish to look at Grounding With Google Search, which provides the ability to connect to external information.
But overall, keep in mind that LLMs are not sources of truth. They are pattern machines. The Gemini chatbot uses this pattern machine, in combination with Google Search and other information sources, to provide results. You’re essentially asking for an API to give the same answer Google would. Why would they be interested in providing this?
You can also use function calling to give the Gemini API web search capabilities, which is what you have just shown us.
can this be done in google ai studio (not vertex)?