ADVERTISEMENT

Your first turbocharged SUV

Published Sep 30, 2022 09:15 am

Toyota Raize 1.0 Turbo CVT

In tune with the growing demand for SUVs, Toyota launched the Raize earlier this year. Their smallest SUV offering yet, it’s quite a handsome looking vehicle, with a muscular profile, an aggressive stance. We bring you a closer look beyond the buff exterior and examine the possibilities of its relatively spacious interior.

Rugged exterior

This top-of-the-line variant (1.0 G Turbo) has a two-tone paint job, in Turquiose Metallic Mica with a black roof and back door garnish. Like the rest of Toyota’s line up, its front end is not pointed, but is an unapologetic flat surface with a large trapezoidal airdam under the badge. It’s flanked by split-type LED headlights, front sequential turn signal LEDs and halogen fog lamps. Around the back are LED rear combination lamps. Side mirrors are power adjustable and auto fold with built in turn signals.

Feature-packed interior

Getting in and out is easy with keyless / smart entry, and starting up is also effortless with the push-button ignition. Once inside, the instrument cluster and multi-information display (MID) are digital and let you choose from different looks.

There’s even a fuel economy meter to monitor your consumption. The steering wheel is leather wrapped with brushed aluminum accents, and comes with paddle shifters. It has controls for audio and the MID for convenient configuration while driving.

The front and rear seats are a mix of fabric and leather with the driver seat featuring six-way adjustment and the front passenger seat being four-way adjustable. Rear seats can be split 60/40. Yet even with the seats up, there’s 369 liters of cargo space.

The entertainment system has a nine-inch touchscreen with AM/FM/Bluetooth/USB/Voice Command with Android Auto and Apple Carplay. It connects to six-speakers around the cabin. There are two USB charge ports up front, both for charging devices and connecting to the entertainment.

Convenience and safety

The Raize is well worth its price tag as it comes with a number of convenience features. The front passenger has an underseat tray and the dashboard has two pull-out cupholders under the far left and right aircon vents. There are also six bottle holders around the cabin. For those sitting behind, they’ll find seat-back pockets in front of them.

While on the road, power windows are provided all around to better enjoy the breeze. There are also speed-sensing door locks and three-point seatbelts with seatbelt reminder for all five occupants.

Safety is up to current standards with six airbags (driver, passenger, front side and curtain), a child restraint system, back-up camera with guide-lines, clearance and back-up sonar, Anti-Lock Brake System (ABS), Vehicle Stability Control (VSC), Hill-Start Assist (HAS), Blind Spot Monitor (BSM) and Rear Cross Traffic Alert (RCTA).

Powerplant

Under the hood is a turbocharged three-cylinder 1.0-liter engine with 12-valve DOHC and VVTi. It produces 98-hp at 6000 rpm with 140-Nm between 2400-4000rpm and this is mated to a constantly variable transmission (CVT).

While this engine only puts out 98-hp on paper, in reality has more enough power and lots of torque in a wide rpm range. You’ll easily get some tire squeal if you get a little heavy on the gas pedal. The CVT is perky from a full stop, offering good acceleration, effectively putting down the torque of the turbo to the front wheels.

Impressions

The Raize lives up to Toyota’s new direction of making their cars more exciting. It’s fun to drive and despite is compact size, you won’t get claustrophobic in traffic with your friends.

This is perhaps the ideal vehicle for Philippine road conditions. Its high ground clearance of 200 mm gives you a good view of the road ahead and an advantage over sedans and hatchbacks in areas that flood quickly in a downpour. Its big 205/60’s on 17-inch rims will eat up imperfections found on our roads. It also doesn’t feel fragile on bad roads.

Priced at P1,051,000, this turbo CVT variant is in the price range of top-of-the-line subcompact sedans and hatchbacks. This makes it a good alternative choice and a plus is that it’s probably more durable than a sedan in the long term.

Related Tags

Toyota
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.