Provider tracker
Gemini Watermark: SynthID Text, Images, Audio, and Video
Google's SynthID watermark on Gemini images, audio, and video is settled fact, deployed at a self-reported scale of more than ten billion images and video frames. Gemini text is the mess: Google's own marketing page and a reply on Google's own developer forum say opposite things, and nobody has reconciled them. Meanwhile, independent researchers who stress-tested the open-sourced SynthID Text algorithm keep finding it loses its signal far more easily than the marketing copy implies.
Key takeaways
- Confirmed: SynthID watermarks AI-generated images, audio, and video across Google's products, at a self-reported scale of more than ten billion images and video frames, a figure Google has published but no outside party has independently audited.
- Contested, not confirmed: whether Gemini text output is watermarked today. Google's marketing page says the Gemini app and web experience are; a Google-affiliated forum reply (Aug 5, 2026) says the API is not, and that native text watermarking is not currently planned.
- Google's own consumer help page for verifying AI content covers images, video, and audio, and stays silent on text entirely.
- Independent, non-Google researchers testing the open-sourced SynthID Text algorithm have found real weaknesses: one peer-reviewed 2025 paper found its resilience to paraphrasing "similar to" a much simpler older watermark, and a 2026 preprint found 98.3% of watermarked passages lost their detectable signal after a single round of automated paraphrasing.
- Google's own first-party verification tools are imperfect in documented, dated ways: its public SynthID Detector portal remains waitlist-gated more than a year after launch, and a separate in-chat checker returned wrong verdicts across four tested sessions before Google fixed the bug in July 2026.
SynthID Text mechanism
How a statistical text watermark enters output
Prompt context
The model builds next-token probabilities from the text so far.
Sampling pool
Top-K and Top-P narrow the candidate tokens.
Logits processor
SynthID Text adjusts generation-time scores using a keyed signal.
Watermarked text
The chosen tokens still read naturally, but carry a statistical pattern.
Detector score
A detector scores whether enough text matches the configured signal.
Why paraphrasing matters
The watermark is distributed across token choices. Light edits may leave enough signal, while heavy rewriting or translation can reduce detector confidence because many original token choices disappear.
Images, audio, and video: confirmed, at a scale nobody outside Google can check
ConfirmedYou'll get the half of the Gemini story that isn't in dispute, plus the one number in it that deserves an asterisk.
Google's SynthID documentation says the watermark is embedded directly into AI-generated images, audio, and video across Google's products. That part is not in dispute anywhere.
Google DeepMind's SynthID-Image paper, published on arXiv in October 2025, states the system "has been used to watermark over ten billion images and video frames across Google's services." Google reports that figure itself, and no third party has validated it.
On July 24, 2026, Google signed the EU AI Act's Code of Practice on Transparency of AI-Generated Content. What it committed to there is worth reading closely:
- Adopt and accelerate C2PA content credentials.
- Partner with Apple, ElevenLabs, Kakao, NVIDIA, and OpenAI on interoperable SynthID adoption.
- Nothing modality-specific. The announcement makes no commitment about text or about the Gemini API.
Article 50 itself became applicable on August 2, 2026, and the European Commission concluded the Code "adequately covers" Articles 50(2), (4), and (5). No Google statement found anywhere addresses Article 50 compliance for Gemini text specifically.
Google also warned publicly that added regulatory complexity "could contradict Europe's goals for competitiveness." That is not the posture of a company eager to over-promise on the parts of watermarking it hasn't finished building.
Contested: does Gemini text carry a watermark right now?
Community discussionHere's what three separate Google sources say about one question, and why none of them closes it.
Three Google surfaces address Gemini text watermarking. They do not agree.
- DeepMind's SynthID model page, official and unqualified: SynthID watermarks text generated by the Gemini app and web experience.
- The Google AI Developer Forum, August 5, 2026, from a Google-affiliated account: API text is not SynthID-watermarked, there is no machine-readable provenance signal, and native text watermarking "is not planned at the moment."
- Google's Gemini Apps help page for verifying AI content, official: it covers images, video, and audio, and says nothing about text at all.
The tidy reading is that consumer app and web chat watermark text while the developer API doesn't. That's an inference, not a documented fact: the forum question named gemini-2.5-flash-lite and gemini-3.1-flash-lite specifically, and no primary source draws that line for those current-generation models.
The help page is the quiet third data point. It's a second, independently confirmed Google document that stays silent on text in exactly the place a live text watermark would be worth mentioning.
Technically, when SynthID Text does run, Google describes it as a logits processor applied during generation after Top-K and Top-P sampling. A production implementation is available in Hugging Face Transformers.
So treat any flat claim that "Gemini text is watermarked," or that it isn't, as incomplete until it names the surface that produced the text.
What Google says about breaking it, and what outsiders found
Research/proposalHere's what actually survives a rewrite, according to Google's own docs and four independent teams that went after the algorithm.
Google documents both sides of SynthID Text's robustness, and it's more candid than most marketing copy.
- Survives cropping, a few changed words, and mild paraphrasing.
- Less effective on short factual answers, where there's little room to alter token choice without hurting accuracy.
- Confidence can be greatly reduced by thorough rewriting or translation.
The underlying Nature paper reports a live Gemini app and web experiment across nearly 20 million responses with no detectable quality loss. Detection accuracy is commonly cited elsewhere as roughly 85% true positives at 1% false positives, versus about 73% for prior schemes, though neither figure could be independently reconfirmed as a direct quote from the paper's own text.
Independent researchers have since stress-tested the openly published algorithm, not Google's production keys, which Google has never released. Four results stand out:
- "Watermark under Fire" (EMNLP 2025 Findings, peer-reviewed): resilience to paraphrase and translation attacks "similar to" a much simpler, older watermarking baseline, meaning no clear advantage from the newer method.
- "SynGuard" (IEEE TrustCom 2025, peer-reviewed): SynthID Text is "susceptible to meaning-preserving attacks, such as paraphrasing, copy-paste modifications, and back-translation."
- A March 2026 preprint: the standard mean-score detector actually grows more vulnerable as more sampling layers are added, while SynthID's own alternative Bayesian-scoring detector resists that specific attack better.
- A July 2026 preprint: 98.3% of initially detected watermarked passages lost their signal after one round of automated paraphrasing, and SynthID Text ranked lowest of three watermarking methods tested on a composite forensic-readiness measure.
None of this contradicts Google's own claim that confidence drops under heavy rewriting. It sharpens what "greatly reduced" means in practice, and it only applies where SynthID Text actually runs.
Google's own checking tools, and a bug it had to fix
ReportedYou'll see why even Google's first-party verification can't hand you a clean yes or no.
The SynthID Detector portal launched on May 20, 2025, meant to scan an image, audio, video, or text for a SynthID mark. Only image detection was live at launch, with video and text promised "in the coming weeks."
- Access has stayed waitlist-gated to journalists and researchers, not the general public.
- There's no API.
- The most recent independent check, from November 2025, still found it waitlist-only, and called in-app verification "hit-or-miss" for audio and video though reliable for images.
Then there's the bug. Fact-checking outlet Lead Stories found Gemini's in-chat checker returning the verdict for the first image or video uploaded in a session even when asked about a later one, a concrete failure Google fixed globally by July 16, 2026.
All of which is why removing Gemini's text watermark isn't one question. From the consumer app or web chat, SynthID Text likely applies, and mild edits probably won't touch it while a thorough rewrite, a translation, or even one automated paraphrase pass can knock detector confidence down hard.
From the API, per Google's own forum reply, there may be nothing to remove. Anyone promising a tool that "reliably strips" or "reliably detects" Gemini's text watermark is claiming more certainty than Google, or the researchers who tested its methods, ever have.
FAQ
Does Gemini use text watermarking?
It depends which Gemini you mean. Google's marketing page says the Gemini app and web experience are SynthID-watermarked. A Google-affiliated developer-forum reply from August 2026 says Gemini API text carries none, and that native text watermarking is not currently planned. Google's own consumer help page for verifying AI content covers images, video, and audio, but not text. No source reconciles all three.
Can SynthID Text survive paraphrasing?
Where it applies, Google says it's robust to mild paraphrasing but that confidence can be greatly reduced by heavy rewriting or translation. Independent testing of the open-sourced algorithm found the effect can be severe: a 2026 preprint found 98.3% of detected passages lost their signal after one automated paraphrase pass, and a 2025 peer-reviewed paper found its paraphrase resilience no better than a much simpler, older method.
Is Google's SynthID Detector available to the public?
Not fully. It launched in May 2025 for scanning image, audio, video, and text content, but access has stayed limited to a waitlist of journalists and researchers, with no public API. The most recent independent check, from November 2025, found it still waitlist-gated, with in-app verification described as unreliable for audio and video though solid for images.
Does the EU AI Act force Google to watermark Gemini text?
Article 50's transparency obligations became applicable on August 2, 2026, and Google signed the related Code of Practice on July 24, 2026. But that signing announcement is modality-agnostic and makes no commitment about text or the Gemini API, and no Google statement found anywhere addresses Article 50 compliance for Gemini text specifically. That gap is real, not a search miss.
Next steps
- Work out which Gemini surface produced your text before you do anything else, because the app, the API, and Google's consumer checker give three different answers. Is Gemini watermarked?
- If you're weighing what a rewrite actually does to detector confidence, the removal-specific evidence is collected separately. Remove Gemini watermark
- SynthID and C2PA metadata fail in completely different ways, which matters if you're deciding which signal to trust. C2PA vs SynthID
- The forum thread at the center of the contradiction is short and worth reading in full. Google AI Developer Forum, Aug 5 2026
Sources and citation status
- OfficialGoogle AI Developers: SynthID Text
- ResearchNature: Scalable watermarking for identifying LLM outputs
- OfficialDeepMind: SynthID model page
- CommunityGoogle AI Developer Forum: "Generated text from the API is NOT SynthID-watermarked" (Aug 5, 2026)
- OfficialGoogle: Verify AI-generated content in the Gemini app
- ResearchHan, Li, Ni, Zulkernine: Robustness Assessment and Enhancement of Text Watermarking for Google's SynthID
- ResearchWatermark under Fire (EMNLP 2025 Findings)
- ResearchOmidi, Dong, Wang: On Google's SynthID-Text LLM Watermarking System
- ResearchAIES 2026 preprint: SynthID-Text forensic readiness evaluation
- ResearchGoogle DeepMind: SynthID-Image paper
- OfficialGoogle: EU AI Act Code of Practice signing
- RegulatoryEU AI Act: Article 50 transparency obligations
- ReportingYahoo Tech / Lead Stories: Gemini SynthID checker bug