I Priced 774 Hebrew AI Phone Calls. Transcription Was 6% of the Bill.

A small brass balance scale weighing a navy ceramic telephone handset against three plain brass discs, on warm ivory paper

Twenty days of production calls for ten Israeli businesses, broken down to the agora. Also: why the per-minute pricing model everyone quotes is the wrong shape for how Israelis actually use the phone.

For most of this year, the cost model in my voice codebase carried a comment I had written myself. About one line item it said: "~1.5% of a call — add it only if a bill ever shows it mattering."

The August invoice showed it mattering at 16%.

Worse, a second line item that was not in the model at all turned out to be 59% of the bill. Between them, three quarters of what Google actually charged me was invisible to the thing I had built to predict what Google would charge me. I had been quoting confident per-call numbers off a model that was missing most of the cost.

So I rebuilt it against the real invoice, line by line, and then re-priced every call that has run since. This is what came out.

What I measured

Ten Israeli businesses run an AI assistant that answers the calls they miss. It opens in Hebrew, asks who is calling and about what, filters the sales spam, and sends the owner a written summary. Some are one-person shops, some are clinics, one is a fish store.

Between August 21 and September 10, 2026 (twenty days) they took 774 production calls, totalling 324.4 minutes of audio. Total variable cost: ₪36.67, or about ₪0.055 per answered call.

One number before the breakdown, because it changes the arithmetic more than anything else in this article: the same table held 627 test rows. My own probes, staging calls, load checks. That is 45% of every row in the calls table. Any cost figure that does not exclude them is wrong by nearly half, and it is wrong in the flattering direction, because probe calls are short and cheap. Every number here is production traffic only.

Where the money actually goes

The average call in that window lasted 30.3 seconds and cost ₪0.0555. Here is every agora of it:

Transcription, the part everyone means when they say "the AI", is the cheapest line on the list. The WhatsApp message that tells the business owner someone called costs five times more than listening to the entire call.

That inversion shows up in any stack built this way. The speech model itself has been commoditised (Soniox charges $0.12 an hour, which on a 30-second call is a third of an agora) while carrying the call, thinking in Hebrew, speaking back and delivering the result to a human have not been.

The Hebrew prompt is a line item, not a rounding error

The 20% for the Hebrew prompt deserves its own paragraph, because it is the one I got wrong.

A live voice model re-reads your system prompt on every turn of the conversation. My Hebrew instruction block is about 8,900 characters, and Hebrew is token-hungry compared to English for the same meaning. Multiply that by every back-and-forth in the call and you get a cost that scales with how long the call runs rather than with how many calls you take.

On the August invoice that was 6.7 million text-input tokens: ₪15.49, or 16% of the bill, for a block of text I wrote once. My model had it at 1.5%.

If you are pricing a Hebrew voice agent and your spreadsheet has a row for speech-to-text but no row for "the system prompt, times every turn," your spreadsheet is off by more than your transcription line.

Per-minute pricing is the wrong shape for Israeli calls

Here is the distribution that broke my assumptions hardest.

Median call length: 16 seconds. Sixty-three percent of calls finished under 30 seconds. Even among the calls that produced a real message for the owner, someone who actually stated their name and their business, 151 of 223 came in under a minute. Only 16 calls in twenty days ran past two minutes.

That is the shape of a missed-call answering service, and it is nothing like the shape the industry prices for. Today, Retell quotes $0.07–$0.31 a minute for a voice agent (their own calculator lands on $0.11 for a reasonable Gemini-plus-Cartesia build), and Vapi charges $0.05 a minute for hosting on top of model costs at cost. Telephony almost universally bills 60/60: any fraction of a minute rounds up to a whole one.

Run my 774 calls through that and you get 752 billable minutes against 324.4 real ones. Rounding alone inflates the bill by 2.3x before anyone charges for a single token.

At $0.11 a minute, those 752 minutes come to $82.72, about ₪252. Mine cost ₪36.67 all in, and ₪23 of that if you strip out the two line items a platform like Retell does not have at all (the WhatsApp summary and the classifier).

I want to be fair about that comparison. Retell and Vapi sell infrastructure, orchestration, dashboards, compliance and support, all of which I built and maintain myself instead, and their rates are reasonable for what they include. My argument is narrower: per-minute pricing charges you for the minute you did not use, and on a 16-second median that is most of the minute.

What the spread looks like

Averages hide the interesting part, so: median cost per call ₪0.0439, p90 ₪0.1053, most expensive single call ₪0.3119.

Split by what the call was:

The calls with no message are 37% of the volume and still cost real money, because the phone leg, the greeting and the classifier all run before you find out nobody wanted to talk. Filtering junk is not free either: you pay roughly the price of a real call to establish that a call was not real.

If you are buying this, here is what I would ask

Against a measured variable cost of ₪0.055 a call, the margin in any monthly plan is not subtle, and you should expect a vendor to be able to explain it rather than deny it. I will start with my own, since I am the one who can show the invoice behind it. The published monthly plans for the service these numbers come from are ₪29 for 40 answered calls, ₪149 for 200, and ₪299 for 500, which works out to ₪0.60–0.75 a call at the cap against ₪0.055 of variable cost. The gap pays for the number, the integration, the support, and the months when nobody calls at all.

Three questions I would put to any vendor:

  1. Do you bill per call or per minute? On a 16-second median, per-minute with 60/60 rounding roughly doubles what you pay for the same service.
  2. Is the summary message included? It is the single biggest line in my breakdown. If it is billed separately, or worse, if it goes out as a marketing-category WhatsApp template instead of a utility one, that one item can cost more than everything else combined.
  3. What happens on a call with no message? A third of real traffic ends this way. Whether those count against your monthly quota is a bigger commercial question than the per-minute rate.

The bottom line

The expensive part of an AI phone call in Israel is not the AI hearing you. It is the phone line, the Hebrew instructions being re-read on every turn, and the message that gets the result to a human being. Transcription, the part with the futuristic name, is six agorot of every hundred.

I only know that because a bill contradicted a comment I had written in my own code. I had been quoting per-call costs off a model that was missing 75% of the invoice, and nothing in the code would ever have told me. The invoice did.

Which brings me to the question I actually want answered: if you run an AI service of any kind, when did you last reconcile your estimated per-unit cost against a real invoice, line by line, and what was the gap? I am collecting these. Mine was 75% and I have stopped assuming that is unusual.


Achiya Cohen builds WhatsApp bots, AI phone agents and workflow automation for Israeli small businesses. The call data in this article comes from the AI phone service these ten businesses run on. More at achiya-automation.com.