AI monthly usage limit

update: this was not actually an error from cloudflare. my assessment of the issue was incorrect, so the following is not accurate. i’ve been using @cf/black-forest-labs/flux-1-schnell via the workers AI binding for text-to-image, which recently stopped working for me, giving me this response:
Monthly usage limit for image reached for your plan. Please upgrade.
Monthly usage limit for image reached for your plan. Please upgrade.
i couldn’t find any mention of monthly limits in the Limits doc or the Pricing doc. what’s the best way to increase my monthly usage limit for flux schnell? note: i’m currently on the Workers Paid plan
4 Replies
acusti
acustiOP3w ago
i’m still struggling with this all the time. i submitted the “Custom Requirements Form” but haven’t seen any emails. it seems like i get a few more generations every day, but they get used up super quickly (maybe 3–5?) and then image generation becomes totally broken again. i’m currently scrambling to set up a different image generation provider. i’d much rather just be able to keep using flux schnell model on cloudflare, but it’s been 8 days that users of my app can’t generate AI images, so it seems like i can’t keep waiting.
Google Docs
Workers AI - Custom requirements
If you have any custom requirements that you would like to discuss with our AI team, please fill out the form below and we will get back to you.
yureckey
yureckey2w ago
hmm. I had a plan to use this model in my micro SaaS and your report make me questioning this choice. Can you share what was the number of requests you had?
acusti
acustiOP2w ago
@yureckey this was actually a PEBKAC. i implemented a usage tracking/limiting feature in advance of the public launch of my app but never got around to handling the error i threw once reaching the limits, and i did the check right before triggering env.AI.run(…), so it looked like the error was coming from cloudflare, but it was actually my own code the whole time 🤦‍♂️
yureckey
yureckey2w ago
Ah, glad to hear that it's not related to schnell usage!

Did you find this page helpful?