♊️ GemiNews 🗞️
(dev)
🏡
📰 Articles
🏷️ Tags
🧠 Queries
📈 Graphs
☁️ Stats
💁🏻 Assistant
💬
🎙️
Demo 1: Embeddings + Recommendation
Demo 2: Bella RAGa
Demo 3: NewRetriever
Demo 4: Assistant function calling
Editing article
Title
Summary
Content
<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*QNpoBmHA_tukDSw-Wt70QQ.jpeg" /></figure><p>Google might not trumpet the news, but there’s a quiet revolution unfolding on their platform. The Gemini Experimental model is our unheralded entry into the world of AI without the cost. This is where the multimodal capabilities of AI come to life, won’t cost you a dime. Consider this your backdoor pass into a free club, where the only membership requirement is your curiosity.</p><h3>Here’s the Whispered Truth:</h3><p>Google might play it cool, but they’ve hinted at the excitement themselves:</p><blockquote><em>“By using the Gemini Experimental model, you are contributing to the development of even better responses. Results may be genius or delightfully unpredictable, all at no cost.”</em></blockquote><p>🌟 Try it out here: <a href="https://console.cloud.google.com/vertex-ai/generative/multimodal/create/">Google Vertex AI</a></p><h3>How to Get Involved</h3><p>Navigating through Google Vertex AI to tap into the powers of the Gemini Experimental model is your first step into a broader world of AI possibilities. Here’s a straightforward guide to get you started:</p><h4>1. Select the Model:</h4><p>1.1. Navigate to the model selection area of the Google Vertex AI platform. 1.2. Look for and select the ‘Gemini Experimental’ option. Once selected, you’ll notice in the results section of the screen an “EXPERIMENTAL” label in blue, clearly indicating that you are using the Gemini Experimental mode. <br>1.3. To understand the current terms of use, hover your mouse over the information (i) icon. <br>1.4. At the time of writing, the terms stated: “<strong><em>By using the Gemini Experimental model, you are contributing to the development of even better responses. Results may be genius or delightfully unpredictable, all at no cost.</em></strong>”</p><figure><img alt="1.1 Navigate to the model selection area of the Google Vertex AI platform. 1.2 Look for the ‘Gemini Experimental’ option. You’ll recognize it by the “EXPERIMENTAL” label in blue, indicating that it’s a model currently in testing." src="https://cdn-images-1.medium.com/max/1024/0*eUmRK39n7jDY_V56" /></figure><h4>2. Understand What You’re Getting Into:</h4><p>Before you dive in, take a moment to understand what ‘Experimental’ entails. As per the screenshot you provided, Google informs us that using the Gemini Experimental model allows you to contribute to the enhancement of the AI’s responses. The outcomes you receive may range from “genius” to “delightfully unpredictable.”</p><h4>3. Contribute to Development:</h4><p>By choosing the Gemini Experimental model, you’re not just accessing an AI tool; you’re part of a collaborative development effort. Your usage and feedback can help improve the model for future users.</p><h4>4. Set Your Expectations:</h4><p>As with any experimental model, prepare for a range of results. They may not always be what you expect, but that’s part of the excitement and the learning experience.</p><h4>5. Monitor the Fine Print:</h4><p>Stay informed about any updates to the terms and conditions related to the use of the experimental model. These can impact your usage and data.</p><h4>6. Rate Limitations</h4><p>As an experimental model, Gemini Experimental is not designed for production-level tasks. It may come with rate limitations</p><h4>7. No documentation</h4><p>As a Google Developer Expert, I’ve inquired about official documentation for the Gemini Experimental model within Google’s internal channels. It appears that, as of now, there is no formal documentation available. So, dive in, enjoy the novelty while it’s available, and remember — always read the label for the most current information.</p><h4>Community</h4><p>Let the community know about your findings and experiences by using the hashtag #BuildWithGemini. Whether your results were unexpectedly brilliant or whimsically unpredictable, your insights are valuable to the ongoing development and understanding of Gemini’s potential.</p><p>Begin Your AI Journey 🛤️: Navigate to the Gemini Experimental model via the <a href="https://console.cloud.google.com/vertex-ai/generative/multimodal/create/">Google Vertex AI</a></p><h3>What else is free on Google?</h3><p>BigQuery, Google Cloud’s serverless data warehouse, offers a powerful platform for data analysis. The best part? You can get started for free (like Google Gemini Experimental) without even having to provide a credit card. BigQuery’s Sandbox allows you to explore public datasets and run queries, making it perfect for learning and experimentation.</p><p>Ready to dive in? Here are some exciting public datasets and sample queries to get you started:</p><p><strong>1. Hacker News: (bigquery-public-data.hacker_news.full)</strong></p><pre>-- This query finds the number of posts made by each author.<br>SELECT author, COUNT(*) AS post_count FROM `bigquery-public-data.hacker_news.full` GROUP BY author;</pre><p><strong>2. NOAA Weather Data: (bigquery-public-data.noaa_gsod.gsod2023)</strong></p><pre>-- This query calculates the average temperature for each weather station.<br>SELECT station_number, AVG(mean_temp) AS avg_temp FROM `bigquery-public-data.noaa_gsod.gsod2023` GROUP BY station_number;</pre><p><strong>3. Chicago Crime Data: (bigquery-public-data.chicago.crimes_2001_to_present)</strong></p><pre>-- This query shows the count of crimes for each primary type.<br>SELECT primary_type, COUNT(*) AS crime_count FROM `bigquery-public-data.chicago.crimes_2001_to_present` GROUP BY primary_type;</pre><p><strong>4. Ethereum Blockchain: (crypto_ethereum)</strong></p><pre>-- This query finds the number of transactions in each block.<br>SELECT block_number, COUNT(*) AS transaction_count FROM `crypto_ethereum.blocks` GROUP BY block_number;</pre><p>Ready to start exploring? Follow my <a href="https://rifkiamil.medium.com/step-by-step-guide-of-bigquery-sandbox-4429d9655d8e">step-by-step guide</a> on setting up your free BigQuery Sandbox:</p><p>With just a few clicks, you’ll be ready to analyze these datasets and many more, unlocking valuable insights with BigQuery’s powerful analytics engine.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=ca3cb7e33c3e" width="1" height="1" alt=""><hr><p><a href="https://medium.com/google-cloud/shh-its-free-but-let-s-not-tell-google-exploring-gemini-s-multimodal-capabilities-on-vertex-ai-ca3cb7e33c3e">Shh, It’s Free: But Let’s Not Tell Google! Exploring Gemini’s Multimodal Capabilities on Vertex AI</a> was originally published in <a href="https://medium.com/google-cloud">Google Cloud - Community</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>
Author
Link
Published date
Image url
Feed url
Guid
Hidden blurb
--- !ruby/object:Feedjira::Parser::RSSEntry title: 'Shh, It’s Free: But Let’s Not Tell Google! Exploring Gemini’s Multimodal Capabilities on Vertex AI' published: 2024-04-03 04:47:38.000000000 Z categories: - llm - large-language-models - google-gemini - generative-ai - google-cloud-platform entry_id: !ruby/object:Feedjira::Parser::GloballyUniqueIdentifier is_perma_link: 'false' guid: https://medium.com/p/ca3cb7e33c3e carlessian_info: news_filer_version: 2 newspaper: Google Cloud - Medium macro_region: Blogs content: "<figure><img alt=\"\" src=\"https://cdn-images-1.medium.com/max/1024/1*QNpoBmHA_tukDSw-Wt70QQ.jpeg\" /></figure><p>Google might not trumpet the news, but there’s a quiet revolution unfolding on their platform. The Gemini Experimental model is our unheralded entry into the world of AI without the cost. This is where the multimodal capabilities of AI come to life, won’t cost you a dime. Consider this your backdoor pass into a free club, where the only membership requirement is your curiosity.</p><h3>Here’s the Whispered Truth:</h3><p>Google might play it cool, but they’ve hinted at the excitement themselves:</p><blockquote><em>“By using the Gemini Experimental model, you are contributing to the development of even better responses. Results may be genius or delightfully unpredictable, all at no cost.”</em></blockquote><p>\U0001F31F Try it out here: <a href=\"https://console.cloud.google.com/vertex-ai/generative/multimodal/create/\">Google Vertex AI</a></p><h3>How to Get Involved</h3><p>Navigating through Google Vertex AI to tap into the powers of the Gemini Experimental model is your first step into a broader world of AI possibilities. Here’s a straightforward guide to get you started:</p><h4>1. Select the Model:</h4><p>1.1. Navigate to the model selection area of the Google Vertex AI platform. 1.2. Look for and select the ‘Gemini Experimental’ option. Once selected, you’ll notice in the results section of the screen an “EXPERIMENTAL” label in blue, clearly indicating that you are using the Gemini Experimental mode. <br>1.3. To understand the current terms of use, hover your mouse over the information (i) icon. <br>1.4. At the time of writing, the terms stated: “<strong><em>By using the Gemini Experimental model, you are contributing to the development of even better responses. Results may be genius or delightfully unpredictable, all at no cost.</em></strong>”</p><figure><img alt=\"1.1 Navigate to the model selection area of the Google Vertex AI platform. 1.2 Look for the ‘Gemini Experimental’ option. You’ll recognize it by the “EXPERIMENTAL” label in blue, indicating that it’s a model currently in testing.\" src=\"https://cdn-images-1.medium.com/max/1024/0*eUmRK39n7jDY_V56\" /></figure><h4>2. Understand What You’re Getting Into:</h4><p>Before you dive in, take a moment to understand what ‘Experimental’ entails. As per the screenshot you provided, Google informs us that using the Gemini Experimental model allows you to contribute to the enhancement of the AI’s responses. The outcomes you receive may range from “genius” to “delightfully unpredictable.”</p><h4>3. Contribute to Development:</h4><p>By choosing the Gemini Experimental model, you’re not just accessing an AI tool; you’re part of a collaborative development effort. Your usage and feedback can help improve the model for future users.</p><h4>4. Set Your Expectations:</h4><p>As with any experimental model, prepare for a range of results. They may not always be what you expect, but that’s part of the excitement and the learning experience.</p><h4>5. Monitor the Fine Print:</h4><p>Stay informed about any updates to the terms and conditions related to the use of the experimental model. These can impact your usage and data.</p><h4>6. Rate Limitations</h4><p>As an experimental model, Gemini Experimental is not designed for production-level tasks. It may come with rate limitations</p><h4>7. No documentation</h4><p>As a Google Developer Expert, I’ve inquired about official documentation for the Gemini Experimental model within Google’s internal channels. It appears that, as of now, there is no formal documentation available. So, dive in, enjoy the novelty while it’s available, and remember — always read the label for the most current information.</p><h4>Community</h4><p>Let the community know about your findings and experiences by using the hashtag #BuildWithGemini. Whether your results were unexpectedly brilliant or whimsically unpredictable, your insights are valuable to the ongoing development and understanding of Gemini’s potential.</p><p>Begin Your AI Journey \U0001F6E4️: Navigate to the Gemini Experimental model via the <a href=\"https://console.cloud.google.com/vertex-ai/generative/multimodal/create/\">Google Vertex AI</a></p><h3>What else is free on Google?</h3><p>BigQuery, Google Cloud’s serverless data warehouse, offers a powerful platform for data analysis. The best part? You can get started for free (like Google Gemini Experimental) without even having to provide a credit card. BigQuery’s Sandbox allows you to explore public datasets and run queries, making it perfect for learning and experimentation.</p><p>Ready to dive in? Here are some exciting public datasets and sample queries to get you started:</p><p><strong>1. Hacker News: (bigquery-public-data.hacker_news.full)</strong></p><pre>-- This query finds the number of posts made by each author.<br>SELECT author, COUNT(*) AS post_count FROM `bigquery-public-data.hacker_news.full` GROUP BY author;</pre><p><strong>2. NOAA Weather Data: (bigquery-public-data.noaa_gsod.gsod2023)</strong></p><pre>-- This query calculates the average temperature for each weather station.<br>SELECT station_number, AVG(mean_temp) AS avg_temp FROM `bigquery-public-data.noaa_gsod.gsod2023` GROUP BY station_number;</pre><p><strong>3. Chicago Crime Data: (bigquery-public-data.chicago.crimes_2001_to_present)</strong></p><pre>-- This query shows the count of crimes for each primary type.<br>SELECT primary_type, COUNT(*) AS crime_count FROM `bigquery-public-data.chicago.crimes_2001_to_present` GROUP BY primary_type;</pre><p><strong>4. Ethereum Blockchain: (crypto_ethereum)</strong></p><pre>-- This query finds the number of transactions in each block.<br>SELECT block_number, COUNT(*) AS transaction_count FROM `crypto_ethereum.blocks` GROUP BY block_number;</pre><p>Ready to start exploring? Follow my <a href=\"https://rifkiamil.medium.com/step-by-step-guide-of-bigquery-sandbox-4429d9655d8e\">step-by-step guide</a> on setting up your free BigQuery Sandbox:</p><p>With just a few clicks, you’ll be ready to analyze these datasets and many more, unlocking valuable insights with BigQuery’s powerful analytics engine.</p><img src=\"https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=ca3cb7e33c3e\" width=\"1\" height=\"1\" alt=\"\"><hr><p><a href=\"https://medium.com/google-cloud/shh-its-free-but-let-s-not-tell-google-exploring-gemini-s-multimodal-capabilities-on-vertex-ai-ca3cb7e33c3e\">Shh, It’s Free: But Let’s Not Tell Google! Exploring Gemini’s Multimodal Capabilities on Vertex AI</a> was originally published in <a href=\"https://medium.com/google-cloud\">Google Cloud - Community</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>" rss_fields: - title - published - categories - entry_id - content - url - author url: https://medium.com/google-cloud/shh-its-free-but-let-s-not-tell-google-exploring-gemini-s-multimodal-capabilities-on-vertex-ai-ca3cb7e33c3e?source=rss----e52cf94d98af---4 author: Rif Kiamil
Language
Active
Ricc internal notes
Imported via /usr/local/google/home/ricc/git/gemini-news-crawler/webapp/db/seeds.d/import-feedjira.rb on 2024-04-03 13:09:05 +0200. Content is EMPTY here. Entried: title,published,categories,entry_id,content,url,author. TODO add Newspaper: filename = /usr/local/google/home/ricc/git/gemini-news-crawler/webapp/db/seeds.d/../../../crawler/out/feedjira/Blogs/Google Cloud - Medium/2024-04-03-Shh,_It’s_Free:_But_Let’s_Not_Tell_Google!_Exploring_Gemini’s_Mu-v2.yaml
Ricc source
Show this article
Back to articles