You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating small project work fine but when trying to generate a large project using Sonnet/Anthropic API, the system will fail and show the following error:
DEBUG api.chat usage {"promptTokens":120424,"completionTokens":32000,"totalTokens":152424}
INFO api.chat Reached max token limit (8000): Continuing message (2 switches left)
INFO LLMManager Found 6 cached models for Anthropic
INFO stream-text Sending llm call to Anthropic with model claude-3-7-sonnet-20250219
ERROR api.chat AI_RetryError: Failed after 3 attempts. Last error: This request would exceed the rate limit for your organization (xxx) of 16,000 output tokens per minute. For details, refer to: https://docs.anthropic.com/en/api/rate-limits. You can see the response headers for current usage. Please reduce the prompt length or the maximum tokens requested, or try again later. You may also contact sales at https://www.anthropic.com/contact-sales to discuss your options for a rate limit increase.
We are using:
📍 Current Version Tag: v"0.0.7"
📍 Current Commit Version: "4404f4a"
with Context Optimization enabled.
We believe that some sort of rate throttling functionality needs to be implemented to support large projects.
Link to the Bolt URL that caused the error
None
Steps to reproduce
Try to create any sophisticated projects with client and server support.
Expected behavior
Giving the rate limit restrictions, we expect the code generator to implement a throttling mechanism to avoid encountering such errors.
Screen Recording / Screenshot
No response
Platform
OS: macOS
Browser: Chrome and Safari
Version: v"0.0.7"
Provider Used
No response
Model Used
Sonnet 3.7
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Generating small project work fine but when trying to generate a large project using Sonnet/Anthropic API, the system will fail and show the following error:
We are using:
📍 Current Version Tag: v"0.0.7"
📍 Current Commit Version: "4404f4a"
with Context Optimization enabled.
We believe that some sort of rate throttling functionality needs to be implemented to support large projects.
Link to the Bolt URL that caused the error
None
Steps to reproduce
Try to create any sophisticated projects with client and server support.
Expected behavior
Giving the rate limit restrictions, we expect the code generator to implement a throttling mechanism to avoid encountering such errors.
Screen Recording / Screenshot
No response
Platform
Provider Used
No response
Model Used
Sonnet 3.7
Additional context
No response
The text was updated successfully, but these errors were encountered: