🚀 The feature, motivation and pitch
EU AI Act Article 50(2) took effect on 2 August 2026. It requires providers of generative AI systems to mark outputs in a machine-readable format and make them detectable.
For providers serving models via vLLM, is there a plan to add built-in watermarking support to help meet this requirement?
Alternatives
It is possible to implement the Kirchenbauer et al. (2023) green/red-list scheme via a custom logits_processor.
Additional context
🚀 The feature, motivation and pitch
EU AI Act Article 50(2) took effect on 2 August 2026. It requires providers of generative AI systems to mark outputs in a machine-readable format and make them detectable.
For providers serving models via vLLM, is there a plan to add built-in watermarking support to help meet this requirement?
Alternatives
It is possible to implement the Kirchenbauer et al. (2023) green/red-list scheme via a custom
logits_processor.Additional context