Live data from Hacker News

Gemini CLI

blog.google

611–620 of 820 posts

Re: Gemini CLI

#611
post #594

I literally wrote "hello" and got this: > hello [API Error: {"error":{"message":"{\n \"error\": {\n \"code\": 429,\n \"message\": \"Resource has been exhausted (e.g. check quota).\",\n \"status\": \"RESOURCE_EXHAUSTED\"\n }\n}\n","code":429,"status":"Too Many Requests"}}] Please wait and try again later. To increase your limits, request a quota increase through AI Studio, or switch to another /auth method ⠼ Polishing…

Got the exact same thing here, using Gemini with an API key.

That's an interesting comment - I realized I have a gemini api key in my env.

`GEMINI_API_KEY="" gemini` + login using my Google account solves the problem.

Re: Gemini CLI

#612

Earlier quoted context omitted.

You guys should try my AGI test. It's easy, you just ask the best Google Model to create a script that outputs the number of API calls made to the Gemini API in a GCP account. 100% fail rate so far.

To be fair, no human can do this either.

ASI test then

Re: Gemini CLI

#614

Earlier quoted context omitted.

since its bundled with Google One storage, which most people (into Google's ecosystem) buy anyway, the price is actually less than 20

I would've thought "most" people would be firmly on the free tier, are there any stats to check how common it is? Personally I've had Gmail for 20 years, Android phones for 13 years, Home/chromecast devices but never thought about paying for Google One or any other services.

If you're storing photos in Google Photos, the free quota gets used up quickly

Re: Gemini CLI

#615
post #364

Earlier quoted context omitted.

The root problem here lies with Apple. It's so frustrating how they take a 30% cut for the privilege of being unable to actually have a relationship with your customers. Want to do a partial refund (or a refund at all)? Want to give one month free to an existing subscriber? Tough luck. Your users are Apple's customers, not yours.

I love Apple subscriptions. No way for you to scam me or make it hard ro cancel. I can view them all in the apple account subscription view. No tricks, no unexpected behaviour.

Same with Stripe, minus the 30% fee. Even better, if you accidentally let the renewal happen they will instantly refund in one-click.

Re: Gemini CLI

#616

Earlier quoted context omitted.

> The Gemini Pro subscription is included with Google One It's not in Basic, Standard or Premium. It's in a new tier called "Google AI Pro" which I think is worth inclusion in your catalogue of product confusion. Oh wait, there's even more tiers that for some reason can't be paid for annually. Weird... why not? "Google AI Ultra" and some others just called Premium again but now include AI. 9 tiers, 5 called Premium,…

It is bold to assume these products will even exist in a year

This is also tied to the internal promotion system within Google; you get promoted and rewarded for launching new products. Way less for maintenance.

Re: Gemini CLI

#617

I literally wrote "hello" and got this: > hello [API Error: {"error":{"message":"{\n \"error\": {\n \"code\": 429,\n \"message\": \"Resource has been exhausted (e.g. check quota).\",\n \"status\": \"RESOURCE_EXHAUSTED\"\n }\n}\n","code":429,"status":"Too Many Requests"}}] Please wait and try again later. To increase your limits, request a quota increase through AI Studio, or switch to another /auth method ⠼ Polishing…

Same thing. Couldn't get it to work with an API key (which worked just fine in Aider before). Couldn't get it to work with a Gemini Code Assist Standard license. The management UI and documentation are a torture maze. Can't stop thinking about all the better ways I could have used two our hours of my life.

Re: Gemini CLI

#619

Earlier quoted context omitted.

So why don't Claude and Open AI models do this?

O3 does, no? 2.5 Pro is a thinking model. Try flash if you want faster responses

No. We're not talking a few useful comments, but verbosity where typically the number of comments exceeds the actual code written. It must think we're all stupid or it's documenting a tutorial. Telling it not to has no effect.

Re: Gemini CLI

#620

Earlier quoted context omitted.

One more suggestion: Please remove the need to make a project before we can use Gemini API. That seriously impedes our motivation in using Gemini for one-off scripts and proof-of-concept products where creating a project is overkill. Ideally what I want is this: I google "gemini api" and that leads me to a page where I can login using my Google account and see the API settings. I create one and start using it right a…

AFAIK you can very easily get an API key from AI studio without creating any cloud project

Creating an API key from AI Studio automatically creates a Google Cloud project in the background for you. You can see it when you're logged into the console or via `gcloud projects list`

It's similar to how a bunch of projects get created whenever you use Apps Scripts.

Post reply on HN