Tracking and Routing LLM Prices to Cut Costs
Forsaken-Bobcat4065 · reddit · 2026-07-13
The author shares a script that checks LLM prices every 3 hours to catch unannounced hikes or drops early, preventing end-of-month bill shocks.
Key takeaways from the post:
- After a price drop for GLM-5.2, it costs about $1.20 / M tokens for input and $4.10 / M tokens for output, which the author estimates to be roughly 1/6 the cost of GPT-5.5.
- It offers great cost-efficiency for batch code, document, and unit test generation. However, full deep reasoning is somewhat slow, making it better suited for real-time chat with reasoningeffort turned down.
- By routing complex architecture reviews to Claude and standard batch tasks to cheaper models, the author cut monthly token spend by about 30%.
- The post also includes a routing example based on OpenAI-compatible APIs and a price-tracking method using scheduled JSON fetches via the /models endpoint and diffing the results.
More from Venture
- Skyfall AI plans to buy a SaaS business for $1 million and run it with AI — ChrisGPT · 2026-07-22
- Netflix buys AI startup InterPositive for $587 million in cash — aloncarmel · 2026-07-22
- OpenAI Codex & ChatGPT Work Agents Hit 10 Million Users — Polymarket · 2026-07-22
- Moonshot AI reportedly targets a $50B round ahead of Hong Kong listing — ctjlewis · 2026-07-22
- Beth Kindig says her Q3 AI stocks report flags 5 winners up more than 100% YTD — Beth_Kindig · 2026-07-22
- AI’s economic forecasts are split by nearly a quadrillion dollars by 2035 — bittingthembits · 2026-07-22