Anthropic Rate Limit

I am receiving the 429 error when using the Anthropic module.

[429] This request would exceed your organization's (3ff73945-********1c4d) maximum usage increase rate for input tokens per minute. Please scale up your input tokens usage more gradually to stay within the acceleration limit. For details, refer to: https://docs.anthropic.com/en/api/rate-limits

I have checked the webiste listed, and i cant see (or cant understand) how this is happening.

i have api credits with anthropic to spare, and i have been using the same scenario for 12+ months now and its just failed today.

I have set in my anthropic module the max credits of 2000 (but any number i choose still doesnt help resolve it) as its always been.

What can i do to resolve this?

thanks in advance

Hi @David_Reid

This error refers to input tokens. You are probably mapping some other module’s result to your prompt. If that text is too long, this error happens. The error message usually contains the maximum number of tokens allowed (eg 20k, 30k). Check the output from the previous module and you’ll find the answer.

I can’t see your Claude module configuration, but I believe that the 2000 tokens limit you are setting is the output token limit. It tells Claude to stop processing after generating that amount of tokens.

@damato

Thanks for the super quick response - appreciate it greatly.

This is mapping to another module, but i cant see anywhere where it has the token number. The previous steps is processing / downloading files, and this is the first Claude module and it bombs out on it.

You are correct by assuming the token limit in the config, but i dont know how to find how many tokens i need to provide to get around this :frowning:

thanks heaps for the help thus far.