The Practitioner's LLM Curriculum ← Week 10 · Multimodal Cost Explorer
Interactive · Week 10 · Section 2

One image is roughly 1,000 tokens.

Set the multimodal workload — model, image count, resolution, traffic. The calculator shows how image tokens dominate the cost equation, and how the same workload's bill can vary 50× across vision-capable models. The visceral lesson: adding 5 high-res images to each request typically multiplies your bill by 5-10×. Most teams don't do this math before shipping vision features and discover the cost only when the bill arrives.

Workload

Vision-capable model
Requests per second 5.0
Resolution tier scales token cost per image roughly 18× from low to high

Per-request shape

Images per request 3
3 images × 768 tokens = 2,304 image tokens
Text input tokens 500
prompt + system prompt + retrieved text
Output tokens 300
model's text response
Per request
Per year
at current RPS
Text-only equivalent
/year · 0 images
Image bill multiplier
vs text-only baseline

Annual cost · text-only vs multimodal

Text only / year
With images / year

Cost breakdown · per request

image tokens
text input
output

Same workload, all vision-capable models

cheapest highlighted · current model has accent border

What's happening here