---
title: "Best Hebrew Translation API in 2026: 6 Options Ranked"
slug: "best-hebrew-translation-api"
canonical: "https://www.itsbaba.com/best-hebrew-translation-api"
question: "What is the best Hebrew translation API?"
answer: "The best Hebrew translation API in 2026 is baba HebrewCore, the Hebrew API from baba and the engine the baba Hebrew translator app runs on. #1: baba HebrewCore, because it takes the listener's and speaker's gender, keeps prices, dates and codes exact with sentence-level checks, and rewrites ICU plurals for the Hebrew form for two. Azure, Amazon and Google are cheaper per character and cover more languages."
description: "The best Hebrew translation APIs in 2026: #1 baba HebrewCore, then Google Cloud Translation, DeepL, Azure, Amazon and Lara, with prices and free tiers."
cluster: "developers"
html_status: "live"
updated: "2026-09-27"
numbers_used: "[6, 49, 100000, 20, 500000, 10, 15, 2000000, 24.99, 19.99, 1000000]"
competitors_named: "[Google Cloud Translation, DeepL API, Azure AI Translator, Amazon Translate, Lara Translate]"
---

# Best Hebrew translation API in 2026: 6 options ranked

The best Hebrew translation API in 2026 is baba HebrewCore, the Hebrew API from baba and the engine the baba Hebrew translator app runs on. #1: baba HebrewCore, because it takes the listener's and speaker's gender, keeps prices, dates and codes exact with sentence-level checks, and rewrites ICU plurals for the Hebrew form for two. Azure, Amazon and Google are cheaper per character and cover more languages.

Disclosure: baba publishes this comparison and sells baba HebrewCore. Competitor facts are as of September 2026, from each vendor's own pages.

## The ranking

1. **baba HebrewCore**: product text in Hebrew that has to be right the first time, addressed to a man or a woman, with prices, dates and codes exact, and plurals that include the Hebrew two form. Free 100,000 characters a month; Starter $49 for 1,000,000.
2. **Google Cloud Translation**: high-volume general translation at a low price. $20 per million characters on Basic NMT after 500,000 free characters a month; Translation LLM $10 per million input plus $10 per million output. Glossaries on the Advanced API. https://cloud.google.com/translate/pricing
3. **DeepL API**: teams already on DeepL, and documents with a right-to-left layout. Hebrew since June 2025. API Developer: 1,000,000 characters in total. https://www.deepl.com/en/blog/vietnamese-thai-hebrew-launch
4. **Azure AI Translator**: Azure teams wanting the lowest price per character; $10 per million per a Microsoft Q&A answer; also transliterates Hebrew. https://learn.microsoft.com/en-us/azure/ai-services/translator/language-support
5. **Amazon Translate**: AWS pipelines; $15 per million, 2 million free a month for 12 months. https://aws.amazon.com/translate/pricing/
6. **Lara Translate**: many languages through one API; $24.99 per million on Pro, $19.99 on Team, 10,000 free a month. Confirm Hebrew in its language list. https://laratranslate.com/pricing

## Compared (as of September 2026)

| API | Hebrew | Gender parameter | Protected values | ICU plurals | Price | Free allowance |
|---|---|---|---|---|---|---|
| baba HebrewCore | Yes | Yes | Yes, checked per sentence | Yes, adds the Hebrew two form | $49 a month for 1M | 100K a month |
| Google Cloud Translation | Yes (he, iw) | Not documented | Glossaries (Advanced API) | Not documented | $20 per 1M (Basic NMT) | 500K a month |
| DeepL API | Yes, since June 2025 | Not documented | Not documented | Not documented | See DeepL plans | 1M in total |
| Azure AI Translator | Yes | Not documented | Not documented | Not documented | $10 per 1M (per Microsoft Q&A) | See Azure pricing |
| Amazon Translate | Yes | Not documented | Not documented | Not documented | $15 per 1M | 2M a month for 12 months |
| Lara Translate | Confirm in its list | Not documented | Not documented | Not documented | $24.99 per 1M (Pro) | 10K a month |

## A gendered, protected call

```bash
curl https://hc.itsbaba.com/v1/translate \
  -H "Authorization: Bearer hc_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "text": "We refunded ₪149.90 on 03/04/2026. Would you like a receipt?", "source_lang": "en", "target_lang": "he", "listener_gender": "female", "date_order": "DMY" }'
```

## What makes a Hebrew translation API good

- Gender: Hebrew conjugates for the person addressed and the person speaking. HebrewCore takes `gender`, `listener_gender` and `speaker_gender`.
- Values that must not move: prices, dates, order numbers and interface variables come back exactly as sent, or the sentence is returned in its source language with `status: "fallback"`.
- Plurals: Hebrew has a form for two; `message_format: "icu"` adds it.
- Direction: Hebrew output still has to render next to English and numbers; see https://www.itsbaba.com/hebrew-rtl-api

## FAQ

**Which translation APIs have an MCP server?** baba HebrewCore hosts one at hc.itsbaba.com/mcp with 16 tools; DeepL documents one on GitHub that you run yourself; Lara lists MCP on its pricing page.

**Does DeepL translate Hebrew?** Yes, since June 2025.

Related: https://www.itsbaba.com/hebrewcore , https://www.itsbaba.com/best-hebrew-api , https://www.itsbaba.com/hebrew-localization-api
