Skip to main content

Live catalog

The source of truth is the public catalog endpoint — no auth required:
Each entry includes the model id, tier, context length, live per-1M-token pricing (human-readable and micro-USD integers), whether it’s today’s free-tier model, and any active promo:
Prices are synced from upstream daily and can carry limited-time promo discounts, so always read live pricing from GET /models rather than hardcoding it. Docs tables below list the lineup, not prices.

Model lineup

Open-weight models

Served via DeepInfra. Tiers by retail output price: FLASH (under $0.60/M), STANDARD (under $3/M), PREMIUM ($3/M and above).

Frontier models

Proprietary frontier models served through HYRE’s compute partners — same endpoint, same key. All PREMIUM tier.

How pricing works

  • Retail = live upstream price × 1.20. No hidden margins, no per-seat fees — you pay a flat 20% markup over the provider rate for routing, billing, and support.
  • Billing is per token (input and output priced separately), computed from the usage the upstream reports. Streaming responses bill from the final usage frame.
  • Metered keys reserve against your balance before the call and settle to actual usage after — you’re never charged more than the tokens you consumed.
  • Promos (limited-time discounts, holder free tiers) apply automatically and are visible in GET /models while active — no code changes needed on your side.

Free daily model

One FLASH/STANDARD model is hand-picked as free each UTC day (free_eligible: true in /models), with a per-user quota for eligible $HYRE holders. Treat it as a bonus, not capacity to build against.