mofcloud

LLM Monthly Bill Calculator

Enter your call volume and instantly rank 172 Chinese & global models by monthly cost, cheapest first. Not sure how many tokens per call? Estimate it with the Token Cost Calculator first.

Apply a typical usage presetfills token volume only — not a model recommendation
Cache hit rate60% repeated prefix at cache price · only models that publish one

Monthly bill ranking (cheapest monthly first)

# Input / Output / 1M VS cheapest
Guide

How is the monthly bill calculated?

A monthly bill is two multiplications. Per-call = input tokens × input price + output tokens × output price (priced per million tokens); then × calls per day × 30 days for the monthly bill. This tool does it for every model and lines them up, cheapest first.

Why split input and output? Almost every vendor prices output higher than input, often 2–4×. So the same token count costs very differently for “long input, short output” (summarizing) versus “short input, long output” (writing). Cache hit rate covers repeated prefixes — a fixed system prompt or knowledge base — where the cached share bills at a cheaper cache price.

A worked example

A support bot: ~800 input and ~200 output tokens per call, 30,000 calls a day. Say a model charges $1 input / $4 output per million tokens —
per call = (800×1 + 200×4) ÷ 1M = $0.0016; a month ≈ 0.0016 × 30k × 30 = $1,440.
Switch to a model with cheaper output and that monthly bill often halves — exactly what the ranking above is for.

Chinese models (Doubao / Qwen / ERNIE / Kimi, etc.) use each vendor’s official CNY price; global models convert at the live rate, toggled ¥ / $. For each model’s context window and capabilities, see the LLM price comparison.

FAQ

How is the monthly cost calculated?

Per-call cost (input tokens × input price + output tokens × output price) × calls per day × 30 days. The cache-hit share of input bills at the cheaper cache price.

Why 30 days instead of the actual month length?

A fixed 30-day basis is the common budgeting convention and keeps months comparable. Scale the result by the real day count if you need month-exact figures.

What is the cache hit rate?

Many models offer a discounted cache price for repeated input prefixes (a fixed system prompt, knowledge-base context). A higher hit rate saves more — but only for models that publish a cache price.

Are Chinese models priced in CNY or USD?

Chinese models (Doubao / ERNIE / Hunyuan / Spark / Qwen, etc.) use official CNY prices; global models use USD. Toggle ¥ / $ to convert at the latest rate.

How is this different from the Token Cost Calculator?

The token calculator focuses on estimating tokens from text and per-call cost; this one ranks the monthly bill by call volume. Same dataset, cross-linked.