nowfound

Alternatives

Products that do what LLMCap does

Hard dollar caps on LLM API calls. When you hit ...,it stops

  1. 1
    Tokenwise143

    A smart LLM proxy that shows where you're overpaying

    Jun 2026 · tokenwisehq.com

  2. 2

    An independent receipt for every LLM API call

    23d ago · github.com

  3. 3

    Hard budget caps for LLM APIs — one base_url change

    Jul 2026 · proxai.eu

  4. 4PP

    The LLM providers are constantly adding new models and updating their API prices. Anyone building AI applications knows that these prices are very important to their bottom line. The only place I am aware of is going to these provider's individual website pages to check the price per token. To solve this inconvenience I spent a few hours making pricepertoken.com which has the latest model's up-to-date prices all in one place. Thinking about adding image models too especially since you have multiple options (fal, replicate) to use the same model and the prices are not always the same.

    2025 · pricepertoken.com

  5. 5

    Access 1 billion tokens per month for free

    Apr 2026 · github.com

  6. 6

    Calculate and compare the cost of the latest LLM APIs

    2024

  7. 7

    See your LLM token bill before you hit send.

    2025

  8. 8AM

    I built this out of curiosity about what Claude Code was actually sending to the API. Turns out, watching your tokens tick up in real-time is oddly satisfying. Sherlock sits between your LLM tools and the API, showing you every request with a live dashboard, and auto-saved copies of every prompt as markdown and json.

    Jan 2026 · github.com

  9. 9
    AiPrice96

    API for calculating OpenAI LLM tokens and pricing

    2023

  10. 10AU

    Hi HN, I was once given the advice: Don't waste expensive frontier model credits (GPT/Claude/etc.) on bulk work. Send the boring, repetitive, high-volume jobs to a smaller model, and save the expensive prompts for when you actually need frontier-level reasoning. I complained and told my manager that I shouldnt have to think about using certain models for certain coding tasks, and that one model should handle everything. Well, here we are anyway. If anyone needs a place to absolutely abuse an LLM with high-volume tasks, come beat ours up at https://yolo-auto.com. Here are…

    Jul 2026 · yolo-auto.com

  11. 11

    LLM Provider arbitrage to get the best performance for the $

    2025

  12. 12
    ReliAPI87

    Stop losing money on failed OpenAI and Anthropic API calls.

    Dec 2025

  13. 13AT

    I recently built a small open-source tool to benchmark different LLM API endpoints — including OpenAI, Claude, and self-hosted models (like llama.cpp). It runs a configurable number of test requests and reports two key metrics: • First-token latency (ms): How long it takes for the first token to appear • Output speed (tokens/sec): Overall output fluency Demo: https://llmapitest.com/ Code: https://github.com/qjr87/llm-api-test The goal is to provide a simple, visual, and reproducible way to evaluate performance across different LLM providers, including…

    2025 · llmapitest.com

  14. 14

    Stop runaway LLM API spend before it happens

    Jun 2026 · github.com

  15. 15FF

    I started leaning in on AI heavily this year, as I wanted to get more done autonomously, but then my token usage climbed dramatically to the point where my weekly quota would run out before the end of the week, sometimes a couple of days into the week. I realised I had to do something about it else I'd have to double my spend. So I decided to start tracking my cost per task type. This revealed that a lot of my spend went to searches/scans or simple things like scouting tasks. I then decided to turn this into a simple CLI tool that can be used to read your OpenAI-style logs locally, and…

    Jul 2026 · github.com

  16. 16

    One balance. Every model. Chat, image, video & audio.

    Jun 2026 · lounge.llmgateway.io

  17. 17

    Estimate prompt cost before you call the LLM API

    May 2026 · singhajit.com

  18. 18

    Know which commit blew up your LLM bill

    May 2026 · github.com

  19. 19TT

    I built this after hitting the same wall repeatedly — no good way to enforce token budgets in application code. Provider caps are account-level and tell you what happened, not what is happening. Two ways to add it: # Direct client wrapper client = tokencap.wrap(anthropic.Anthropic(), limit=50_000) # LangChain, CrewAI, AutoGen, etc. tokencap.patch(limit=50_000) Four actions at configurable thresholds: WARN, DEGRADE (transparent model swap), BLOCK, and WEBHOOK. SQLite out of the box, Redis for multi-agent setups. One design decision worth mentioning: tokencap tracks tokens, not dollars. Token…

    Apr 2026 · github.com

  20. 20

    Cut your LLM Token Costs by 65%

    Jul 2026 · supercompress.dev

  21. 21

    Stop paying for the same LLM call twice.

    Mar 2026 · pearlite-html.vercel.app

  22. 22
    Bursora26

    Cap your AI spend before the bill lands

    Jul 2026 · bursora.com

  23. 23AD
  24. 24

    Stop LLM API bills before they happen — not after

    May 2026 · baar.robatdasorvi.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →