I will happily let google buy me for that price.
Google Gemini Pro API Available Through AI Studio
81–90 of 118 posts
Re: Google Gemini Pro API Available Through AI Studio
#82I can only access https://makersuite.google.com/ when using a VPN to the US. Also, it spams popups that get blocked by Firefox. Some basic prompts, which are answered correctly most of the time by ChatGPT4: There are 31 books in my house. I read 2 books over the weekend. How many books are still in my house? > 29 books Julia has three brothers, each of them has two sisters. How many sisters does Julia have? > Three I…
Re: Google Gemini Pro API Available Through AI Studio
#83why on earth did they design the Node.js and Web APIs to be slightly different and incompatible? (edit: this might just be a bug/oversight on the landing page?) Node.js: const model = genAI.getGenerativeModel({ model: "gemini-pro-vision"}); const result = model.generateContent({ contents: [{parts: [ {text: "What’s in this photo?"}, {inlineData: {data: imgBase64, mimeType: 'image/png'}} ] }] }) Web: const model = genA…
Re: Google Gemini Pro API Available Through AI Studio
#84[1] https://makersuite.google.com/app/prompts/blog-post-creator
Re: Google Gemini Pro API Available Through AI Studio
#85Free quota looks reasonable with 60 queries per minute. On the other hand data from free quota requests will be used to improve the product. https://ai.google.dev/pricing
Re: Google Gemini Pro API Available Through AI Studio
#86Cross posting some links from another post that HNers found helpful - https://cloud.google.com/vertex-ai (marketing page) - https://cloud.google.com/vertex-ai/docs (docs entry point) - https://console.cloud.google.com/vertex-ai (cloud console) - https://console.cloud.google.com/vertex-ai/model-garden (all the models) - https://console.cloud.google.com/vertex-ai/generative (studio / playground) VertexAI is the umbrell…
Just link your other comment rather than repaste. One reason is it makes merging related threads harder. https://hn.algolia.com/?dateRange=all&page=0&prefix=false&qu...
Re: Google Gemini Pro API Available Through AI Studio
#87I know it's just an anecdote, but my biggest problem with Google's Bard/Gemini is that the moment I tried to ask a question about something - I started getting ads all over the internet and social media related to that. Doing this with ChatGPT 4.0 for months and months did not cause this type of behavior.
Re: Google Gemini Pro API Available Through AI Studio
#88Gemini Pro is... not great. In one test, I asked what gesture I was making (while showing a thumbs up) -- it said thumbs down and "The image is a commentary on the changing nature of truth".
I just just made a heads-to-heads comparison -- you can watch it here: https://www.youtube.com/watch?v=1RrkRA7wuoE
Code is here: https://github.com/gregsadetsky/sagittarius
Re: Google Gemini Pro API Available Through AI Studio
#89I like that they have a "blog post creator"[1] in their examples. There's no hope for the future of the web when the self-proclaimed stewards of its quality encourage AI spam. [1] https://makersuite.google.com/app/prompts/blog-post-creator
Re: Google Gemini Pro API Available Through AI Studio
#90I can only access https://makersuite.google.com/ when using a VPN to the US. Also, it spams popups that get blocked by Firefox. Some basic prompts, which are answered correctly most of the time by ChatGPT4: There are 31 books in my house. I read 2 books over the weekend. How many books are still in my house? > 29 books Julia has three brothers, each of them has two sisters. How many sisters does Julia have? > Three I…
Since the Maker Suite doesn't have the same prompting as something like Bard or ChatGPT, I gave Gemini Pro a bit more context: > Consider the following user chat. Reason out loud as needed to provide a reasonable response. User message: "Julia has three brothers, each of them has two sisters. How many sisters does Julia have?" Gemini Pro: > Julia's brothers have nothing to do with how many sisters she has. Julia's si…