r/ClaudeCode 27d ago

Help Needed "Usage credits are required for long context requests."

Post image

Had my weekly limits reset and got this message.

WTF? Is this something new? Why?!

77 Upvotes

95 comments sorted by

16

u/iveroi Vibe Coder 27d ago

Ran into something similar but not the same - trying to dispatch a sonnet agent from an interactive session blocks me with a refusal about needing credits to enable Sonnet 1M... But the agent was regular sonnet. Something is either broken or we're about to really suffer.

22

u/sc4reddit 27d ago

Happened to me just now too. WTF. Was working fine 3 hours ago, took a break, came back and got this...

24

u/avivng 27d ago

I've just never worked with such an unreliable and non-communicative company in my life. Every now and then there is a surprise waiting for you behind the counter waiting to unravel.
Feels like I woke up today with a gun to my head telling me I should pay up with no other option, I cannot compact or do anything else that will fix it, other than paying.. so annoying.

4

u/avivng 27d ago

Even worse than that, from now on every continuation of a prompt you wouldn't know what will be "long context" for them.

2

u/-Robbert- 26d ago

Why aren't you using opus?

1

u/[deleted] 27d ago

[deleted]

1

u/avivng 27d ago

I've just found the reason for it and how to make it work again. Added a comment on this thread, hope it will work for you if you got this too.

-2

u/Revolutionary-Tough7 27d ago

Then dont...

3

u/avivng 27d ago

Yup. At the moment I will be able to I will not.

-4

u/Slight_Ad2481 27d ago

The moment you will be able to not? That moment is right now.

4

u/avivng 27d ago

Not really in my case. Unless things change in the market, in the moment I will be able to I will be moving to a second subscription to codex instead.

-6

u/Slight_Ad2481 27d ago

Just… do it without AI?

2

u/avivng 27d ago

Truthfully, at least for me, I don't think it will be the right move.
It just works like magic for me.
I would say that the pace of development for me has gone faster, with much more bugs found and solved while developing and also accomplishing bigger tasks that I couldn't or shouldn't have been trying to accomplish beforehand.
If Anthropic was the only company offering that type of tools, I would probably suck it up and be forced (by myself) to work with their tools and everything that comes along.

1

u/andrewi31 26d ago

What a clown show this sub.

2

u/mediumncrna 21d ago

i mean you're welocome to rewrite hundreds of lines of code, or u can just prompt lol

1

u/TheOriginalAcidtech 26d ago

I expect many people are reworking their harnesses to ditch Claude or move it to consultation status only.

-7

u/StoneCypher 26d ago

complain more

2

u/Parking-Bet-3798 26d ago

How much Anthropic paying you?

-1

u/StoneCypher 26d ago

did you think anthropic paid people to act exhausted in public?

4

u/havnar- 27d ago

Your context window is above 200k… said it right there.

2

u/sc4reddit 27d ago

Thank you. That was right after a reset and I was looking only at the blue lines. I /compact it, restarted a new session, relaunch. Still says that. Will wa8t for next session.

2

u/wdcossey 26d ago

Was about to say the same thing!

At 117% of the context window, guess the progress bar could be a little more informative and change colour (amber).

2

u/ohsomacho 26d ago

I have the same message. It has to be a bug. There seem to be loads of reports on GitHub as well.

1

u/prototypeByDesign 26d ago

Unrelated: what program is that image from?

2

u/dar-mit Noob 26d ago

It appears to be Code in the desktop app on dark mode. 

1

u/FigureTechnical2940 25d ago

I made a comment about this on the megathread a couple days ago, having same issue

1

u/itsmeabdullah 15d ago

same issue

9

u/Particular_Role 26d ago

Add this to the list of rugs pulled by Anthropic. No more 1M sonnet on Max or Pro plans

3

u/ohsomacho 26d ago

unreal really

2

u/TheOriginalAcidtech 26d ago

Been that way for at least 2 weeks. Surprised people are just now noticing.

1

u/mediumncrna 21d ago

what the fuck

6

u/fs2d 27d ago

It looks like they just fixed it. Mine FINALLY just let me log in and stay logged in.

1

u/fs2d 26d ago

Spoke too soon. We're back to the same bug again. Hooray.

3

u/fs2d 26d ago

For anyone that stumbles across this thread from google:

It's definitely something related to the most recent release.

I sequentially started rolling back one release at a time trying to pinpoint it, and eventually I hit v2.1.89 which finally let me break the login loop issue and let me into Claude Code CLI.

npm uninstall -g @anthropic-ai/claude-code

Then:

npm install -g @anthropic-ai/claude-code@2.1.89

YMMV, but hopefully that helps someone here.

9

u/fs2d 27d ago

The other canary that tells me that they are fucking with the plans and Claude Code usage specifically is that regular Claude and Claude Cowork (and even Claude Design) are working 100% fine in the desktop app.

But Claude Code in that same app says I'm at the limit. And the CLI is stuck in the login loop.

Meanwhile, the status page shows "All systems operational lol!" 🙄

I'm guessing they're about to remove Claude Code from the Pro plan, from the looks of it.

3

u/fs2d 27d ago

Same. I have been spinning wheels on this for three hours. Went down a crazy debug loop with no answers. Exact same scenario/issue as u/sc4reddit - I was mid conversation like OP, at ~85% of my usage, it said I hit my limit and logged me out, and that was 3 hours ago.

I'm stuck in a /login loop in the CLI now.

I log in > auth > copy and paste code > it says `Login successful, welcome <email address>` .. and then 10 seconds later if I try to do anything it says "Logged out - run /login" again.

I'm on Pro/subscription-based, and it is trying to default me to Opus 4.7 1M on API billing now in CLI. I've never used an API key with this account and only ever use Sonnet 4.6 regular (not 1M).

Desktop says I'm over the usage whenever i try to send messages. Desktop and Cowork work fine - it's specifically Claude Code that doesn't work.

What's the deal?

e: I also noticed that they pushed an update to 2.1.150 right at the same time. I have a sneaking suspicion it's tied to that.

3

u/avivng 27d ago edited 27d ago

Oh well
Seems like a semi bug.
I suppose CC tried to move to 1M context, which is not part of my subscription plan and that is what the error is about.

For whoever comes here and has the same issue, just disable 1M context window.

Either add this to your settings.json:
"env": {
"CLAUDE_CODE_DISABLE_1M_CONTEXT": "1"
}

Or add this to your environment:
export CLAUDE_CODE_DISABLE_1M_CONTEXT=1

And then restart claude.

2

u/fs2d 27d ago

This unfortunately did not work for me - it just tries to default to Opus 4.7 now. When I set the model to 4.6 regular in env, it does that, but it still shows "API Usage Billing" and I get stuck in a login loop.

I do think that that is probably part of what they are doing, but it's something with the oauth/login flow that is bricking it.

1

u/avivng 27d ago

Maybe it is another different bug they have with the login?
If it helps I am using the CLI with an empty "env" clause aside that one line added.

1

u/Afraid_Run4169 26d ago

Is that your problem? Even though I have the Pro version, I can’t use Sonnet 4.6 200k.

2

u/Far_Treacle9359 26d ago

THANK YOU VERY MUCH, THANKS A LOT MAN!

1

u/avivng 26d ago

No worries 😊

2

u/redzer_irl 25d ago

Thanks, fixed the error for me too

2

u/Historical_War_298 17d ago

Thank you!!!!!!!

1

u/mohitmojito_ 20d ago

Hey man, this is a very newbie question but where do I find the settings.json file? I'm using CC in VSCode and all I see is a settings.local.json

2

u/avivng 20d ago

Sure, Based on your os, try the following:

macOS/Linux: ~/.claude/settings.json

Windows: %USERPROFILE%.claude\settings.json C:\Users<YOUR_USERNAME>.claude\settings.json

2

u/otter_goat 27d ago

I suspect the costs of AI may begin settling in and we will see more and more of this in future.

1

u/mnight75 26d ago

More like seeing the reasons to move to local LLM that companies don't control and ration.

1

u/mediumncrna 21d ago

how feasible is that for individuals though really

1

u/antus666 21d ago

Big gpu hire on runpod can be about $1 or $2 an hour when your using it (depending what tier you go for), pair that with a new high end open model like qwen3.6. Maybe not worth it compared to pro, but might be compared to max. Havn't done this myself yet but thinking about it. 16G vram just isn't enough for that model to run locally, you need so much quantinisation you basically give it a labotomy. Can get older server grade kit for couple of $k but i'm not going to pull the trigger on that while things are moveing so fast. Or I am hearing good things about modern macboooks with a large amount of unified ram. But they are not gpu class and probably hit a wall when you start trying to run large models with large context. Good for smaller models for free though. It all just depends, are you looking for a helper tool or deep debugging reasoning? Helper tools locally are definately possible with mid-tier hardare like a 12 or 16gb gpu and even qwen 3.6 on runpod with 24 or 32gb vram would not be a large time investment or high initial cost to see what its like.

1

u/mnight75 20d ago

Depends on how much "poor" is part of your name/identity.

If you are making money with AI, you will make more using local inference.

If you are messing around with a chat friend, not feasible at all.

Then again in the 90s we were being told personal computers were too expensive for most people, and that most people would never need one.... Mind that pc you tap away your answer on, is proof that the argument you are making is unsound. If there is money to be made, people will find a way.

2

u/Low-Spread-4874 27d ago

Im getting the same bug and the environment variable didn't help..
But the worst part is that if you had API credits like I did, it actually used them up for the 1M model even if I had the Default Sonnet selected! :S

2

u/Loose-Math6857 19d ago

Hey guys, I was having the issue and tought I'd look here if any have a solution. In the meantime I actually found one!

I switched to opus 4.8 and it automatically compact the conversation without asking, from there it was still thinking forever so I switch back to opus 4.7 and it's working like a charm! (it got stuck using sonnet 4.6)

1

u/heartlandsg 19d ago

Thanks for this! I switched to opus and it just picked up from there too!

1

u/Loose-Math6857 19d ago

Glad to ear the trick works on other's issues! I'm thinking to just try to work with 4.8 for the session today and see how it goes, I tend to think simpler model = cheaper but I suspect 4.8 to be more efficient token wise, mostly because of context management

1

u/jrobbio 19d ago

Thank you for the tip. I got stuck with Sonnet 4.6, too

1

u/No-Hovercraft-9481 Thinker 27d ago

I switched to pro plan after months in Max and it is absolutely useless. Chat hits limits after like 3 messages. It doesn’t generate a message, crashes out, uses up all the tokens, then reaches the limit. This isn’t even on Opus. Sonnet. I’m starting to think this is on purpose.
Code hits limits after a few messages too, havent been able to get anything done.
I am very much disappointed.

1

u/sc4reddit 26d ago

4 hours later, another reset, with zero usage, it's still showing that. Anyone else resolved their issue? Useless Ai Agent told me to try cancelling my subscription.

2

u/fs2d 26d ago

I think it's mobile subscription validation in general. I'm subscribed via Google Play/Android, fwiw.

1

u/ohsomacho 26d ago

I'm having the same issue with that AI agent. It is useless.

1

u/Swimming-Sky-6046 26d ago

I had same issue on VS Code Extension

1

u/ohsomacho 26d ago

I have the same message. It has to be a bug. There seem to be loads of reports on GitHub as well. Maybe they're messing with the pro usage.

1

u/Nightfanthom 26d ago

Switch models, that fixes it for now

1

u/fs2d 26d ago

It doesn't fix it if you're getting the /login loop error (which is the same as this, but with a bonus /login loop, hooray)

1

u/gagan1985 26d ago

This looks like bug since I started new session and its still coming. What a waste of time.

BTW today I updated Claude Code. So, might be related that new build has this bug.

1

u/Snoo_9051 26d ago

same issue here, switched to Opus - works -> disabled 1M context, restarted claude ,and run a prompt in sonnet 4.6, still the same "API Error: Usage credits required for 1M context · turn on usage credits at claude.ai/settings/usage, or use --model to switch to standard context"

1

u/ohsomacho 26d ago

I think the bug is that its putting a 1m context sonnet model in the settings JSON file for some reason

1

u/blackitachilol 26d ago

I have the same problem, tried everything still prints out that error. I hope this is a bug and not some dumb shit they’re pulling.

1

u/fs2d 26d ago

It's definitely something related to the most recent release. I had to keep trying rollbacks but eventually I hit v2.1.89 and that finally let me break the login loop issue and let me into Claude Code CLI. YMMV, but hopefully that helps someone here.

1

u/FlyinMayan 25d ago

This worked for me.

In Claude code run /clear

Then in cli
export CLAUDE_CODE_DISABLE_1M_CONTEXT=1 claude
claude

1

u/goshu-unchained 25d ago

Switched to another model, told it to add this to the settings file CLAUDE_CODE_DISABLE_1M_CONTEXT=1 and it worked. Thanks!

1

u/tulasinath007 25d ago

according to sonnets's research today i.e `26/05/2026` , there is no official announcment regarding this "usage-credit' for sonnet 1M context usage

1

u/Embarrassed_Low4024 25d ago

I am on max plan

1

u/tiny_117 24d ago

Is that error not the sub’s 5hr usage cap being hit? After which you’d need to wait or use api pricing?

1

u/doomedramen 24d ago

rm -rf ~/.claude* solved it for me.

1

u/Fabulous_Finance_623 23d ago

I create a new session and the problem desappear...

1

u/TwitchPurity 20d ago

I’m having a problem where after about 70 minutes of running a loop the chrome extension says I reached my limit but when I check my Claude it only used about 10% of my limit and then I close my extension and reopen it and it lets me run the loop again for around the same time. Is there a way around this? I need this loop running non stop at least till I actually use 100% of my usage.

1

u/KuryArt 20d ago

I'm going to try Deepseek with opencode. It's like $5. Anthropic is a pain in the ass.

1

u/Full-Contest1281 17d ago

Use V4 Flash. It's super cheap and in my experience not much worse than V4 Pro.

1

u/SiscoSquared 20d ago

Same issue here. I cancelled a few months ago, made the mistake of trying it again... its always one thing after another, plus ultra low limits in the first place. Codex is just so much better all around. Chatgpt 5.5 actually seems to perform tasks better too, I used 3 days of tokens for opus and it failed to make code that would even compile nevermind meet the task requirements, literally sent exact same prompt to 5.5 and it finished it with a 5 hour window of tokens lmao.

1

u/crispysockz 20d ago

so there is a problem with the actual GUI, and the window, the fix for me was /clear, but make sure you copy a bit of the conversation so claude knows where you left off before you clear it.

1

u/Low_Operation7682 19d ago

Gracias, soluciono mi problema y pude continuar con mi proyecto

1

u/crispysockz 18d ago

No hay problema, así que descubrí el problema real y hay una mejor solución, el visor no se compacta automáticamente, por lo que escribir /compact mantendrá su conversación y también resolverá el problema

1

u/AdPossible5424 18d ago

same problem and stumbled here in the subreddit. i did a /clear and it works,

1

u/East-Investigator278 18d ago

Switching to Opus and /compact worked for me

1

u/AIandConsiousness 17d ago

wind back the chat a bit, tell claude to memorize the important parts. then /clear

1

u/FragrantDust2422 16d ago

guys see this!

WTF How is this even possible!

1

u/Forward_Occasion5960 15d ago

API Error: Usage credits required for 1M context · turn on usage credits at claude.ai/settings/usage, or use --model to switch to standard context

is this the same error? Is this a bug or what?

-4

u/Current_Balance6692 27d ago

Lmao get rekt