import { AcuraModelsItem, AfeelaModelsItem, AlfaRomeoModelsItem, AudiModelsItem, BentleyModelsItem, BMWModelsItem, BugattiRimacModelsItem, BuickModelsItem, BYDMotorsModelsItem, BytonModelsItem, CadillacModelsItem, ChevroletModelsItem, ChryslerModelsItem, DodgeModelsItem, FerrariModelsItem, FiatModelsItem, FiskerModelsItem, FordModelsItem, GenesisModelsItem, GMCModelsItem, HondaModelsItem, HyundaiModelsItem, JaguarModelsItem, JeepModelsItem, KandiModelsItem, KarmaModelsItem, KiaModelsItem, LamborghiniModelsItem, LandRoverModelsItem, LexusModelsItem, LincolnModelsItem, LordstownModelsItem, LotusModelsItem, LucidModelsItem, MaseratiModelsItem, MazdaModelsItem, McLarenModelsItem, MercedesAMGModelsItem, MercedesBenzModelsItem, MercedesMaybachModelsItem, MiniModelsItem, MitsubishiModelsItem, NissanModelsItem, PolestarModelsItem, PorscheModelsItem, RamModelsItem, RivianModelsItem, RollsRoyceModelsItem, ScoutModelsItem, SmartModelsItem, SolectriaModelsItem, SubaruModelsItem, TeslaModelsItem, ToyotaModelsItem, VinFastModelsItem, VolkswagenModelsItem, VolvoModelsItem } from "../interfaces/carModelnterfaces"; export const acuraModels: AcuraModelsItem[] = [ { model: "ZDX", yearTrims: [ {year: "2024", trims: ["A-Spec", "Type S"]}, {year: "2025", trims: ["A-Spec", "Type S"]} ] } ]; export const afeelaModels: AfeelaModelsItem[] = [ { model: "EV Sedan", yearTrims: [{year: "2026", trims: ["Base"]}] } ]; export const alfaRomeoModels: AlfaRomeoModelsItem[] = [ { model: "Tonale eAWD", yearTrims: [{year: "2025", trims: ["Base", "Ti", "Veloce"]}] } ]; export const audiModels: AudiModelsItem[] = [ { model: "A3 Sportback e-tron", yearTrims: [ {year: "2018", trims: ["Premium", "Premium Plus", "Prestige"]}, {year: "2017", trims: ["Premium", "Premium Plus", "Prestige"]}, {year: "2016", trims: ["Premium", "Premium Plus", "Prestige"]}, {year: "2015", trims: ["Premium", "Premium Plus", "Prestige"]} ] }, { model: "A6 e-tron", yearTrims: [{year: "2025", trims: ["Premium", "Premium Plus", "Prestige", "RS"]}] }, { model: "A7 TFSI e quattro", yearTrims: [ {year: "2021", trims: ["Premium Plus", "Prestige"]} ] }, { model: "A8 L 60 TFSI e", yearTrims: [ {year: "2021", trims: ["60 TFSI e quattro"]}, {year: "2020", trims: ["60 TFSI e quattro"]} ] }, { model: "e-tron GT", yearTrims: [ {year: "2024", trims: ["Premium Plus", "Prestige", "RS"]}, {year: "2023", trims: ["Premium Plus", "Prestige", "RS"]}, {year: "2022", trims: ["Premium Plus", "Prestige", "RS"]} ] }, { model: "e-tron S", yearTrims: [ {year: "2022", trims: ["Premium Plus", "Prestige"]}, {year: "2021", trims: ["Premium Plus", "Prestige"]} ] }, { model: "e-tron S Sportback", yearTrims: [ {year: "2022", trims: ["Premium Plus", "Prestige"]}, {year: "2021", trims: ["Premium Plus", "Prestige"]} ] }, { model: "e-tron Sportback", yearTrims: [ {year: "2021", trims: ["Premium", "Premium Plus", "Prestige"]}, {year: "2020", trims: ["Premium Plus", "Prestige", "Edition One"]} ] }, { model: "Q4 e-tron", yearTrims: [ { year: "2024", trims: ["Premium 40", "Premium Plus 40", "Premium 50", "Premium 55", "Sportback Premium 55", "Sportback Premium 50", "Premium Plus 50", "Premium Plus 55", "Prestige 55", "Prestige 50", "Sportback Premium Plus 55", "Sportback Premium Plus 50", "Sportback Prestige 50", "Sportback Prestige 55"] }, { year: "2023", trims: ["Premium 40", "Premium Plus 40", "Premium 50", "Premium Plus 50", "Sportback Premium 50", "Prestige 50", "Sportback Premium Plus 50", "Sportback Prestige 50"] }, { year: "2022", trims: ["Premium", "Sportback Premium", "Premium Plus", "Sportback Premium Plus", "Prestige", "Sportback Prestige"] } ] }, { model: "Q5 55 TFSI e", yearTrims: [ {year: "2024", trims: ["Premium", "Premium Plus", "Prestige"]}, {year: "2023", trims: ["Premium", "Premium Plus", "Prestige"]}, {year: "2022", trims: ["Premium", "Premium Plus", "Prestige"]}, {year: "2021", trims: ["Premium", "Premium Plus", "Prestige"]}, {year: "2020", trims: ["Premium", "Premium Plus", "Prestige"]} ] }, { model: "Q6 e-tron", yearTrims: [{ year: "2025", trims: ["Premium", "Premium Plus", "Sportback Premium", "Sportback Premium Plus", "Sportback Prestige", "Prestige"] }] }, { model: "Q8 e-tron", yearTrims: [ { year: "2024", trims: ["Premium", "Premium Plus", "Sportback Premium", "Sportback Premium Plus", "Prestige", "Sportback Prestige"] }, { year: "2023", trims: ["Premium", "Premium Plus", "Sportback Premium", "Sportback Premium Plus", "Chronos Edition", "Sportback Prestige"] }, { year: "2022", trims: ["Premium", "Premium Plus", "Sportback Premium", "Sportback Premium Plus", "Chronos Edition", "Sportback Prestige"] }, { year: "2021", trims: ["Premium", "Premium Plus", "Sportback Premium", "Sportback Premium Plus", "Prestige", "Sportback Prestige"] }, {year: "2020", trims: ["Premium Plus Sportback", "Premium Plus", "Prestige", "Prestige Sportback"]}, {year: "2019", trims: ["Premium Plus", "Prestige"]} ] }, { model: "S e-tron GT", yearTrims: [{year: "2025", trims: ["Premium Plus", "Prestige"]}] }, { model: "SQ6 e-tron", yearTrims: [{ year: "2025", trims: ["Premium", "Premium Plus", "Sportback Premium", "Sportback Premium Plus", "Prestige", "Sportback Prestige"] }] }, { model: "SQ8 e-tron", yearTrims: [{year: "2024", trims: ["Premium Plus", "Premium Plus Sportback", "Prestige", "Prestige Sportback"]}] } ]; export const bentleyModels: BentleyModelsItem[] = [ { model: "Bentayga Hybrid", yearTrims: [ {year: "2025", trims: ["Base", "Azure", "S"]}, {year: "2022", trims: ["Hybrid"]}, {year: "2021", trims: ["Hybrid"]}, {year: "2020", trims: ["Hybrid"]} ] }, { model: "Flying Spur Hybrid", yearTrims: [ {year: "2024", trims: ["Hybrid", "Azure Hybrid", "S Hybrid"]}, {year: "2023", trims: ["Hybrid", "Azure Hybrid", "S Hybrid"]}, {year: "2022", trims: ["Hybrid"]} ] } ]; export const bmwModels: BMWModelsItem[] = [ { model: "330e", yearTrims: [ {year: "2021", trims: ["iPerformance", "xDrive"]}, {year: "2020", trims: ["iPerformance", "xDrive"]}, {year: "2019", trims: ["iPerformance"]}, {year: "2018", trims: ["iPerformance"]}, {year: "2017", trims: ["iPerformance"]}, {year: "2016", trims: ["Base"]} ] }, { model: "530e", yearTrims: [ {year: "2021", trims: ["iPerformance", "xDrive"]}, {year: "2020", trims: ["iPerformance", "xDrive"]}, {year: "2019", trims: ["iPerformance"]}, {year: "2018", trims: ["iPerformance"]} ] }, { model: "530e xDrive", yearTrims: [ {year: "2019", trims: ["iPerformance"]}, {year: "2018", trims: ["iPerformance"]} ] }, { model: "740e xDrive", yearTrims: [ {year: "2019", trims: ["iPerformance"]}, {year: "2018", trims: ["iPerformance"]}, {year: "2017", trims: ["iPerformance"]} ] }, { model: "745e xDrive", yearTrims: [ {year: "2021", trims: ["Base"]}, {year: "2020", trims: ["Base"]} ] }, { model: "i3", yearTrims: [ {year: "2026", trims: ["i3"]}, {year: "2021", trims: ["i3", "i3s", "i3 with Range Extender", "i3s with Range Extender"]}, {year: "2020", trims: ["120 Ah", "s 120 Ah", "120 Ah w/Range Extender", "s 120 Ah w/Range Extender"]}, {year: "2019", trims: ["120 Ah", "120 Ah with Range Extender", "s 120 Ah", "s 120 Ah with Range Extender"]}, {year: "2018", trims: ["i3 94 Ah", "i3s 94 Ah", "i3 94 Ah w/Range Extender", "i3s 94 Ah w/Range Extender"]}, {year: "2017", trims: ["Base"]}, {year: "2016", trims: ["Base", "Base w/Range Extender"]}, {year: "2015", trims: ["Base", "Base w/Range Extender"]}, {year: "2014", trims: ["Base", "Base w/Range Extender"]} ] }, { model: "i3 REx", yearTrims: [ {year: "2016", trims: ["Base w/Range Extender"]}, {year: "2015", trims: ["Base w/Range Extender"]} ] }, { model: "i4", yearTrims: [ {year: "2025", trims: ["eDrive35", "eDrive40", "xDrive40", "M50"]}, {year: "2024", trims: ["eDrive35", "eDrive40", "xDrive40", "M50"]}, {year: "2023", trims: ["eDrive35", "eDrive40", "M50"]}, {year: "2022", trims: ["eDrive40", "M50"]} ] }, { model: "i5", yearTrims: [ {year: "2025", trims: ["eDrive40", "xDrive40", "M60 xDrive"]}, {year: "2024", trims: ["xDrive40", "M60 xDrive"]} ] }, { model: "i7", yearTrims: [ {year: "2025", trims: ["eDrive50", "xDrive60", "M70"]}, {year: "2024", trims: ["eDrive50", "xDrive60", "M70"]}, {year: "2023", trims: ["xDrive60"]} ] }, { model: "i8", yearTrims: [ {year: "2020", trims: ["Base"]}, {year: "2019", trims: ["Base"]}, {year: "2018", trims: ["Base"]}, {year: "2017", trims: ["Base"]}, {year: "2016", trims: ["Base"]}, {year: "2015", trims: ["Base"]}, {year: "2014", trims: ["Base"]} ] }, { model: "i8 Roadster", yearTrims: [ {year: "2020", trims: ["Base"]}, {year: "2019", trims: ["Base"]} ] }, { model: "iX", yearTrims: [ {year: "2025", trims: ["xDrive50", "M60"]}, {year: "2024", trims: ["xDrive50", "M60"]}, {year: "2023", trims: ["xDrive50", "M60"]}, {year: "2022", trims: ["xDrive50"]} ] }, { model: "iX3", yearTrims: [{year: "2026", trims: ["eDrive40", "xDrive40", "M50"]}] }, { model: "X3 xDrive30e", yearTrims: [ {year: "2024", trims: ["xDrive30e"]}, {year: "2023", trims: ["xDrive30e"]}, {year: "2022", trims: ["xDrive30e"]}, {year: "2021", trims: ["xDrive30e"]}, {year: "2020", trims: ["xDrive30e"]} ] }, { model: "X5 xDrive40e", yearTrims: [ {year: "2018", trims: ["Base"]}, {year: "2017", trims: ["Base"]}, {year: "2016", trims: ["Base"]} ] }, { model: "X5 xDrive45e", yearTrims: [ {year: "2024", trims: ["Base"]}, {year: "2023", trims: ["Base"]}, {year: "2022", trims: ["Base"]}, {year: "2021", trims: ["Base"]} ] }, { model: "XM", yearTrims: [ {year: "2025", trims: ["Base", "Label"]}, {year: "2024", trims: ["Base", "Label"]}, {year: "2023", trims: ["Base"]} ] } ]; export const bugattiRimacModels: BugattiRimacModelsItem[] = [ { model: "Nevera", yearTrims: [{year: "2025", trims: ["Base"]}] } ]; export const buickModels: BuickModelsItem[] = [ { model: "Electra E5", yearTrims: [{year: "2025", trims: ["Preferred", "Essence", "Avenir"]}] } ]; export const bydMotorsModels: BYDMotorsModelsItem[] = [ { model: "e6", yearTrims: [ {year: "2018", trims: ["Base"]}, {year: "2017", trims: ["Base"]} ] } ]; export const bytonModels: BytonModelsItem[] = [ { model: "M-Byte", yearTrims: [{year: "2022", trims: ["Standard Range", "Long Range"]}] } ]; export const cadillacModels: CadillacModelsItem[] = [ { model: "Celestiq", yearTrims: [{year: "2024", trims: ["Celestiq"]}] }, { model: "CT6 Plug-In Hybrid", yearTrims: [ {year: "2018", trims: ["Plug-In"]}, {year: "2017", trims: ["Plug-In"]} ] }, { model: "ELR", yearTrims: [ {year: "2016", trims: ["Base"]}, {year: "2015", trims: ["Base"]}, {year: "2014", trims: ["Base"]} ] }, { model: "Escalade IQ/IQL", yearTrims: [{year: "2025", trims: ["Escalade IQ", "Escalade IQ First Edition"]}] }, { model: "Lyriq", yearTrims: [ {year: "2025", trims: ["Tech", "Luxury", "Sport"]}, {year: "2024", trims: ["Tech", "Luxury", "Sport"]}, {year: "2023", trims: ["Debut Edition", "Single Motor RWD", "Dual Motor AWD"]} ] }, { model: "Optiq", yearTrims: [{year: "2025", trims: ["Tech", "Luxury", "Sport"]}] }, { model: "Vistiq", yearTrims: [{year: "2026", trims: ["Tech", "Luxury", "Sport"]}] } ]; export const chevroletModels: ChevroletModelsItem[] = [ { model: "Blazer EV", yearTrims: [{year: "2024", trims: ["LT eAWD", "RS eAWD", "RS RWD", "SS"]}] }, { model: "Bolt EUV", yearTrims: [ {year: "2023", trims: ["LT", "Premier"]}, {year: "2022", trims: ["LT", "Premier", "Launch Edition"]} ] }, { model: "Bolt EV", yearTrims: [ {year: "2023", trims: ["1LT", "2LT"]}, {year: "2022", trims: ["1LT", "2LT"]}, {year: "2021", trims: ["LT", "Premier"]}, {year: "2020", trims: ["LT", "Premier"]}, {year: "2019", trims: ["LT", "Premier"]}, {year: "2018", trims: ["LT", "Premier"]}, {year: "2017", trims: ["LT", "Premier"]} ] }, { model: "Camaro EV", yearTrims: [{year: "2025", trims: ["1LT", "2LT", "3LT"]}] }, { model: "Corvette EV", yearTrims: [{year: "2025", trims: ["1LT", "2LT", "3LT"]}] }, { model: "Equinox EV", yearTrims: [ {year: "2025", trims: ["1LT", "2LT", "3LT", "2RS", "3RS"]}, {year: "2024", trims: ["1LT", "2LT", "3LT", "2RS", "3RS"]} ] }, { model: "Silverado EV", yearTrims: [ {year: "2025", trims: ["3WT", "4WT"]}, {year: "2024", trims: ["3WT", "4WT", "RST First Edition"]} ] }, { model: "Spark EV", yearTrims: [ {year: "2016", trims: ["1LT", "2LT"]}, {year: "2015", trims: ["1LT", "2LT"]}, {year: "2014", trims: ["1LT", "2LT"]} ] }, { model: "Volt", yearTrims: [ {year: "2019", trims: ["LT", "Premier"]}, {year: "2018", trims: ["LT", "Premier"]}, {year: "2017", trims: ["LT", "Premier"]}, {year: "2016", trims: ["LT", "Premier"]}, {year: "2015", trims: ["Base"]}, {year: "2014", trims: ["Base"]}, {year: "2013", trims: ["Base"]}, {year: "2012", trims: ["Base"]}, {year: "2011", trims: ["Base"]} ] } ]; export const chryslerModels: ChryslerModelsItem[] = [ { model: "Airflow", yearTrims: [{year: "2025", trims: ["Touring", "Limited", "Pinnacle"]}] }, { model: "Pacifica Hybrid", yearTrims: [ {year: "2026", trims: ["Plugin Hybrid Select", "Plugin Hybrid Pinnacle", "Plugin Hybrid Select Premium"]}, {year: "2025", trims: ["Touring L", "Touring Plus", "Limited", "Pinnacle"]}, {year: "2024", trims: ["Touring L", "Touring Plus", "Limited", "Pinnacle"]}, {year: "2023", trims: ["Touring L", "Touring Plus", "Limited", "Pinnacle"]}, {year: "2022", trims: ["Touring L", "Touring Plus", "Limited", "Pinnacle"]}, {year: "2021", trims: ["Touring L", "Touring Plus", "Limited", "Pinnacle"]}, {year: "2020", trims: ["Touring L", "Limited"]}, {year: "2019", trims: ["Touring L", "Limited"]}, {year: "2018", trims: ["Touring L", "Touring Plus", "Limited"]}, {year: "2017", trims: ["Premium", "Platinum"]} ] } ]; export const dodgeModels: DodgeModelsItem[] = [ { model: "Charger Daytona EV", yearTrims: [ {year: "2025", trims: ["Daytona R/T", "Daytona Scat Pack"]}, {year: "2024", trims: ["Daytona R/T", "Daytona Scat Pack"]} ] }, { model: "Hornet PHEV", yearTrims: [{year: "2025", trims: ["R/T", "R/T Plus", "GT", "GT Plus"]}] } ]; export const ferrariModels: FerrariModelsItem[] = [ { model: "296 GTB", yearTrims: [{year: "2025", trims: ["Base", "Assetto Fiorano"]}] }, { model: "296 GTS", yearTrims: [{year: "2025", trims: ["Base", "Assetto Fiorano"]}] }, { model: "SF90 Spider", yearTrims: [ {year: "2025", trims: ["Base", "Assetto Fiorano"]}, {year: "2024", trims: ["Base", "Assetto Fiorano"]}, {year: "2023", trims: ["Base", "Assetto Fiorano"]}, {year: "2022", trims: ["Base"]}, {year: "2021", trims: ["Base"]} ] }, { model: "SF90 Stradale", yearTrims: [ {year: "2025", trims: ["Base", "Assetto Fiorano"]}, {year: "2024", trims: ["Base", "Assetto Fiorano"]}, {year: "2023", trims: ["Base", "Assetto Fiorano"]}, {year: "2022", trims: ["Base"]}, {year: "2021", trims: ["Base"]} ] } ]; export const fiatModels: FiatModelsItem[] = [ { model: "500e", yearTrims: [ {year: "2025", trims: ["INSPI(RED)", "Inspired by Beauty", "Inspired by Music"]}, {year: "2024", trims: ["INSPI(RED)", "Inspired by Beauty", "Inspired by Music"]}, {year: "2019", trims: ["500e"]}, {year: "2018", trims: ["Base"]}, {year: "2017", trims: ["Base"]}, {year: "2016", trims: ["Base"]}, {year: "2015", trims: ["Base"]}, {year: "2014", trims: ["Base"]}, {year: "2013", trims: ["Base"]} ] } ]; export const fiskerModels: FiskerModelsItem[] = [ { model: "Alaska", yearTrims: [{year: "2025", trims: ["Sport", "Ultra", "Extreme", "One"]}] }, { model: "Ocean", yearTrims: [ {year: "2024", trims: ["Sport", "Ultra", "Extreme", "Force E"]}, {year: "2023", trims: ["Sport", "Ultra", "Extreme", "One"]} ] }, { model: "Pear", yearTrims: [{year: "2026", trims: ["Sport", "Ultra", "Extreme", "One"]}] }, { model: "Rōnin", yearTrims: [{year: "2026", trims: ["Rōnin"]}] } ]; export const fordModels: FordModelsItem[] = [ { model: "C-MAX Energi", yearTrims: [ {year: "2018", trims: ["SE", "SEL", "Titanium"]}, {year: "2017", trims: ["SE", "SEL", "Titanium"]}, {year: "2016", trims: ["SEL", "Titanium"]}, {year: "2015", trims: ["SEL"]}, {year: "2014", trims: ["SEL"]}, {year: "2013", trims: ["SEL"]} ] }, { model: "E-Transit", yearTrims: [ {year: "2025", trims: ["Cutaway", "Chassis Cab", "Cargo Van"]}, {year: "2024", trims: ["Cutaway", "Chassis Cab", "Cargo Van"]}, {year: "2023", trims: ["Cutaway", "Chassis Cab", "Cargo Van"]}, {year: "2022", trims: ["Cutaway", "Chassis Cab", "Cargo Van"]} ] }, { model: "Escape PHEV", yearTrims: [ {year: "2025", trims: ["Select", "Premium"]}, {year: "2024", trims: ["SE", "Platinum"]}, {year: "2023", trims: ["SE", "Platinum"]}, {year: "2022", trims: ["SE", "SEL", "Titanium"]}, {year: "2021", trims: ["SE", "SEL", "Titanium"]}, {year: "2020", trims: ["SE", "SEL", "Titanium"]} ] }, { model: "F-150 Lightning", yearTrims: [ {year: "2025", trims: ["Pro", "XLT", "Flash Extended Range", "Lariat Extended Range", "Platinum Extended Range"]}, { year: "2024", trims: ["Pro", "XLT", "Flash Extended Range", "Lariat Extended Range", "Platinum Extended Range", "Platinum Black Extended Range"] }, {year: "2023", trims: ["Pro", "XLT", "Lariat", "XLT Extended Range", "Platinum Extended Range"]}, {year: "2022", trims: ["Pro", "XLT", "Lariat", "XLT Extended Range", "Platinum Extended Range"]} ] }, { model: "Focus Electric", yearTrims: [ {year: "2018", trims: ["Base"]}, {year: "2017", trims: ["Base"]}, {year: "2016", trims: ["Base"]}, {year: "2015", trims: ["Base"]}, {year: "2014", trims: ["Base"]}, {year: "2013", trims: ["Base"]}, {year: "2012", trims: ["Base"]} ] }, { model: "Fusion Energi", yearTrims: [ {year: "2020", trims: ["SE", "SEL", "Titanium"]}, {year: "2019", trims: ["SE", "SEL", "Titanium"]}, {year: "2018", trims: ["SE", "SE Luxury", "Titanium"]}, {year: "2017", trims: ["SE", "SE Luxury", "Titanium"]}, {year: "2016", trims: ["SE Luxury", "Titanium"]}, {year: "2015", trims: ["SE Luxury", "Titanium"]}, {year: "2014", trims: ["SE Luxury", "Titanium"]}, {year: "2013", trims: ["SE Luxury", "Titanium"]} ] }, { model: "Mustang Mach-E", yearTrims: [ {year: "2025", trims: ["Select", "Premium", "GT", "GT Performance Edition", "Rally"]}, {year: "2024", trims: ["Select", "Premium", "GT", "GT Performance Edition", "GT Bronze", "Rally"]}, {year: "2023", trims: ["Select", "Premium", "California Route 1", "GT", "GT Performance Edition"]}, {year: "2022", trims: ["Select", "Premium", "California Route 1", "GT", "GT Performance Edition"]}, { year: "2021", trims: ["Select RWD", "Select AWD", "California Route 1", "Premium RWD Standard Range", "Premium AWD Standard Range", "Premium RWD Extended Range", "Premium AWD Extended Range", "GT", "First Edition"] } ] } ]; export const genesisModels: GenesisModelsItem[] = [ { model: "Electrified G80", yearTrims: [ {year: "2025", trims: ["Advanced", "Prestige"]}, {year: "2024", trims: ["Advanced", "Prestige"]}, {year: "2023", trims: ["Base"]}, {year: "2022", trims: ["Base"]} ] }, { model: "Electrified G70", yearTrims: [ {year: "2025", trims: ["Advanced", "Prestige"]}, {year: "2024", trims: ["Advanced", "Prestige"]} ] }, { model: "Electrified GV70", yearTrims: [ {year: "2025", trims: ["Advanced", "Prestige"]}, {year: "2024", trims: ["Advanced", "Prestige"]} ] }, { model: "G80", yearTrims: [ {year: "2024", trims: ["Advanced", "Prestige"]}, {year: "2023", trims: ["Prestige"]} ] }, { model: "GT90", yearTrims: [{year: "2025", trims: ["Prestige"]}] }, { model: "GV60", yearTrims: [ {year: "2025", trims: ["Standard", "Advanced", "Prestige"]}, {year: "2024", trims: ["Standard", "Advanced", "Prestige"]}, {year: "2023", trims: ["Advanced", "Prestige"]} ] }, { model: "GV70", yearTrims: [ {year: "2024", trims: ["Advanced", "Prestige"]}, {year: "2023", trims: ["Advanced", "Prestige"]} ] } ]; export const gmcModels: GMCModelsItem[] = [ { model: "Hummer EV", yearTrims: [ {year: "2024", trims: ["2X", "3X", "Edition 1"]} ] }, { model: "Hummer EV Pickup", yearTrims: [ {year: "2025", trims: ["2X", "3X", "Edition 1"]}, {year: "2024", trims: ["2X", "3X", "Edition 1"]} ] }, { model: "Hummer EV SUV", yearTrims: [ {year: "2025", trims: ["2X", "3X", "Edition 1"]}, {year: "2024", trims: ["2X", "3X", "Edition 1"]} ] }, { model: "Sierra EV", yearTrims: [ {year: "2025", trims: ["Denali Edition 1"]}, {year: "2024", trims: ["Denali Edition 1"]} ] } ]; export const hondaModels: HondaModelsItem[] = [ { model: "Accord Plug-in Hybrid", yearTrims: [ {year: "2015", trims: ["Base"]}, {year: "2014", trims: ["Base"]} ] }, { model: "Clarity Electric", yearTrims: [ {year: "2019", trims: ["Electric"]}, {year: "2018", trims: ["Electric"]} ] }, { model: "Clarity Plug-In Hybrid", yearTrims: [ {year: "2019", trims: ["Base", "Touring"]}, {year: "2018", trims: ["Base", "Touring"]} ] }, { model: "CR-V", yearTrims: [{year: "2025", trims: ["CR-V Fuel Cell"]}] }, { model: "Fit EV", yearTrims: [ {year: "2015", trims: ["Fit EV"]}, {year: "2014", trims: ["Fit EV"]}, {year: "2013", trims: ["Fit EV"]} ] }, { model: "Prologue", yearTrims: [ {year: "2025", trims: ["EX FWD", "EX AWD", "Touring FWD", "Touring AWD", "Elite AWD"]}, {year: "2024", trims: ["EX FWD", "EX AWD", "Touring FWD", "Touring AWD", "Elite AWD"]} ] } ]; export const hyundaiModels: HyundaiModelsItem[] = [ { model: "Ioniq 5", yearTrims: [ {year: "2025", trims: ["SE", "SEL", "N Line", "Limited"]}, {year: "2024", trims: ["SE", "SEL", "Limited"]}, {year: "2023", trims: ["SE", "SEL", "Limited"]}, { year: "2022", trims: ["SE Standard Range", "SE Long Range", "SEL Long Range", "SEL Long Range AWD", "Limited Long Range", "Limited Long Range AWD"] } ] }, { model: "Ioniq 5 N", yearTrims: [{year: "2025", trims: ["Ioniq 5 N"]}] }, { model: "Ioniq 6", yearTrims: [ {year: "2025", trims: ["SE Standard Range", "SE Long Range", "SEL", "Limited"]}, {year: "2024", trims: ["SE Standard Range", "SE Long Range", "SEL", "Limited"]}, {year: "2023", trims: ["SE Standard Range", "SE Long Range", "SEL", "Limited"]} ] }, { model: "Ioniq 7", yearTrims: [{year: "2025", trims: ["SE", "SEL", "Limited"]}] }, { model: "Ioniq Electric", yearTrims: [ {year: "2021", trims: ["SE", "Limited"]}, {year: "2020", trims: ["SE", "Limited"]}, {year: "2019", trims: ["Electric", "Limited"]}, {year: "2018", trims: ["Electric", "Limited"]}, {year: "2017", trims: ["Electric", "Limited"]} ] }, { model: "Ioniq Plug-In Hybrid", yearTrims: [ {year: "2022", trims: ["SE", "SEL", "Limited"]}, {year: "2021", trims: ["SE", "SEL", "Limited"]}, {year: "2020", trims: ["SE", "Limited"]}, {year: "2019", trims: ["Base", "Limited"]}, {year: "2018", trims: ["Base", "Limited"]}, {year: "2017", trims: ["Base", "Limited"]} ] }, { model: "Kona Electric", yearTrims: [ {year: "2025", trims: ["SE", "SEL", "Limited"]}, {year: "2024", trims: ["SE", "SEL", "Limited"]}, {year: "2023", trims: ["SE", "SEL", "Limited"]}, {year: "2022", trims: ["SEL", "Limited"]}, {year: "2021", trims: ["SEL", "Limited", "Ultimate"]}, {year: "2020", trims: ["SEL", "Limited", "Ultimate"]}, {year: "2019", trims: ["SEL", "Limited", "Ultimate"]} ] }, { model: "Nexo", yearTrims: [ {year: "2024", trims: ["Blue", "Limited"]}, {year: "2023", trims: ["Blue", "Limited"]}, {year: "2022", trims: ["Blue", "Limited"]}, {year: "2021", trims: ["Blue", "Limited"]}, {year: "2020", trims: ["Blue", "Limited"]}, {year: "2019", trims: ["Nexo"]} ] }, { model: "Santa Fe Plug-In Hybrid", yearTrims: [ {year: "2024", trims: ["SE", "SEL", "Limited"]}, {year: "2023", trims: ["SE", "SEL", "Limited"]}, {year: "2022", trims: ["SE", "SEL", "Limited"]} ] }, { model: "Sonata Plug-in Hybrid", yearTrims: [ {year: "2019", trims: ["Base", "Limited"]}, {year: "2018", trims: ["Base", "Limited"]}, {year: "2017", trims: ["Base", "Limited"]}, {year: "2016", trims: ["Base", "Limited"]} ] }, { model: "Tucson Plug-In Hybrid", yearTrims: [ {year: "2024", trims: ["SE", "SEL", "Limited"]}, {year: "2023", trims: ["SE", "SEL", "Limited"]}, {year: "2022", trims: ["SE", "SEL", "Limited"]} ] } ]; export const jaguarModels: JaguarModelsItem[] = [ { model: "I-Pace", yearTrims: [ {year: "2025", trims: ["R-Dynamic HSE"]}, {year: "2024", trims: ["R-Dynamic HSE"]}, {year: "2023", trims: ["HSE"]}, {year: "2022", trims: ["HSE"]}, {year: "2021", trims: ["S", "SE", "HSE"]}, {year: "2020", trims: ["S", "SE", "HSE"]}, {year: "2019", trims: ["S", "SE", "HSE", "First Edition"]} ] } ]; export const jeepModels: JeepModelsItem[] = [ { model: "Grand Cherokee 4xe", yearTrims: [ {year: "2025", trims: ["Limited 4xe", "Overland 4xe", "Trailhawk 4xe", "Summit 4xe", "Summit Reserve 4xe"]}, {year: "2024", trims: ["Limited 4xe", "Overland 4xe", "Trailhawk 4xe", "Summit 4xe", "Summit Reserve 4xe"]}, {year: "2023", trims: ["Limited 4xe", "Overland 4xe", "Trailhawk 4xe", "Summit 4xe", "Summit Reserve 4xe"]}, {year: "2022", trims: ["Limited 4xe", "Overland 4xe", "Trailhawk 4xe", "Summit 4xe", "Summit Reserve 4xe"]} ] }, { model: "Recon EV", yearTrims: [{year: "2024", trims: ["Sport", "Willys", "Rubicon", "Sahara", "Sahara High Altitude"]}] }, { model: "Wagoneer S", yearTrims: [{year: "2025", trims: ["Series I", "Series II", "Series III"]}] }, { model: "Wrangler 4xe", yearTrims: [ {year: "2025", trims: ["Willys 4xe", "Sahara 4xe", "Rubicon 4xe", "High Altitude 4xe"]}, {year: "2024", trims: ["Sport S 4xe", "Willys 4xe", "Sahara 4xe", "Rubicon 4xe", "High Altitude 4xe"]}, {year: "2023", trims: ["Sport S 4xe", "Willys 4xe", "Sahara 4xe", "Rubicon 4xe", "High Altitude 4xe"]}, {year: "2022", trims: ["Sahara", "Rubicon", "High Altitude"]}, {year: "2021", trims: ["Sahara", "Rubicon", "High Altitude"]} ] } ]; export const kiaModels: KiaModelsItem[] = [ { model: "EV3", yearTrims: [{year: "2026", trims: ["Light", "Wind", "Land", "GT-Line"]}] }, { model: "EV4", yearTrims: [{year: "2026", trims: ["Light Standard Range", "Light Long Range", "Wind", "GT-Line"]}] }, { model: "EV5", yearTrims: [{ year: "2025", trims: ["Light RWD", "Light Long Range RWD", "Wind e-AWD", "Land e-AWD", "GT-Line e-AWD"] }] }, { model: "EV6", yearTrims: [ {year: "2025", trims: ["Light", "Wind", "GT-Line", "GT"]}, {year: "2024", trims: ["Light", "Wind", "GT-Line", "GT"]}, {year: "2023", trims: ["Light", "Wind", "Wind AWD", "GT-Line", "GT-Line AWD", "Limited Edition", "GT AWD"]}, {year: "2022", trims: ["Light RWD", "Wind RWD", "Wind AWD", "GT-Line RWD", "GT-Line AWD"]} ] }, { model: "EV9", yearTrims: [ {year: "2025", trims: ["Light RWD", "Light Long Range RWD", "Wind e-AWD", "Land e-AWD", "GT-Line e-AWD"]}, {year: "2024", trims: ["Light RWD", "Light Long Range RWD", "Wind e-AWD", "Land e-AWD", "GT-Line e-AWD"]} ] }, { model: "Niro EV", yearTrims: [ {year: "2025", trims: ["Wind", "Wave"]}, {year: "2024", trims: ["Wind", "Wave"]}, {year: "2023", trims: ["Wind", "Wave"]}, {year: "2022", trims: ["S", "EX", "EX Premium"]}, {year: "2021", trims: ["EX", "EX Premium"]}, {year: "2020", trims: ["EX", "EX Premium"]}, {year: "2019", trims: ["EX", "EX Premium"]} ] }, { model: "Niro Plug-in Hybrid", yearTrims: [ {year: "2025", trims: ["LX", "LXS", "SX"]}, {year: "2024", trims: ["LX", "LXS", "SX"]}, {year: "2023", trims: ["LX", "LXS", "SX"]}, {year: "2022", trims: ["LX", "EX", "EX Premium"]}, {year: "2021", trims: ["LX", "EX", "EX Premium"]}, {year: "2020", trims: ["LX", "EX", "EX Premium"]}, {year: "2019", trims: ["LX", "EX", "EX Premium"]}, {year: "2018", trims: ["LX", "EX", "EX Premium"]} ] }, { model: "Optima Plug-In Hybrid", yearTrims: [ {year: "2020", trims: ["EX"]}, {year: "2019", trims: ["EX"]}, {year: "2018", trims: ["EX"]}, {year: "2017", trims: ["EX"]} ] }, { model: "Sorento Plug-In Hybrid", yearTrims: [ {year: "2024", trims: ["SX", "SX Prestige", "X-Line SX Prestige"]}, {year: "2023", trims: ["SX", "SX Prestige", "X-Line SX Prestige"]}, {year: "2022", trims: ["SX", "SX Prestige"]} ] }, { model: "Soul EV", yearTrims: [ {year: "2020", trims: ["S", "X-Line", "Limited"]}, {year: "2019", trims: ["Base", "Plus"]}, {year: "2018", trims: ["Base", "Plus"]}, {year: "2017", trims: ["Base", "Plus"]}, {year: "2016", trims: ["Base", "Plus", "EV-e"]}, {year: "2015", trims: ["Base", "Plus"]} ] }, { model: "Sportage Plug-in Hybrid", yearTrims: [ {year: "2025", trims: ["X-Line", "X-Pro"]}, {year: "2024", trims: ["X-Line", "X-Pro Prestige"]}, {year: "2023", trims: ["X-Line", "X-Pro Prestige"]} ] } ]; export const lamborghiniModels: LamborghiniModelsItem[] = [ { model: "Lanzador", yearTrims: [{year: "2028", trims: ["Lanzador"]}] } ]; export const kandiModels: KandiModelsItem[] = [ { model: "K27", yearTrims: [ {year: "2021", trims: ["Base"]} ] } ]; export const karmaModels: KarmaModelsItem[] = [ { model: "GS-6", yearTrims: [ {year: "2022", trims: ["Base", "Luxury", "Sport"]}, {year: "2021", trims: ["Base", "Luxury", "Sport"]} ] }, { model: "Revero", yearTrims: [ {year: "2020", trims: ["Base"]}, {year: "2019", trims: ["Base"]}, {year: "2018", trims: ["Base", "Aliso Edition"]} ] }, { model: "Revero GT", yearTrims: [ {year: "2021", trims: ["Base", "Luxury"]}, {year: "2020", trims: ["Base"]} ] } ]; export const landRoverModels: LandRoverModelsItem[] = [ { model: "Defender Sport", yearTrims: [{year: "2027", trims: ["Base", "S", "SE", "HSE"]}] }, { model: "Range Rover EV", yearTrims: [{year: "2025", trims: ["SE", "HSE", "Autobiography"]}] }, { model: "Range Rover P400e", yearTrims: [ {year: "2021", trims: ["HSE P400e", "Autobiography P400e"]}, {year: "2020", trims: ["HSE P400e", "Autobiography P400e"]}, {year: "2019", trims: ["HSE P400e", "Autobiography P400e"]} ] }, { model: "Range Rover P550 PHEV", yearTrims: [{year: "2025", trims: ["SE", "HSE", "Autobiography", "First Edition"]}] }, { model: "Range Rover Sport P400e", yearTrims: [ {year: "2021", trims: ["HSE P400e", "Autobiography Dynamic P400e"]}, {year: "2020", trims: ["HSE P400e", "Autobiography Dynamic P400e"]}, {year: "2019", trims: ["HSE P400e", "Autobiography Dynamic P400e"]} ] }, { model: "Range Rover Sport P460 PHEV", yearTrims: [ {year: "2025", trims: ["Dynamic SE", "Dynamic HSE", "Autobiography", "First Edition"]}, {year: "2024", trims: ["Dynamic SE", "Dynamic HSE", "Autobiography", "First Edition"]}, {year: "2023", trims: ["Dynamic SE", "Dynamic HSE", "Autobiography"]} ] }, { model: "Range Rover P440 PHEV", yearTrims: [ {year: "2024", trims: ["SE", "HSE", "Autobiography", "SV"]}, {year: "2023", trims: ["SE", "HSE", "Autobiography", "SV"]} ] } ]; export const lexusModels: LexusModelsItem[] = [ { model: "Electrified Sports", yearTrims: [{year: "2025", trims: ["Base"]}] }, { model: "NX 450h+", yearTrims: [ {year: "2025", trims: ["Premium", "Luxury", "F Sport Design", "F Sport Handling", "F Sport Performance"]}, {year: "2024", trims: ["Premium", "Luxury", "F Sport Design", "F Sport Handling"]}, {year: "2023", trims: ["Premium", "Luxury", "F Sport Handling"]}, {year: "2022", trims: ["Premium", "Luxury"]} ] }, { model: "RZ", yearTrims: [ {year: "2025", trims: ["RZ300e Premium", "RZ450e Premium", "RZ300e Luxury", "RZ450e Luxury"]}, {year: "2024", trims: ["RZ300e Premium", "RZ450e Premium", "RZ300e Luxury", "RZ450e Luxury"]}, {year: "2023", trims: ["Premium", "Luxury"]} ] }, { model: "TZ", yearTrims: [{year: "2026", trims: ["TZ450e", "TZ550e"]}] } ]; export const lincolnModels: LincolnModelsItem[] = [ { model: "Aviator Grand Touring", yearTrims: [ {year: "2024", trims: ["Standard", "Reserve", "Black Label"]}, {year: "2023", trims: ["Standard", "Reserve", "Black Label"]}, {year: "2022", trims: ["Standard", "Reserve", "Black Label"]}, {year: "2021", trims: ["Standard", "Reserve", "Black Label"]}, {year: "2020", trims: ["Standard", "Reserve", "Black Label"]} ] }, { model: "Corsair Grand Touring", yearTrims: [ {year: "2025", trims: ["Standard", "Reserve"]}, {year: "2024", trims: ["Standard", "Reserve"]}, {year: "2023", trims: ["Standard", "Reserve"]}, {year: "2022", trims: ["Standard", "Reserve"]}, {year: "2021", trims: ["Standard", "Reserve"]} ] }, { model: "Star", yearTrims: [{year: "2025", trims: ["Standard", "Reserve", "Black Label"]}] } ]; export const lordstownModels: LordstownModelsItem[] = [ { model: "Endurance", yearTrims: [{year: "2023", trims: ["Endurance"]}] } ]; export const lotusModels: LotusModelsItem[] = [ { model: "Eletre", yearTrims: [ {year: "2025", trims: ["Base", "S", "R"]}, {year: "2024", trims: ["Base", "S", "R"]} ] }, { model: "Emeya", yearTrims: [{year: "2025", trims: ["Base", "S", "R"]}] }, { model: "Evija", yearTrims: [ {year: "2024", trims: ["Evija"]}, {year: "2023", trims: ["Evija"]} ] }, { model: "Type 135", yearTrims: [{year: "2028", trims: ["Base", "S", "R"]}] } ]; export const lucidModels: LucidModelsItem[] = [ { model: "Air", yearTrims: [ {year: "2025", trims: ["Pure RWD", "Touring AWD", "Grand Touring AWD", "Sapphire"]}, {year: "2024", trims: ["Pure RWD", "Touring AWD", "Grand Touring AWD", "Sapphire"]}, {year: "2023", trims: ["Pure", "Touring", "Grand Touring", "Grand Touring Performance", "Sapphire"]}, { year: "2022", trims: ["Pure", "Touring", "Grand Touring", "Grand Touring Performance", "Dream Edition", "Dream Edition Performance"] } ] }, { model: "Gravity", yearTrims: [{year: "2025", trims: ["Pure", "Touring", "Grand Touring", "Dream Edition", "Sapphire"]}] } ]; export const maseratiModels: MaseratiModelsItem[] = [ { model: "GranCabrio Folgore", yearTrims: [{year: "2025", trims: ["Folgore"]}] }, { model: "GranTurismo Folgore", yearTrims: [ {year: "2025", trims: ["Folgore"]}, {year: "2024", trims: ["Folgore"]} ] }, { model: "Grecale Folgore", yearTrims: [ {year: "2025", trims: ["GT", "Modena", "Trofeo"]}, {year: "2024", trims: ["GT", "Modena", "Trofeo"]} ] } ]; export const mazdaModels: MazdaModelsItem[] = [ { model: "CX-70 PHEV", yearTrims: [{year: "2025", trims: ["Turbo", "Turbo Premium", "Turbo Premium Plus"]}] }, { model: "CX-90 PHEV", yearTrims: [{year: "2025", trims: ["Premium", "Premium Plus", "S Premium", "S Premium Plus", "S Select"]}] }, { model: "MX-30", yearTrims: [ {year: "2023", trims: ["Base", "Premium Plus"]}, {year: "2022", trims: ["Base", "Premium Plus"]} ] } ]; export const mclarenModels: McLarenModelsItem[] = [ { model: "Artura", yearTrims: [ {year: "2025", trims: ["Base", "Spider"]}, {year: "2024", trims: ["Base", "Spider"]}, {year: "2023", trims: ["Base"]} ] }, { model: "P1", yearTrims: [ {year: "2016", trims: ["Base"]}, {year: "2015", trims: ["Base"]} ] } ]; export const mercedesAMGModels: MercedesAMGModelsItem[] = [ { model: "EQE 4MATIC+", yearTrims: [{year: "2025", trims: ["Premium", "Exclusive", "Pinnacle"]}] }, { model: "EQE SUV", yearTrims: [ {year: "2025", trims: ["EQE53", "EQE53 Pinnacle", "EQE53 Dynamic Plus", "EQE53 Dynamic Plus Pinnacle"]}, {year: "2024", trims: ["EQE53", "EQE53 Pinnacle", "EQE53 Dynamic Plus", "EQE53 Dynamic Plus Pinnacle"]} ] }, { model: "EQE53", yearTrims: [ {year: "2024", trims: ["Exclusive", "Pinnacle"]}, {year: "2023", trims: ["EQE53"]} ] }, { model: "EQS 4MATIC+", yearTrims: [ {year: "2025", trims: ["Premium", "Exclusive", "Pinnacle"]}, {year: "2024", trims: ["Premium", "Exclusive", "Pinnacle"]}, {year: "2023", trims: ["Premium", "Exclusive", "Pinnacle"]}, {year: "2022", trims: ["Premium", "Exclusive", "Pinnacle"]} ] } ]; export const mercedesBenzModels: MercedesBenzModelsItem[] = [ { model: "B-Class Electric Drive", yearTrims: [ {year: "2017", trims: ["B-Class"]}, {year: "2016", trims: ["Base"]}, {year: "2015", trims: ["Base"]} ] }, { model: "C350e", yearTrims: [ {year: "2018", trims: ["Base"]}, {year: "2017", trims: ["Base"]}, {year: "2016", trims: ["Base"]} ] }, { model: "CLA-Class EV", yearTrims: [{year: "2026", trims: ["Premium", "Exclusive", "Pinnacle"]}] }, { model: "EQB", yearTrims: [ {year: "2025", trims: ["EQB250+ Premium", "EQB300 Premium", "EQB350 Premium"]}, {year: "2024", trims: ["EQB250+ Premium", "EQB300 Premium", "EQB350 Premium"]}, { year: "2023", trims: ["EQB250+ Premium", "EQB250+ Pinnacle", "EQB250+ Exclusive", "EQB300 Premium", "EQB300 Pinnacle", "EQB300 Exclusive", "EQB350 Premium", "EQB350 Pinnacle", "EQB350 Exclusive"] }, {year: "2022", trims: ["EQB300 Exclusive", "EQB350 Exclusive", "EQB300 Pinnacle", "EQB350 Pinnacle"]} ] }, { model: "EQE", yearTrims: [ { year: "2025", trims: ["EQE350 4Matic Premium", "EQE350 4Matic Exclusive", "EQE350 4Matic Pinnacle", "EQE350+ Exclusive", "EQE350+ Pinnacle", "EQE350+ Premium", "EQE500 4Matic Premium", "EQE500 4Matic Exclusive", "EQE500 4Matic Pinnacle"] }, { year: "2024", trims: ["EQE350 4Matic Premium", "EQE350 4Matic Exclusive", "EQE350 4Matic Pinnacle", "EQE350+ Exclusive", "EQE350+ Pinnacle", "EQE350+ Premium", "EQE500 4Matic Premium", "EQE500 4Matic Exclusive", "EQE500 4Matic Pinnacle"] }, {year: "2023", trims: ["EQE350+", "EQE350", "EQE500"]} ] }, { model: "EQE SUV", yearTrims: [ { year: "2025", trims: ["EQE350 4Matic Premium", "EQE350 4Matic Exclusive", "EQE350 4Matic Pinnacle", "EQE350+ Exclusive", "EQE350+ Pinnacle", "EQE500 Premium", "EQE500 4Matic Exclusive", "EQE500 4Matic Pinnacle"] }, { year: "2024", trims: ["EQE350 4Matic Premium", "EQE350 4Matic Exclusive", "EQE350 4Matic Pinnacle", "EQE350+ Exclusive", "EQE350+ Pinnacle", "EQE500 Premium", "EQE500 4Matic Exclusive", "EQE500 4Matic Pinnacle"] }, { year: "2023", trims: ["EQE350 4Matic Premium", "EQE350 4Matic Exclusive", "EQE350 4Matic Pinnacle", "EQE350+ Exclusive", "EQE350+ Pinnacle", "EQE350+ Premium", "EQE500 4Matic Premium", "EQE500 4Matic Exclusive", "EQE500 4Matic Pinnacle"] } ] }, { model: "EQG", yearTrims: [{year: "2025", trims: ["EQG"]}] }, { model: "EQS", yearTrims: [ { year: "2025", trims: ["EQS450+ Premium", "EQS450 4Matic Premium", "EQS450+ Exclusive", "EQS450 4Matic Exclusive", "EQS450+ Pinnacle", "EQS450 4Matic Pinnacle", "EQS580 4Matic Premium", "EQS580 4Matic Exclusive", "EQS580 4Matic Pinnacle"] }, { year: "2024", trims: ["EQS450+ Premium", "EQS450 4Matic Premium", "EQS450+ Exclusive", "EQS450 4Matic Exclusive", "EQS450+ Pinnacle", "EQS450 4Matic Pinnacle", "EQS580 4Matic Premium", "EQS580 4Matic Exclusive", "EQS580 4Matic Pinnacle"] }, {year: "2023", trims: ["EQS450+", "EQS450 4Matic", "EQS580 4Matic"]}, { year: "2022", trims: ["EQS450+ Premium", "EQS450+ Exclusive", "EQS450+ Pinnacle", "EQS580 Premium", "EQS580 Exclusive", "EQS580 Pinnacle"] } ] }, { model: "EQS SUV", yearTrims: [ { year: "2025", trims: ["EQS450+ Premium", "EQS450 4Matic Premium", "EQS450+ Exclusive", "EQS450 4Matic Exclusive", "EQS450+ Pinnacle", "EQS450 4Matic Pinnacle", "EQS580 4Matic Premium", "EQS580 4Matic Exclusive", "EQS580 4Matic Pinnacle"] }, { year: "2024", trims: ["EQS450+ Premium", "EQS450 4Matic Premium", "EQS450+ Exclusive", "EQS450 4Matic Exclusive", "EQS450+ Pinnacle", "EQS450 4Matic Pinnacle", "EQS580 4Matic Premium", "EQS580 4Matic Exclusive", "EQS580 4Matic Pinnacle"] }, { year: "2023", trims: ["EQS450+ Premium", "EQS450 4Matic Premium", "EQS450+ Exclusive", "EQS450 4Matic Exclusive", "EQS450+ Pinnacle", "EQS450 4Matic Pinnacle", "EQS580 4Matic Premium", "EQS580 4Matic Exclusive", "EQS580 4Matic Pinnacle"] } ] }, { model: "eSprinter", yearTrims: [ {year: "2025", trims: ["Cargo Van High Output", "Cargo Van Standard Output"]}, {year: "2024", trims: ["Cargo Van High Output", "Cargo Van Standard Output"]} ] }, { model: "G 580 EQ", yearTrims: [{year: "2025", trims: ["Premium", "Exclusive"]}] }, { model: "GLC 350 e PHEV", yearTrims: [ {year: "2025", trims: ["Premium", "Exclusive"]}, {year: "2020", trims: ["4MATIC"]}, {year: "2019", trims: ["4MATIC"]}, {year: "2018", trims: ["4MATIC"]} ] }, { model: "GLE 450 e PHEV", yearTrims: [{year: "2025", trims: ["Premium", "Exclusive", "Pinnacle"]}] }, { model: "GLE550e", yearTrims: [ {year: "2018", trims: ["4MATIC"]}, {year: "2017", trims: ["4MATIC"]}, {year: "2016", trims: ["4MATIC"]} ] }, { model: "S550 Plug-in Hybrid", yearTrims: [ {year: "2016", trims: ["Base"]}, {year: "2015", trims: ["Base"]} ] }, { model: "S 560e", yearTrims: [ {year: "2020", trims: ["Base"]}, {year: "2019", trims: ["Base"]} ] }, { model: "S 580 e", yearTrims: [ {year: "2024", trims: ["4MATIC"]}, {year: "2023", trims: ["4MATIC"]} ] } ]; export const mercedesMaybachModels: MercedesMaybachModelsItem[] = [ { model: "EQS SUV", yearTrims: [ {year: "2025", trims: ["EQS680", "EQS680 Night Series"]}, {year: "2024", trims: ["EQS680", "EQS680 Night Series"]} ] } ]; export const miniModels: MiniModelsItem[] = [ { model: "Aceman", yearTrims: [{year: "2025", trims: ["Classic", "Iconic", "Signature"]}] }, { model: "Cooper Electric", yearTrims: [ { year: "2025", trims: ["Cooper E Classic", "Cooper SE Classic", "Cooper E Signature", "Cooper SE Signature", "Cooper E Iconic", "Cooper SE Iconic"] }, {year: "2024", trims: ["Classic", "Signature", "Iconic"]}, {year: "2023", trims: ["Signature", "Signature Plus", "Iconic"]}, {year: "2022", trims: ["Signature", "Signature Plus", "Iconic"]}, {year: "2021", trims: ["Signature", "Signature Plus", "Iconic"]}, {year: "2020", trims: ["Signature", "Signature Plus", "Iconic"]} ] }, { model: "Cooper SE Countryman ALL4", yearTrims: [ {year: "2021", trims: ["Countryman S E All4"]}, {year: "2020", trims: ["Countryman S E All4"]}, {year: "2019", trims: ["Countryman S E All4"]}, {year: "2018", trims: ["Countryman S E All4"]}, {year: "2017", trims: ["Countryman S E All4"]} ] }, { model: "Countryman Electric", yearTrims: [{year: "2025", trims: ["Countryman S E All4"]}] }, { model: "Countryman SE ALL4", yearTrims: [{year: "2025", trims: ["Classic", "Signature", "Iconic"]}] } ]; export const mitsubishiModels: MitsubishiModelsItem[] = [ { model: "i-MiEV", yearTrims: [ {year: "2017", trims: ["i-MiEV"]}, {year: "2016", trims: ["Base"]}, {year: "2015", trims: ["Base"]}, {year: "2014", trims: ["Base"]}, {year: "2013", trims: ["Base"]}, {year: "2012", trims: ["Base"]} ] }, { model: "Outlander PHEV", yearTrims: [ {year: "2025", trims: ["ES", "SE", "SEL", "40th Anniversary Edition"]}, {year: "2024", trims: ["ES", "SE", "SEL"]}, {year: "2023", trims: ["ES", "SE", "SEL"]}, {year: "2022", trims: ["ES", "SE", "SEL"]}, {year: "2021", trims: ["ES", "SE", "SEL", "LE"]}, {year: "2020", trims: ["ES", "SE", "SEL", "LE"]}, {year: "2019", trims: ["ES", "SE", "SEL", "GT"]}, {year: "2018", trims: ["SEL", "GT"]} ] } ]; export const nissanModels: NissanModelsItem[] = [ { model: "Altra-EV", yearTrims: [{year: "2003", trims: ["Base"]}] }, { model: "Ariya", yearTrims: [ {year: "2025", trims: ["Engage", "Venture+", "Evolve+", "Engage+", "Empower+", "Platinum+"]}, {year: "2024", trims: ["Engage", "Venture+", "Evolve+", "Engage+", "Empower+", "Platinum+"]}, { year: "2023", trims: ["Engage", "Engage e-4ORCE", "Venture+", "Evolve+", "Engage+ e-4ORCE", "Evolve+ e-4ORCE", "Premiere", "Platinum+ e-4ORCE"] } ] }, { model: "Hypermini", yearTrims: [{year: "2003", trims: ["Base"]}] }, { model: "Leaf", yearTrims: [ {year: "2025", trims: ["S", "SV Plus"]}, {year: "2024", trims: ["S", "SV Plus"]}, {year: "2023", trims: ["S", "SV Plus"]}, {year: "2022", trims: ["S", "SV", "S Plus", "SV Plus", "SL Plus"]}, {year: "2021", trims: ["S", "SV", "S Plus", "SV Plus", "SL Plus"]}, {year: "2020", trims: ["S", "SV", "S Plus", "SV Plus", "SL Plus"]}, {year: "2019", trims: ["S", "SL", "SV", "S Plus", "SV Plus", "SL Plus"]}, {year: "2018", trims: ["S", "SL", "SV"]}, {year: "2017", trims: ["S", "SL", "SV"]}, {year: "2016", trims: ["S", "SL", "SV"]}, {year: "2015", trims: ["S", "SV", "SL"]}, {year: "2014", trims: ["S", "SV", "SL"]}, {year: "2013", trims: ["S", "SV", "SL"]}, {year: "2012", trims: ["SL", "SV"]}, {year: "2011", trims: ["SL", "SV"]} ] } ]; export const polestarModels: PolestarModelsItem[] = [ { model: "1", yearTrims: [ {year: "2021", trims: ["Polestar 1"]}, {year: "2020", trims: ["Polestar 1"]} ] }, { model: "2", yearTrims: [ {year: "2025", trims: ["Single Motor", "Dual Motor", "Dual Motor Performance Pack"]}, {year: "2024", trims: ["Long Range RWD", "Long Range AWD", "Long Range with Performance Pack"]}, { year: "2023", trims: ["Single Motor", "Dual Motor", "Single Motor Plus", "Dual Motor Plus", "Dual Motor Performance", "Dual Motor Performance Plus", "BST Edition 270"] }, {year: "2022", trims: ["Single Motor", "Dual Motor"]}, {year: "2021", trims: ["Single Motor", "Dual Motor", "Launch Edition"]} ] }, { model: "3", yearTrims: [{ year: "2025", trims: ["Long Range Single Motor", "Long Range Dual Motor", "Long Range Dual Motor Performance Pack"] }] }, { model: "4", yearTrims: [{year: "2025", trims: ["Long Range Single Motor", "Long Range Dual Motor"]}] }, { model: "5", yearTrims: [{year: "2024", trims: ["Base"]}] }, { model: "6", yearTrims: [{year: "2026", trims: ["Dual Motor"]}] } ]; export const porscheModels: PorscheModelsItem[] = [ { model: "718 EV", yearTrims: [{year: "2025", trims: ["Base", "S", "GTS"]}] }, { model: "918 Spyder", yearTrims: [ {year: "2016", trims: ["Base", "Weissach Package"]}, {year: "2015", trims: ["Base", "Weissach Package"]}, {year: "2014", trims: ["Base", "Weissach Package"]} ] }, { model: "Cayenne EV", yearTrims: [{year: "2026", trims: ["Cayenne EV", "Cayenne EV S", "Cayenne EV GTS"]}] }, { model: "Cayenne E-Hybrid", yearTrims: [ {year: "2024", trims: ["Base"]}, {year: "2023", trims: ["Base"]}, {year: "2022", trims: ["Base"]}, {year: "2021", trims: ["Base"]}, {year: "2020", trims: ["Base"]}, {year: "2019", trims: ["Base"]} ] }, { model: "Cayenne E-Hybrid Coupe", yearTrims: [ {year: "2024", trims: ["Base"]}, {year: "2023", trims: ["Base"]}, {year: "2022", trims: ["Base"]}, {year: "2021", trims: ["Base"]}, {year: "2020", trims: ["Base"]} ] }, { model: "Cayenne S E-Hybrid", yearTrims: [ {year: "2019", trims: ["Base"]}, {year: "2018", trims: ["Base"]}, {year: "2017", trims: ["Base"]}, {year: "2016", trims: ["Base"]}, {year: "2015", trims: ["Base"]} ] }, { model: "Cayenne Turbo S E-Hybrid", yearTrims: [ {year: "2024", trims: ["Base"]}, {year: "2023", trims: ["Base"]}, {year: "2022", trims: ["Base"]}, {year: "2021", trims: ["Base"]}, {year: "2020", trims: ["Base"]} ] }, { model: "Cayenne Turbo S E-Hybrid Coupe", yearTrims: [ {year: "2024", trims: ["Base"]}, {year: "2023", trims: ["Base"]}, {year: "2022", trims: ["Base"]}, {year: "2021", trims: ["Base"]}, {year: "2020", trims: ["Base"]} ] }, { model: "Macan Electric", yearTrims: [ {year: "2025", trims: ["4", "4S", "Turbo"]}, {year: "2024", trims: ["4", "Turbo"]} ] }, { model: "Panamera 4 E-Hybrid", yearTrims: [ {year: "2021", trims: ["4 E-Hybrid", "4 E-Hybrid Executive", "4 E-Hybrid Sport Turismo"]}, {year: "2020", trims: ["4 E-Hybrid", "4 E-Hybrid Executive", "4 E-Hybrid Sport Turismo"]}, {year: "2019", trims: ["4 E-Hybrid", "4 E-Hybrid Executive", "4 E-Hybrid Sport Turismo"]}, {year: "2018", trims: ["4 E-Hybrid", "4 E-Hybrid Executive", "4 E-Hybrid Sport Turismo"]} ] }, { model: "Panamera 4S E-Hybrid", yearTrims: [ {year: "2022", trims: ["4S E-Hybrid", "4S E-Hybrid Executive", "4S E-Hybrid Sport Turismo"]}, {year: "2021", trims: ["4S E-Hybrid", "4S E-Hybrid Executive", "4S E-Hybrid Sport Turismo"]} ] }, { model: "Panamera S E-Hybrid", yearTrims: [ {year: "2019", trims: ["Base", "4 E-Hybrid"]}, {year: "2018", trims: ["Base", "4 E-Hybrid"]}, {year: "2017", trims: ["Base", "4 E-Hybrid"]}, {year: "2016", trims: ["Base"]}, {year: "2015", trims: ["Base"]}, {year: "2014", trims: ["Base"]} ] }, { model: "Panamera Turbo S E-Hybrid", yearTrims: [ {year: "2021", trims: ["Turbo S E-Hybrid", "Turbo S E-Hybrid Executive", "Turbo S E-Hybrid Sport Turismo"]}, {year: "2020", trims: ["Turbo S E-Hybrid", "Turbo S E-Hybrid Executive", "Turbo S E-Hybrid Sport Turismo"]}, {year: "2019", trims: ["Turbo S E-Hybrid", "Turbo S E-Hybrid Executive", "Turbo S E-Hybrid Sport Turismo"]}, {year: "2018", trims: ["Turbo S E-Hybrid", "Turbo S E-Hybrid Executive", "Turbo S E-Hybrid Sport Turismo"]} ] }, { model: "Taycan", yearTrims: [ { year: "2025", trims: ["Performance Battery", "Performance Battery Plus", "4", "4S", "4S Cross Turismo", "Turbo", "Turbo S", "Turbo Cross Turismo", "Turbo GT"] }, {year: "2024", trims: ["Base", "4S", "Turbo", "Turbo S", "GTS"]}, {year: "2023", trims: ["Base", "4S", "Turbo", "Turbo S", "GTS"]}, {year: "2022", trims: ["Base", "4S", "Turbo", "Turbo S", "GTS"]}, {year: "2021", trims: ["Base", "4S", "Turbo", "Turbo S"]}, {year: "2020", trims: ["4S", "Turbo", "Turbo S"]} ] }, { model: "Taycan Cross Turismo", yearTrims: [ {year: "2025", trims: ["4", "4S", "Turbo", "Turbo S"]}, { year: "2024", trims: ["Cross Turismo 4", "Cross Turismo 4S", "Sport Turismo GTS", "Cross Turismo Turbo", "Cross Turismo Turbo S"] }, { year: "2023", trims: ["Taycan Cross Turismo 4", "Taycan Cross Turismo 4S", "Taycan Sport Turismo GTS", "Taycan Cross Turismo Turbo", "Taycan Cross Turismo Turbo S"] }, {year: "2022", trims: ["4", "4S", "GTS Sport Turismo", "Turbo", "Turbo S"]}, {year: "2021", trims: ["4", "4S", "Turbo", "Turbo S"]} ] } ]; export const ramModels: RamModelsItem[] = [ { model: "1500 EV", yearTrims: [{year: "2025", trims: ["Tradesman", "Big Horn", "Laramie", "Rebel", "Longhorn", "Limited", "Tungsten"]}] }, { model: "ProMaster EV", yearTrims: [{year: "2024", trims: ["High Roof", "Super High Roof"]}] } ]; export const rivianModels: RivianModelsItem[] = [ { model: "Commercial Van", yearTrims: [{year: "2024", trims: ["Delivery 500", "Delivery 700"]}] }, { model: "R1S", yearTrims: [ { year: "2025", trims: ["Dual Standard", "Dual Large", "Dual", "Dual Large Plus", "Dual All-Terrain", "Dual Performance", "Tri Max", "Tri Max All-Terrain"] }, { year: "2024", trims: ["Adventure Dual-Motor Standard Pack", "Adventure Dual-Motor Standard+ Pack", "Adventure Performance Dual-Motor Standard+ Pack", "Adventure Dual-Motor Large Pack", "Adventure Performance Dual-Motor Large Pack", "Adventure Quad-Motor Large Pack", "Launch Edition Quad-Motor Large Pack", "Adventure Dual-Motor Max Pack", "Adventure Performance Dual-Motor Max Pack"] }, { year: "2023", trims: ["Adventure Dual-Motor Standard Pack", "Adventure Dual-Motor Large Pack", "Adventure Performance Dual-Motor Large Pack", "Launch Edition Quad-Motor Large Pack", "Adventure Quad-Motor Large Pack", "Adventure Dual-Motor Max Pack", "Adventure Performance Dual-Motor Max Pack"] }, {year: "2022", trims: ["Explore Package", "Adventure Package", "Launch Edition"]} ] }, { model: "R1T", yearTrims: [ { year: "2025", trims: ["Dual Standard", "Dual Large", "Dual", "Dual Large Plus", "Dual Max", "Dual All-Terrain", "Dual Performance", "Tri Max", "Tri Max All-Terrain"] }, { year: "2024", trims: ["Adventure Dual-Motor Standard Pack", "Adventure Dual-Motor Standard+ Pack", "Adventure Performance Dual-Motor Standard+ Pack", "Adventure Dual-Motor Large Pack", "Adventure Performance Dual-Motor Large Pack", "Adventure Quad-Motor Large Pack", "Launch Edition Quad-Motor Large Pack", "Adventure Dual-Motor Max Pack", "Adventure Performance Dual-Motor Max Pack"] }, { year: "2023", trims: ["Adventure Dual-Motor Standard Pack", "Adventure Dual-Motor Large Pack", "Adventure Performance Dual-Motor Large Pack", "Launch Edition Quad-Motor Large Pack", "Adventure Quad-Motor Large Pack", "Adventure Dual-Motor Max Pack", "Adventure Performance Dual-Motor Max Pack"] }, {year: "2022", trims: ["Explore Package", "Adventure Package", "Launch Edition"]} ] }, { model: "R2", yearTrims: [{year: "2026", trims: ["Adventure", "Adventure All-Terrain", "Launch Edition"]}] }, { model: "R3", yearTrims: [{year: "2027", trims: ["R3", "R3X"]}] } ]; export const rollsRoyceModels: RollsRoyceModelsItem[] = [ { model: "Black Badge Spectre", yearTrims: [{year: "2025", trims: ["Black Badge"]}] }, { model: "Spectre", yearTrims: [ {year: "2025", trims: ["Spectre", "Black Badge Spectre"]}, {year: "2024", trims: ["Spectre", "Black Badge Spectre"]} ] } ]; export const scoutModels: ScoutModelsItem[] = [ { model: "Pickup", yearTrims: [{year: "2026", trims: ["Pickup"]}] }, { model: "SUV", yearTrims: [{year: "2026", trims: ["SUV"]}] } ]; export const smartModels: SmartModelsItem[] = [ { model: "EQ Fortwo", yearTrims: [ {year: "2019", trims: ["EQ Fortwo"]}, {year: "2018", trims: ["EQ Fortwo"]} ] }, { model: "fortwo Electric Drive", yearTrims: [ {year: "2018", trims: ["Coupe", "Cabriolet"]}, {year: "2017", trims: ["Coupe", "Cabriolet"]}, {year: "2016", trims: ["Coupe", "Cabriolet"]}, {year: "2015", trims: ["Coupe", "Cabriolet"]}, {year: "2014", trims: ["Coupe", "Cabriolet"]}, {year: "2013", trims: ["Coupe", "Cabriolet"]} ] } ]; export const solectriaModels: SolectriaModelsItem[] = [ { model: "Citivan", yearTrims: [{year: "2003", trims: ["Base"]}] } ]; export const subaruModels: SubaruModelsItem[] = [ { model: "Crosstrek Hybrid", yearTrims: [ {year: "2024", trims: ["Base"]}, {year: "2023", trims: ["Base"]}, {year: "2022", trims: ["Base"]}, {year: "2021", trims: ["Base"]}, {year: "2020", trims: ["Base"]}, {year: "2019", trims: ["Base"]} ] }, { model: "Solterra", yearTrims: [ {year: "2025", trims: ["Premium", "Limited", "Touring"]}, {year: "2024", trims: ["Premium", "Limited", "Touring"]}, {year: "2023", trims: ["Premium", "Limited", "Touring"]} ] } ]; export const teslaModels: TeslaModelsItem[] = [ { model: "Cybertruck", yearTrims: [ {year: "2025", trims: ["Dual Motor"]}, {year: "2024", trims: ["Beast", "Dual Motor"]} ] }, { model: "Model 3", yearTrims: [ {year: "2025", trims: ["Standard Range RWD", "Long Range AWD", "Performance AWD"]}, {year: "2024", trims: ["Standard Range RWD", "RWD", "Long Range AWD", "Performance"]}, {year: "2023", trims: ["RWD", "Long Range AWD", "Performance AWD", "Standard Range RWD", "Long Range"]}, {year: "2022", trims: ["Base", "RWD", "Long Range", "Performance"]}, {year: "2021", trims: ["Standard Range Plus", "Long Range", "Performance"]}, {year: "2020", trims: ["Standard Range", "Standard Range Plus", "Long Range", "Performance"]}, {year: "2019", trims: ["Standard Range", "Standard Range Plus", "Mid Range", "Long Range", "Performance"]}, {year: "2018", trims: ["Standard", "Mid Range", "Long Range", "Performance"]}, {year: "2017", trims: ["75", "Standard", "Long Range"]} ] }, { model: "Model S", yearTrims: [ {year: "2025", trims: ["AWD", "Plaid", "Long Range"]}, {year: "2024", trims: ["AWD", "Plaid AWD", "Plaid", "Model S", "Long Range"]}, {year: "2023", trims: ["AWD", "Standard Range", "Plaid", "Long Range"]}, {year: "2022", trims: ["Long Range", "Plaid", "Model S", "Model S Plaid"]}, {year: "2021", trims: ["Plaid", "Plaid+", "Long Range", "Long Range Plus", "Performance"]}, {year: "2020", trims: ["Long Range Plus", "Long Range", "Performance"]}, {year: "2019", trims: ["Base", "Performance", "P100D", "Standard Range", "75D", "Long Range", "100D"]}, {year: "2018", trims: ["P100D", "75D", "100D"]}, {year: "2017", trims: ["P100D", "60", "60D", "75", "75D", "90D", "100D"]}, {year: "2016", trims: ["P85D", "P90D", "P100D", "60", "60D", "70", "70D", "75", "75D", "85D", "90D"]}, {year: "2015", trims: ["P85D", "P90D", "60", "70", "70D", "85", "85D", "90D"]}, {year: "2014", trims: ["Base", "Performance", "P85+", "P85D", "60", "85"]}, {year: "2013", trims: ["Base", "Performance"]}, {year: "2012", trims: ["Base", "Signature", "Signature Performance", "Performance"]} ] }, { model: "Model X", yearTrims: [ {year: "2025", trims: ["AWD", "Plaid", "Long Range"]}, {year: "2024", trims: ["Plaid", "AWD", "Model X", "Long Range"]}, {year: "2023", trims: ["Standard Range", "Plaid", "AWD", "Model X Plaid", "Long Range"]}, {year: "2022", trims: ["Long Range", "Plaid", "Model X", "Model X Plaid"]}, {year: "2021", trims: ["Performance", "Long Range", "Long Range Plus", "Plaid"]}, {year: "2020", trims: ["Performance", "Long Range", "Long Range Plus"]}, {year: "2019", trims: ["P100D", "100D", "70D", "Performance", "Standard Range", "Base", "Long Range"]}, {year: "2018", trims: ["P100D", "100D", "75D"]}, {year: "2017", trims: ["P100D", "100D", "75D", "90D"]}, {year: "2016", trims: ["P90D", "P100D", "60D", "70D", "75D", "90D"]} ] }, { model: "Model Y", yearTrims: [ {year: "2025", trims: ["Long Range AWD", "Performance AWD", "RWD"]}, {year: "2024", trims: ["Long Range AWD", "Performance AWD", "RWD", "Standard Range RWD"]}, { year: "2023", trims: ["Long Range AWD", "Performance AWD", "AWD", "RWD", "Standard Range", "Long Range", "Performance"] }, {year: "2022", trims: ["Long Range", "Performance"]}, {year: "2021", trims: ["Long Range", "Performance", "Standard Range"]}, {year: "2020", trims: ["Long Range", "Performance"]} ] }, { model: "Roadster", yearTrims: [{year: "2026", trims: ["Base", "Founder's Edition"]}] } ]; export const toyotaModels: ToyotaModelsItem[] = [ { model: "bZ3X", yearTrims: [{year: "2025", trims: ["XLE", "Limited"]}] }, { model: "bZ4X", yearTrims: [ {year: "2025", trims: ["XLE", "Limited"]}, {year: "2024", trims: ["XLE", "Limited"]}, {year: "2023", trims: ["XLE", "Limited"]} ] }, { model: "bZ5X", yearTrims: [{year: "2026", trims: ["XLE", "Limited"]}] }, { model: "Compact Cruiser EV", yearTrims: [{year: "2026", trims: ["XLE", "Limited", "LE"]}] }, { model: "Prius Plug-in", yearTrims: [ {year: "2016", trims: ["Base"]}, {year: "2015", trims: ["Base", "Advanced"]}, {year: "2014", trims: ["Base", "Advanced"]}, {year: "2013", trims: ["Base", "Advanced"]}, {year: "2012", trims: ["Base", "Advanced"]} ] }, { model: "Prius Prime", yearTrims: [ {year: "2022", trims: ["LE", "XLE", "Limited"]}, {year: "2021", trims: ["LE", "XLE", "Limited"]}, {year: "2020", trims: ["LE", "XLE", "Limited"]}, {year: "2019", trims: ["Plus", "Premium", "Advanced"]}, {year: "2018", trims: ["Plus", "Premium", "Advanced"]}, {year: "2017", trims: ["Plus", "Premium", "Advanced"]} ] }, { model: "RAV4 EV", yearTrims: [ {year: "2015", trims: ["Base"]}, {year: "2014", trims: ["Base"]}, {year: "2013", trims: ["Base"]}, {year: "2012", trims: ["Base"]} ] }, { model: "RAV4 Prime", yearTrims: [ {year: "2024", trims: ["SE", "XSE", "XSE Premium"]}, {year: "2023", trims: ["SE", "XSE", "XSE Premium"]}, {year: "2022", trims: ["SE", "XSE"]}, {year: "2021", trims: ["SE", "XSE"]} ] }, { model: "Tacoma Electric", yearTrims: [{year: "2026", trims: ["SR5", "Limited", "TRD Off-Road"]}] } ]; export const vinFastModels: VinFastModelsItem[] = [ { model: "VF3", yearTrims: [{year: "2026", trims: ["VF3"]}] }, { model: "VF6", yearTrims: [ {year: "2025", trims: ["Eco", "Plus"]}, {year: "2024", trims: ["Eco", "Plus"]} ] }, { model: "VF7", yearTrims: [ {year: "2025", trims: ["Eco", "Plus"]}, {year: "2024", trims: ["Eco", "Plus"]} ] }, { model: "VF8", yearTrims: [ {year: "2025", trims: ["Eco", "Plus"]}, {year: "2024", trims: ["Eco", "Plus"]}, {year: "2023", trims: ["City Edition Eco", "City Edition Plus"]} ] }, { model: "VF9", yearTrims: [ {year: "2025", trims: ["Eco", "Plus"]}, {year: "2024", trims: ["Eco", "Plus"]} ] }, { model: "VF Wild", yearTrims: [{year: "2026", trims: ["VF Wild"]}] } ]; export const volkswagenModels: VolkswagenModelsItem[] = [ { model: "e-Golf", yearTrims: [ {year: "2019", trims: ["SE", "SEL Premium"]}, {year: "2018", trims: ["SE", "SEL", "SEL Premium"]}, {year: "2017", trims: ["SE", "SEL", "Limited Edition"]}, {year: "2016", trims: ["SE", "SEL Premium"]}, {year: "2015", trims: ["Limited Edition", "SEL Premium"]} ] }, { model: "ID.4", yearTrims: [ {year: "2025", trims: ["Standard", "Standard S", "Pro", "Pro S", "Pro S Plus"]}, {year: "2024", trims: ["Standard", "Standard S", "Pro", "Pro S", "Pro S Plus"]}, {year: "2023", trims: ["Standard", "Standard S", "Pro", "Pro S", "Pro S Plus"]}, {year: "2022", trims: ["Pro", "Pro S"]}, {year: "2021", trims: ["Pro", "Pro S", "1st Edition", "Pro AWD", "Pro S AWD"]} ] }, { model: "ID.7", yearTrims: [{year: "2025", trims: ["Base", "Pro", "Pro S", "Pro S Plus"]}] }, { model: "ID.8", yearTrims: [{year: "2026", trims: ["Base", "Pro", "Pro S"]}] }, { model: "ID.Buzz", yearTrims: [{ year: "2025", trims: ["Pro S", "Pro S Plus", "Pro S Plus with 4MOTION", "1st Edition", "1st Edition with 4MOTION"] }] } ]; export const volvoModels: VolvoModelsItem[] = [ { model: "C40 Recharge", yearTrims: [ {year: "2023", trims: ["Twin", "Twin Plus", "Twin Ultimate"]}, {year: "2022", trims: ["Twin", "Twin Plus", "Twin Ultimate"]} ] }, { model: "EC40", yearTrims: [ { year: "2025", trims: ["Single Motor Core", "Twin Motor Core", "Single Motor Plus", "Twin Motor Plus", "Single Motor Ultimate", "Twin Motor Ultimate"] }, { year: "2024", trims: ["Single Motor Core", "Twin Motor Core", "Single Motor Plus", "Twin Motor Plus", "Single Motor Ultimate", "Twin Motor Ultimate"] } ] }, { model: "ES90", yearTrims: [{ year: "2026", trims: ["Single Motor", "Single Motor Performance", "Twin Motor", "Twin Motor Ultimate"] }] }, { model: "EX30", yearTrims: [{ year: "2025", trims: ["Core Single Motor", "Plus Single Motor", "Ultra Single Motor", "Plus Twin Motor", "Ultra Twin Motor"] }] }, { model: "EX40", yearTrims: [{ year: "2025", trims: ["Single Motor Core", "Twin Motor Core", "Single Motor Plus", "Twin Motor Plus", "Single Motor Ultimate"] }] }, { model: "EX90", yearTrims: [{year: "2025", trims: ["Twin Motor Plus", "Twin Motor Ultra", "Twin Motor Performance Plus"]}] }, { model: "S60 T8 PHEV", yearTrims: [ {year: "2025", trims: ["Core", "Plus", "Ultimate"]}, {year: "2024", trims: ["Core", "Plus", "Ultimate"]}, { year: "2023", trims: ["Inscription", "Inscription Extended Range", "Recharge Inscription", "Recharge Inscription Extended Range"] }, { year: "2022", trims: ["Inscription", "Inscription Extended Range", "Recharge Inscription", "Recharge Inscription Extended Range"] }, {year: "2021", trims: ["Inscription", "Inscription Extended Range", "R-Design"]}, {year: "2020", trims: ["Inscription", "R-Design"]}, {year: "2019", trims: ["Inscription", "R-Design"]} ] }, { model: "S90 T8", yearTrims: [ {year: "2021", trims: ["Inscription", "Inscription Extended Range", "R-Design"]}, {year: "2020", trims: ["Inscription", "Momentum", "R-Design"]}, {year: "2019", trims: ["Inscription", "Momentum", "R-Design"]}, {year: "2018", trims: ["Inscription", "Momentum"]} ] }, { model: "V60 T8 PHEV", yearTrims: [ {year: "2025", trims: ["Core", "Plus", "Ultimate"]}, {year: "2024", trims: ["Core", "Plus", "Ultimate", "Polestar Engineered"]}, {year: "2023", trims: ["Recharge Inscription", "Recharge Inscription Extended Range"]}, {year: "2022", trims: ["Inscription", "R-Design", "Polestar Engineered"]}, {year: "2021", trims: ["Momentum", "Inscription", "R-Design", "Polestar Engineered"]}, {year: "2020", trims: ["Momentum", "Inscription", "R-Design", "Polestar Engineered"]} ] }, { model: "XC40", yearTrims: [ { year: "2024", trims: ["Single Motor Core", "Twin Motor Core", "Single Motor Plus", "Twin Motor Plus", "Single Motor Ultimate", "Twin Motor Ultimate"] }, {year: "2023", trims: ["Twin", "Twin Plus", "Twin Ultimate"]}, {year: "2022", trims: ["Twin", "Twin Plus", "Twin Ultimate"]} ] }, { model: "XC40 Recharge", yearTrims: [ { year: "2025", trims: ["Single Motor Core", "Twin Motor Core", "Single Motor Plus", "Twin Motor Plus", "Single Motor Ultimate"] }, { year: "2024", trims: ["Single Motor Core", "Twin Motor Core", "Single Motor Plus", "Twin Motor Plus", "Single Motor Ultimate", "Twin Motor Ultimate"] }, {year: "2023", trims: ["Twin", "Twin Plus", "Twin Ultimate"]}, {year: "2022", trims: ["Twin", "Twin Plus", "Twin Ultimate"]}, {year: "2021", trims: ["Pure Electric P8"]} ] }, { model: "XC60 T8 PHEV", yearTrims: [ {year: "2025", trims: ["Core", "Plus", "Ultimate"]}, {year: "2024", trims: ["Core", "Plus", "Ultimate", "Polestar Engineered"]}, {year: "2023", trims: ["Core", "Plus", "Ultimate", "Polestar Engineered"]}, { year: "2022", trims: ["Inscription", "Inscription Extended Range", "R-Design", "R-Design Extended Range", "Momentum", "Momentum Extended Range"] }, { year: "2021", trims: ["Inscription", "Inscription Extended Range", "R-Design", "R-Design Extended Range", "Momentum", "Momentum Extended Range"] }, {year: "2020", trims: ["Inscription", "R-Design", "Momentum", "Polestar Engineered"]}, {year: "2019", trims: ["Inscription", "R-Design", "Momentum"]}, {year: "2018", trims: ["Inscription", "R-Design", "Momentum"]} ] }, { model: "XC90 T8 PHEV", yearTrims: [ {year: "2025", trims: ["Core", "Plus", "Ultimate"]}, {year: "2024", trims: ["Core", "Plus", "Ultimate"]}, {year: "2023", trims: ["Core", "Plus", "Ultimate"]}, { year: "2022", trims: ["Inscription", "Inscription Extended Range", "Recharge Inscription", "Recharge Inscription Extended Range"] }, {year: "2021", trims: ["Inscription", "Inscription Extended Range", "R-Design", "Momentum"]}, {year: "2020", trims: ["Inscription", "R-Design", "Momentum"]}, {year: "2019", trims: ["Inscription", "R-Design", "Momentum"]}, {year: "2018", trims: ["Inscription", "R-Design", "Momentum"]}, {year: "2017", trims: ["Inscription", "R-Design", "Momentum", "Excellence"]}, {year: "2016", trims: ["Inscription", "R-Design", "Momentum"]} ] } ];