Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hey,
That 50K/day cap isn’t a bug or a billing glitch — it’s the entry-tier guardrail on Serverless Inference. A quick rundown of how the system works, since it explains all three of your questions:
Serverless Inference is prepaid and tier-based. Your tier is driven by your prepaid balance / spend history, and each tier sets your rate limits (requests-per-minute, tokens-per-minute, and the daily token cap you’re hitting). New/low-balance accounts land in the lowest tier, which is where that very tight 50K/day limit comes from — it’s an abuse/safety guardrail for fresh accounts, not something specific to Kimi K3/K2.6.
1. Why the 50K cap? It’s the lowest-tier daily safeguard, tied to your account being new / low prepaid balance — not the model itself. Worth knowing: Tier 1 and Tier 2 are also the most restricted on model access (they don’t get the Anthropic/OpenAI models), so moving up tiers matters for more than just token volume.
2. How to lift it? Two levers:
3. Minimum prepayment for ~500K/day? Here’s the honest part: DigitalOcean doesn’t publish the exact prepayment-amount → daily-cap mapping, and the specific daily numbers per tier aren’t in the public docs. So there’s no reliable figure I can quote you — that threshold is account-specific.
On why your small prepayment didn’t change anything: tier upgrades don’t always apply instantly after adding a bit of balance, and a hard daily cap in particular usually needs an explicit bump. Since it’s blocking you entirely, the fastest fix is:
x-ratelimit-limit-tokens-per-day: 50000, and state the daily quota you need. They can see your tier and tell you exactly what balance/steps unlock the quota you’re after.That support ticket is really the only way to get the precise prepayment number and to get the cap raised quickly, since it’s all account-specific.
Worth adding some specifics though, since DigitalOcean’s Inference Limits documentation does publish a concrete tier table for requests-per-minute and tokens-per-minute:
Tier 1 and Tier 2 both sit at 120 requests per minute and 500K to 750K tokens per minute. Tier 3 and Tier 4 move up to 600 requests per minute and 800K to 2M tokens per minute. Tier 5 goes up to 4,500 requests per minute and 3.5M to 70M tokens per minute. The docs also state directly that moving from Tier 1 to Tier 2 requires completing a prepayment in the Control Panel, which also unlocks access to additional models, Tier 1 and Tier 2 both lack access to Anthropic models and most OpenAI models.
The x-ratelimit-limit-tokens-per-day header you are hitting is not part of that documented tier table at all, so I cannot confirm from the docs whether completing the Tier 2 prepayment actually raises your daily cap the same way it raises the per-minute limits, or whether the daily cap is a separate guardrail entirely. That is specifically what is worth asking support to confirm rather than just requesting a generic limit increase, since you want to know whether the daily token cap moves with tier, not just the per-minute numbers.
Regards