OMODA (2026)
Description
Features
Experience cutting-edge efficiency and performance in this exceptional vehicle. With a 1.5L Turbo Petrol Engine paired with an Electric Motor, you’ll enjoy a powerful combined output of 255 kW and a torque of 525 Nm. This sleek machine promises impressive versatility with an electric range of up to 105 km, while the total range extends to an outstanding 1,200 km.
This vehicle is not only economical with a fuel consumption of approximately 5.0 L/100 km, but it also features 40 kW DC fast charging for added convenience. Sold with a balance of a 5-year / 75,000 km service plan and a 7-year / 200,000 km vehicle warranty, it offers peace of mind for the discerning driver.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– 1.5L Turbo Petrol Engine + Electric Motor
– Combined power of 255 kW and torque of 525 Nm
– Electric range of up to 105 km
– Combined range of up to 1,200 km
– Fuel consumption: approximately 5.0 L/100 km
– 40 kW DC fast charging capability
– Balance of 5-year / 75,000 km service plan
– 7-year / 200,000 km vehicle warranty
Trust in NMI for quality and reliability in your next vehicle choice.
Finance Calculator
<?php
$post_id = get_the_id();
$custom_fields = get_post_meta($post_id);
echo $custom_fields['mmcode'][0] . '<br />';
echo print_r($custom_fields);
if (empty($custom_fields)) {
error_log("No custom fields found for post ID: $post_id");
return;
}
error_log("Custom fields for post ID $post_id:");
foreach ($custom_fields as $key => $value) {
// $value is always an array
if (is_array($value)) {
foreach ($value as $val) {
error_log("$key => $val");
}
} else {
error_log("$key => $value");
}
}
?>













