How will they monetize this ?
Companies will soon be able to build internal search engines — with no coding needed — using Google Gemini AI
https://www.businessinsider.com/gem...pany-internal-data-chatgpt-competitor-2023-12
On Wednesday, Google announced that it's integrated
the large language model into Vertex AI, a Google Cloud tool that can help developers fine-tune AI models. That'll give Vertex AI users access to new, Gemini-powered capabilities, including being able to build their own chatbots.
And coming soon: the ability to search internal information such as company document repositories, enterprise applications, and websites — all without code, Thomas Kurian, CEO of Google Cloud, said in a press briefing.
And this sounds even more exciting...
Using Gemini AI in Android Apps with the New Google AI SDK
https://www.infoq.com/news/2023/12/gemini-pro-android-sdk/#:~:text=The%20easiest%20way%20to%20use,Python%2C%20running%20on%20your%20backend.
Google introduced its new Google AI SDK to simplify integrating Gemini Pro, its best-performing model to date, in Android apps. Using this SDK, developers need not build and manage their own backend infrastructure.
According to Google, Gemini Pro is their best model with features for a wide range of text and image reasoning tasks. Gemini Pro runs off-device, in Google's data centers, and can be accessed through the Gemini API. The easiest way to use Gemini, says Google, is with
Google AI Studio, a web-based tool that enables prototyping and running prompts in a browser. Once your results are satisfactory, you can export your model to code and use it in your preferred language, for example, Python, running on your backend.