diff --git a/src/plugins/intel_npu/src/plugin/include/properties.hpp b/src/plugins/intel_npu/src/plugin/include/properties.hpp index 9320b2f471b954..6c445df56a8ace 100644 --- a/src/plugins/intel_npu/src/plugin/include/properties.hpp +++ b/src/plugins/intel_npu/src/plugin/include/properties.hpp @@ -211,7 +211,11 @@ class Properties final { ov::intel_npu::npuw::llm::shared_lm_head_config.name(), ov::intel_npu::npuw::llm::additional_shared_lm_head_config.name(), ov::intel_npu::npuw::llm::optimize_fp8.name(), - ov::intel_npu::npuw::eagle::enabled.name()}; + ov::intel_npu::npuw::eagle::enabled.name(), + ov::intel_npu::npuw::partitioning::moe_token_chunk_size.name(), + ov::intel_npu::npuw::partitioning::moe_pool_size.name(), + ov::intel_npu::npuw::llm::prefill_moe_hint.name(), + ov::intel_npu::npuw::llm::generate_moe_hint.name()}; const std::vector _internalSupportedProperties = {ov::internal::caching_properties.name(), ov::internal::caching_with_mmap.name(),