3 comments

  • TheP1000 an hour ago

    Our codex on AWS Bedrock read / write cache ratio was less than 5%. Cache writes are very expensive and they were never being used. This results in codex on Bedrock causing ~10x what it should due to no caching and massive writes.

    The workaround in issue resolved for me: web_search = "disabled"

      otterley 16 minutes ago

      If you’ve got a workaround, I’d suggest updating the issue description to have it up top there so similarly impacted users can spot it quickly and benefit.

  • edoceo 19 minutes ago

    Loaded question: would an openrouter or similar solution caught this before the $BigProblem showed up?