Usage & cloud pricing

Device capability & fallback

monthly savings vs pure-cloud, hybrid on-device approach
savings %
pure-cloud baseline / mo
hybrid total / mo

Cost breakdown

Line itemInferences / moCost / mo
Pure-cloud baseline (100% cloud, no on-device)
— cloud-only users (not on-device-capable)
— cloud fallback from on-device-capable users
= Hybrid cloud bill
+ Amortized on-device setup cost
= Hybrid total monthly cost
Break-even on the one-time setup cost

How this connects to other tools

Two calculators already on this site price a related but structurally different decision. The Self-Host vs API Cost Calculator and the Self-Hosted LLM vs API Calculator both model server-side self-hosting — renting your own GPU or cloud instance and running inference there yourself, compared against paying a provider per token or per call. The cost shape in both is still a server somewhere with a real hosting bill, just one you control instead of a vendor's. This calculator instead models client-side on-device inference running directly on the end user's phone hardware — no server to rent, effectively zero marginal cost per inference once the model ships, and a completely different bottleneck: not GPU-hours, but what fraction of your users own capable-enough devices and how often even those devices still need to fall back to the cloud. If you are deciding between renting a GPU box and paying a cloud API, use the self-hosted calculators; if you are deciding whether to ship a quantized model inside your mobile app itself, this is the one that matches that cost shape.

Reading the numbers

At the defaults — 100,000 monthly active users, 50 inferences per user per day, $0.001 per cloud inference, a $40,000 one-time on-device build, 60% of users on capable devices, a 5% cloud-fallback rate on those capable users, amortized over 12 months — the pure-cloud baseline runs $150,000/month. Going hybrid brings the residual cloud bill down to $64,500/month (60,000,000 inferences from cloud-only users plus 4,500,000 fallback inferences from capable users), adds roughly $3,333/month in amortized setup cost, and lands on a hybrid total near $67,833/month — a savings of about $82,167/month, or roughly 55% off the pure-cloud baseline. The $40,000 setup cost itself breaks even in under half a month at this volume, because the monthly cloud spend it deflects (about $85,500/month) dwarfs the one-time build cost almost immediately. That math changes fast at lower scale: run the same inputs at 5,000 users instead of 100,000 and the break-even stretches to roughly 20x longer — about 9.4 months instead of under half a month — because there simply are not enough deflected inferences per month to recoup the build cost quickly. Plug in your app's real MAU, not an aspirational one, before committing engineering budget to an on-device build.

Host your project:DigitalOcean — $200 free ↗Hostinger VPS
Self-Host vs API Cost CalculatorSelf-Hosted LLM vs API CalculatorGPU Inference Cost CalculatorAI App Cost Estimator