TierUp.AI
Documentation

Tiers & Pricing

Choose performance, not models. TierUp abstracts model selection into 4 simple tiers. Pick the tier that matches your task — we handle routing to the best underlying model automatically.

We optimize model selection per tier — you always get the best performance-per-dollar. All tiers priced ~50% below retail.

Pricing

TierLabelQuality LevelInput / 1MOutput / 1Mvs ModelRetailSavings
1SpeedFast, simple tasks (Haiku or similar)FreeFreeHaiku 4.5$1.00 / $5.00100%
2BalanceBest all-rounder for chat & code (Sonnet or similar)$1.50$7.50Sonnet 4.6$3.00 / $15.0050%
3IntelligenceHighest general intelligence (Opus or similar)$2.50$12.50Opus 4.6$5.00 / $25.0050%
4ReasoningDeep chain-of-thought reasoning (o3 or similar)$1.00$4.00OpenAI o3$2.00 / $8.0050%

Prices are per 1 million tokens.

How Tiers Work

Tiers represent different types of intelligence, not ascending quality levels. You pass "tier": 2 in your request. We route to the best available model for that tier — you never see which underlying model ran. The response always shows a stable TierUp model name such as "model": "tierup-balance".

As frontier models improve, we update our routing automatically. Your code stays the same; your results only get better.

Choosing a Tier

TierBest for
1 — SpeedClassification, extraction, formatting, quick Q&A, simple tasks
2 — BalanceProduction chatbots, content generation, coding, analysis (best all-rounder)
3 — IntelligenceComplex coding, nuanced analysis, research-grade work, long-form writing
4 — ReasoningMath problems, logic puzzles, scientific reasoning, multi-step proofs

Cost Calculation

Each request is billed based on the number of input and output tokens consumed:

cost = (input_tokens / 1,000,000) × input_price
      + (output_tokens / 1,000,000) × output_price

The result is rounded to the nearest cent. You can view a per-request breakdown in the Usage dashboard.

Featured on Fazier