ADVERTISEMENT

Geely lays out its next-generation hybrid and EV direction for the Philippines

Published Mar 10, 2026 09:05 pm

At A Glance

  • Geely is tying its future EVs and PHEVs to one underlying architecture, the GEA platform.
  • The company is putting equal weight on software, electronic architecture, powertrain integration, and structural design.
  • Its next-generation plug-in hybrids are being framed as purpose-built electrified vehicles rather than ICE-based conversions.
  • Safety, battery integration, and centralized vehicle control are central to the brand's message for markets such as the Philippines.
Geely is giving the Philippine market a clearer look at the thinking behind its next generation of electrified vehicles, with two closely linked themes at the center of the discussion: a new vehicle architecture and a stronger emphasis on intelligence in plug-in hybrid systems.
At the base of that push is the Global Electric Architecture, or GEA, a modular platform developed for electrified vehicles. Rather than focus only on battery size, range, or hybrid fuel economy, Geely is drawing attention to the structure underneath the vehicle, along with the electronic and software systems that tie everything together.

The idea is to build EVs and PHEVs around a common foundation instead of adapting older combustion-era layouts. In Geely’s case, that includes hardware, software, connectivity, and control systems designed to work as one package.
A major part of that approach is the company’s GEEA 3.0 electronic and electrical architecture. Geely says this setup consolidates 14 conventional control modules into two centralized units, reducing system complexity while allowing faster communication between vehicle functions. Using an Ethernet backbone with 100 Mbps transmission speed, the system is also intended to support quicker data exchange, connected features, and over-the-air updates.
That same platform logic carries over to Geely’s next-generation plug-in hybrids. Instead of being presented as electrified versions of existing combustion vehicles, these PHEVs are being positioned as models developed from the start around the requirements of electrified driving. The company says this allows closer coordination between the powertrain, the rest of the vehicle, and the software managing them.
One of the clearest examples is the 11-in-1 intelligent electric drive unit. Geely says the module combines the motor, electronic control, transmission, and cooling systems into a single compact assembly. The aim is to reduce energy loss, save space, cut weight, and lower the center of gravity. Geely places system efficiency at up to 92.5 percent.
The company also says the setup can automatically manage the shift between electric and fuel power depending on driving conditions, whether the vehicle is crawling through traffic or climbing uphill. Geely adds that engines developed for the platform can reach thermal efficiency of as much as 46.5 percent.
Inside the cabin, the story goes beyond propulsion. Geely says the architecture supports a broader digital ecosystem that includes high-resolution displays, the Flyme Auto OS infotainment system, and Flyme Sound audio with headrest speakers. In its next-generation hybrids, that translates to features such as a 15.4-inch HD screen and a 16-speaker audio system.

Comfort is also part of the package. Geely says its next-generation hybrid models use what it calls 5+1 layer seat technology, with ventilation and massage functions intended to improve long-drive comfort.
Safety remains a major part of the pitch. Geely says the GEA platform uses Cell-to-Body battery integration, which makes the battery part of the vehicle structure. According to the company, that helps protect the battery in a collision while improving body rigidity. Geely cites torsional stiffness of up to 31,000 Nm/deg.
For its plug-in hybrid application, Geely also points to its short blade battery cells, which it says are designed to improve structural stability. The battery system is also claimed to withstand tests that include seawater immersion, a point that Geely highlights in relation to flood-related concerns.
On the active safety side, Geely says its ADAS package can use up to 31 sensors to create a 360-degree safety zone around the vehicle. Features listed by the company include Autonomous Emergency Braking, Lane Keep Assist, Door Open Warning, and a 540-degree transparent chassis view that helps show the vehicle’s surroundings and the area directly underneath it.
These announcements offer an early look at the engineering and technology Geely plans to build around. The next question is which models for the Philippines will bring those developments to market. Stay tuned.

Related Tags

Geely
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.