OMODA (2026)
Description
Features
Unleash the power of efficiency and innovation. This vehicle combines a 1.5L Turbo Petrol Engine with an electric motor, delivering an impressive 255 kW of power and 525 Nm of torque. Experience the future of driving with a combined range of up to 1,200 km and an electric range of up to 105 km, making it a perfect choice for both city commutes and long journeys.
This vehicle is sold with a balance of a 5-year / 75,000 km service plan and a 7-year / 200,000 km vehicle warranty, ensuring peace of mind for years to come. Enjoy fuel consumption as low as 5.0 L/100 km, complemented by 40 kW DC fast charging capabilities.
Mileage is recorded at the time of advertising and may vary.
Key highlights:
– 1.5L Turbo Petrol Engine + Electric Motor
– Combined Power: 255 kW
– Combined Torque: 525 Nm
– Battery: 18.4 kWh LFP
– Electric Range: Up to 105 km
– Combined Range: Up to 1,200 km
– Fuel Consumption: Approximately 5.0 L/100 km
– Sold with balance of service plan and warranty
Trust in NMI for quality and reliability. Drive the future today.
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");
}
}
?>













