English ↔ Hebrew Translation

April 6, 2026 · View on GitHub

A curated resource list of translation options supporting English ↔ Hebrew.

Entries are grouped by delivery model (APIs and Local Packages). Some tools appear in both sections — badges indicate type.

Scope

This list focuses on tools that cross the English ↔ Hebrew language boundary. Monolingual Hebrew speech tooling lives in separate resource lists.

In scope

  • English text ↔ Hebrew text (translation APIs, local packages, LLMs)
  • Hebrew audio → English text (direct speech translation)
  • English audio → Hebrew text (direct speech translation)
  • Hebrew audio ↔ English audio (speech-to-speech, direct or end-to-end)
  • English text → Hebrew speech and Hebrew text → English speech (translation + TTS pipelines, when offered as an integrated product)
  • Hebrew-specific support tooling that materially aids translation workflows: nikud/diacritic restoration, transliteration, OCR of Hebrew text, dictionaries

Out of scope

  • Hebrew → Hebrew STT (monolingual Hebrew speech-to-text), even though it can be chained with a second-stage translator. See the separate Hebrew STT resource list.
  • Hebrew → Hebrew TTS (monolingual Hebrew text-to-speech). See the separate Hebrew TTS resource list.
  • General-purpose multilingual ASR/TTS models that do not specifically expose an EN↔HE translation path.
  • Translation between Hebrew and languages other than English.

Legend

Type badges:

  • API
  • Local
  • LLM
  • Translation API

Per-entry checklist:

  • Directions: [ ] EN → HE / [ ] HE → EN
  • Translation type: NMT / SMT / LLM / Hybrid
  • Enhanced translation: reflows paragraphs, removes redundancy, improves readability beyond raw MT (often an LLM trait)

APIs

Google Cloud Translation

API Translation API

  • Link: https://cloud.google.com/translate
  • Directions: [x] EN → HE [x] HE → EN
  • Translation type: NMT (Neural Machine Translation)
  • Enhanced translation: [ ] (raw MT; Advanced edition supports glossaries / custom models)
  • Notes: Mature Hebrew support, pay-as-you-go.

DeepL

API Translation API

  • Link: https://www.deepl.com/
  • Directions: [x] EN → HE [x] HE → EN (Hebrew added to DeepL's supported languages — verify current status)
  • Translation type: NMT
  • Enhanced translation: [~] (DeepL Write offers rewriting, but not for all languages)
  • Notes: Often rated highest quality for European languages.

Microsoft Translator (Azure AI Translator)

API Translation API

Lokalise

API Translation API

  • Link: https://lokalise.com/
  • Directions: [x] EN → HE [x] HE → EN
  • Translation type: Hybrid (TMS aggregating Google/DeepL/Microsoft + human workflow)
  • Enhanced translation: [x] (via AI features and human review)
  • Notes: Localization platform rather than raw MT engine.

Lingvanex

API Translation API

TranslateX

API Translation API

LibreTranslate (hosted)

API Local Translation API

  • Link: https://libretranslate.com/
  • Directions: [x] EN → HE [x] HE → EN (verify model coverage)
  • Translation type: NMT (Argos Translate / OpenNMT)
  • Enhanced translation: [ ]
  • Notes: Open source, self-hostable. See Local Packages section.

Local Packages

LibreTranslate (self-hosted)

Local Translation API

Argos Translate

Local Translation API

Helsinki-NLP / Opus-MT

Local Translation API

  • Link: https://huggingface.co/Helsinki-NLP
  • Directions: [x] EN → HE (opus-mt-en-he) [x] HE → EN (opus-mt-he-en)
  • Translation type: NMT (MarianMT)
  • Enhanced translation: [ ]
  • Notes: Run via transformers, fully local.

NLLB-200 (Meta)

Local Translation API


LLMs (general-purpose, used for translation)

LLMs are listed separately because they typically perform enhanced translation by default — reflowing paragraphs, removing redundancy, fixing grammar, and adapting tone.

OpenAI (GPT-4o / GPT-4.1 / o-series)

API LLM

  • Directions: [x] EN → HE [x] HE → EN
  • Enhanced translation: [x]

Anthropic Claude

API LLM

  • Directions: [x] EN → HE [x] HE → EN
  • Enhanced translation: [x]
  • Notes: Strong at preserving tone and structure in long-form Hebrew.

Google Gemini

API LLM

  • Directions: [x] EN → HE [x] HE → EN
  • Enhanced translation: [x]

Local LLMs (Llama 3.x, Qwen, Mistral, etc. via Ollama)

Local LLM

  • Link: https://ollama.com/
  • Directions: [x] EN → HE [x] HE → EN (quality varies by model size)
  • Enhanced translation: [x]
  • Notes: Larger models (70B+) handle Hebrew noticeably better than small ones.


Speech

Tools that handle audio in the translation pipeline. Broken down by modality:

  • Text → Speech translation (EN text → HE speech, HE text → EN speech)
  • Speech → Text translation (HE speech → EN text, EN speech → HE text)
  • Speech → Speech translation (direct, both directions)

Note: most pipelines today are still ASR + MT + TTS chained. "Direct" entries are end-to-end models.

EN text → HE speech (translation + TTS)

Typically achieved by combining a translation API with a Hebrew TTS voice.

HE text → EN speech

  • Google Cloud / Azure / ElevenLabs — same stacks as above, reversed.

HE speech → EN text (speech translation)

  • Soniox API — Hebrew ASR with built-in translation to English. https://soniox.com/speech-to-text/hebrew
  • OpenAI Whisper Localtranslate task transcribes any source language directly to English. Hebrew supported. https://github.com/openai/whisper
  • Google Cloud Speech-to-Text API — Hebrew ASR; pair with Translation API.
  • Azure Speech Translation API — End-to-end speech translation, Hebrew supported as source.

EN speech → HE text

  • Whisper + MT — Whisper transcribes EN, then any translation API renders HE.
  • Azure Speech Translation — supports EN → HE as a target.
  • Google Cloud Speech-to-Text + Translation.

Speech → Speech (direct or near-direct)

  • Meta SeamlessM4T / Seamless Local — Direct speech-to-speech translation across many languages including Hebrew (verify HE coverage per model variant). https://huggingface.co/facebook/seamless-m4t-v2-large
  • Azure Speech Translation API — Real-time S2S via chained ASR + MT + TTS, both directions with Hebrew.
  • Google Translate (mobile "Conversation" mode) — Consumer-grade S2S, both directions.

Hebrew-Specific Models

ashercn97/english-hebrew-translation

Local Translation API


Nikud / Diacritic Restoration

Tools that add vowel points (niqqud) to unpointed Hebrew text — useful as a pre/post-processing step for translation, TTS, and readability.

Dicta Nakdan

API

Nakdimon

Local

Unikud

Local

baravninaor/punctuation-restoration-deberta-alephbert-hebrew

Local


Transliteration

hebrew-transliteration (charlesLoder)

Local


OCR

sivan22/testing-trOCR-hebrew-handwritten

Local


Dicta

API

  • Link: https://dicta.org.il/
  • Notes: Suite of Hebrew NLP tools — nikud, morphological analysis, OCR, translation, and more. Many are free to use.

Milon

Local

BlitzAI

Local

Magento Hebrew Translation

Local


MCP Servers

Model Context Protocol servers exposing translation tooling to AI agents.

DeepL MCP Server

API

loco-mcp

Local


Localization Platforms

Translation Management Systems (TMS) and localization APIs that handle EN↔HE as part of broader i18n workflows.

SimpleLocalize

API

Lokalise

  • See entry under APIs.

Document & File Translation

Tools for translating specific file formats (preserving structure/layout).

ppt-translator

Local


Contributing

PRs welcome. For each entry please include:

  1. Link
  2. Type badges (API / Local, LLM / Translation API)
  3. Direction checkboxes (EN→HE, HE→EN)
  4. Translation type (NMT / SMT / LLM / Hybrid)
  5. Whether it supports enhanced translation (paragraph reflow, redundancy removal, readability improvements)
  6. Pricing model and notes on Hebrew quality