Version: 2026.03.0-rc1 On this page
Phonexia Deepfake detection changelog
[PLAT-1506] Fixed a rare issue where audio resampling could fail when processing large files, particularly when converting between certain sample rates (e.g., 11025 Hz to 8000 Hz).
[PLAT-1509] Fixed GPU processing failure on NVIDIA Blackwell architecture GPUs (e.g., RTX 1000 series) caused by a bug in ONNX Runtime.
Fixed license validation error handling for legacy (v1) license files with missing required fields. Previously, this could cause undefined behavior.
[PLAT-1424] - Improve compatibility with future models - Warning microservice requires at least model generic version 2.6.0
Microservice now by default logs each request with incremental correlation id
[PLAT-1429] moved the gRPC API from phonexia.grpc.technologies.deepfake_detection.experimental to phonexia.grpc.technologies.deepfake_detection.v1
[PLAT-1471] Refactoring of the internal audio handling to reduce memory usage. Audio format support is now limited to WAV and FLAC .
[PLAT-1367] Support for a new model 'generic'. Please note that the model requires different license than model 'beta'.
[VOX-2666] Inconsistent logging
[PLAT-1277] Possible memory leak on cuda device
[PLAT-1235] Output score is LLR (log-likelihood ratio) now
[PLAT-1235] Only voice segments in audio are processed to avoid false alarms
[PLAT-1235] The algorithm is more robust against random deviations in the score in a small part of the audio
Compatibility with models <2.2.0
[PLAT-1243] Compatibility issue with older v2 models
The microservice requires an authenticity verification license with deepfake detection enabled
[PLAT-1056] Support for new licenses tied only to model major version. Old licenses tied to precise model version are still supported.
[VOX-1293] phonexia.grpc.common.Status service
[VOX-1293] Field license_flags to LicensingInfoResult in phonexia.grpc.common.Licensing
[PLAT-1185] Use model v2 with higher accuracy
Compatibility with model v1
[PLAT-1134] Deepfake detection scores are invalid for some recordings
[PLAT-1070] Default port 8080 exposed in Dockerfile
[PLAT-1107] Inverted deepfake score
Initial implementation of Deepfake detection service