#811 closed defect

Open AIで払い出したばかりのAPI KeyだとTPMでエラーになりやすい — at Initial Version

Reported by: yasunaka Owned by:
Priority: trivial Milestone:
Component: crossnote Version:
Keywords: Cc:

Description

HTTP Status: Code:429, REASON:Too Many Requests
Error while processing agent: HTTP Status: Code:429, REASON:Too Many Requests

{
  "error": {
    "message": "Rate limit reached for gpt-5.4 (for limit gpt-5.4-long-context) in organization org-Q6djDK3WsWgBt786orcYBtn9 on tokens per min (TPM): Limit 400000, Used 297622, Requested 368496. Please try again in 39.917s. Visit https://platform.openai.com/account/rate-limits to learn more.",
    "type": "tokens",
    "param": null,
    "code": "rate_limit_exceeded"
  }
}

Change History (0)

Note: See TracTickets for help on using tickets.