Gurule92
Well-known member
- Joined
- Sep 2, 2021
- Threads
- 201
- Messages
- 3,825
- Reaction score
- 7,373
- Location
- Colorado Springs
- Vehicles
- MYP
- Occupation
- "Cyber" stuff
- Thread starter
- #1
(update 22 mar)
Inductive charging
After the 1k order price change, I figured maybe there would be more updates. TBH idk how much of this is new and how much was just missed the first time.
Interior options:
IG01: Grey Decor
IG02: Unknown (but likely grey)
IW01: White Decor
there is a third but there are no details. It appears to also be grey (IG02)
Trims: (Non-Fondation)
AWD Dual motor:
Only other update I see in here is the Squirkle now has Suede option and this means there is no round option
Last thing ill mention today. Wireless charger is still in there as an option. But isn't selectable anywhere.
________ old ________
So I jumped into the javascript on the CT pages to see what i could see. There was a bunch. I may not have interpreted any of this right so take it with a grain of salt.
Foundation series option info (code $FS00):
Looks like there will be two steering wheel options (squircle and round probably [which i think is default]?).
I am going to assume that the wireless charging one is the normal one, but it would be weird to have in this section right? ** Conjecture time... what if the diaper holds a wireless charging option?? **
Notice how the base options dont have WC01 (wireless charger)
CYBR = either powershare or just being a cybertruck not super sure
APBS = autopilot basic system
ST04 = squrikle steering (could be round i suppose)
MTC03 = dual motor
TW01 = tow hitch
SC04 = supercharger network access pay as you go
WH0B = 20" Cyber Wheels with 35" Tires"
CPF0 = Standard Connectivity
Squirkle name confirmed
20" rims have these tire options: (All terrain with aggressive tread, or a street?)
When you select a trim, it sets the option for that trim and unsets the options for the other trims. Does this mean there are 5 trims?... 2 founders, + 3 we know
3 4 and 5 are the ones we know?
"trims": {
"$MTC03": {
"variant": {
"code": "DM",
"name": "Dual Motor"
},
"configurator": [
{
"included": [],
"optional": [
[
"$APF2",
"$APPB"
]
],
"upgradable": [],
"base_options": [
"$MTC03",
"$CYBR",
"$APBS",
"$ST04",
"$TW01",
"$SC04",
"$WH0B",
"$CPF0"
],
"combinations": [
[
"$IG01",
"$IW01"
]
]
}
]
},
"$MTC04": {
"variant": {
"code": "TM",
"name": "Tri Motor"
},
"configurator": [
{
"included": [],
"optional": [
[
"$APF2",
"$APPB"
],
[
"$LB01"
]
],
"upgradable": [],
"base_options": [
"$MTC04",
"$CYBR",
"$APBS",
"$IW01",
"$ST04",
"$TW01",
"$SC04",
"$WH0B",
"$CPF0"
],
"combinations": []
}
]
},
"$MTC05": {
"variant": {
"code": "RWD",
"name": "Rear Wheel Drive"
},
"configurator": [
{
"included": [],
"optional": [
[
"$APF2",
"$APPB"
]
],
"upgradable": [],
"base_options": [
"$MTC05",
"$CYBR",
"$APBS",
"$IG02",
"$ST04",
"$TW01",
"$SC04",
"$WH0A",
"$CPF0"
],
"combinations": []
}
]
}
},
"toggle": [],
"default_trim": "$MTC05"
},
"fees": {},
which means that these are the founders?
V2H is a "Core" option, i guess this means standard
MTC01 and MTC02 have interesting delivery timings (These must be the founders series)
Range extender requires service center install and will likely be available end of next year. also, this is where the 16k thing came from
In the range extender area, there is a 470+, 425+ and a 450. do we know if it can go on rwd? Would make sense i guess
Looks like youll be able to add all the random shop accessories when configuring via premium accessories package (This stuff will likely have 3rd party knockoffs quick)
1 240 and 2 120 outlets in bed, two 120 in the cabin and two aux power connections with 2.3kw output (probs frunk and roof)
Full code:
I'm sure there's more. but I need to do my real job now. someone have at it
Inductive charging
(Update 13 Dec)Service manual states inductive charging:
![]()
![]()
After the 1k order price change, I figured maybe there would be more updates. TBH idk how much of this is new and how much was just missed the first time.
Interior options:
IG01: Grey Decor
IG02: Unknown (but likely grey)
IW01: White Decor
there is a third but there are no details. It appears to also be grey (IG02)
Trims: (Non-Fondation)
AWD Dual motor:
- Standards:
- Basic AP, Tow Hitch, pay as you go charging, 20" wheels and 35" tires, pay as you go connectivity, Squirkle (PUR), Grey Decor
- Optional:
- FSD, EAP
- White decor
- Standards:
- Basic AP, Tow Hitch, pay as you go charging, 20" wheels and 35" tires, pay as you go connectivity, White Decor (ONLY)
- Optional:
- FSD, EAP
- Lightbar
- Standards:
- Basic AP, Tow Hitch, pay as you go charging, Not the same tire/rim combo as the others (maybe standard rims?), Grey interior 2 (Suggesting that it's different then the one in Dual motor [Maybe pay to unlock features inside?])
- Optional:
- FSD, EAP
Only other update I see in here is the Squirkle now has Suede option and this means there is no round option
Last thing ill mention today. Wireless charger is still in there as an option. But isn't selectable anywhere.
________ old ________
So I jumped into the javascript on the CT pages to see what i could see. There was a bunch. I may not have interpreted any of this right so take it with a grain of salt.
Foundation series option info (code $FS00):
Looks like there will be two steering wheel options (squircle and round probably [which i think is default]?).
I am going to assume that the wireless charging one is the normal one, but it would be weird to have in this section right? ** Conjecture time... what if the diaper holds a wireless charging option?? **
Notice how the base options dont have WC01 (wireless charger)
CYBR = either powershare or just being a cybertruck not super sure
APBS = autopilot basic system
ST04 = squrikle steering (could be round i suppose)
MTC03 = dual motor
TW01 = tow hitch
SC04 = supercharger network access pay as you go
WH0B = 20" Cyber Wheels with 35" Tires"
CPF0 = Standard Connectivity
Squirkle name confirmed
20" rims have these tire options: (All terrain with aggressive tread, or a street?)
When you select a trim, it sets the option for that trim and unsets the options for the other trims. Does this mean there are 5 trims?... 2 founders, + 3 we know
3 4 and 5 are the ones we know?
"trims": {
"$MTC03": {
"variant": {
"code": "DM",
"name": "Dual Motor"
},
"configurator": [
{
"included": [],
"optional": [
[
"$APF2",
"$APPB"
]
],
"upgradable": [],
"base_options": [
"$MTC03",
"$CYBR",
"$APBS",
"$ST04",
"$TW01",
"$SC04",
"$WH0B",
"$CPF0"
],
"combinations": [
[
"$IG01",
"$IW01"
]
]
}
]
},
"$MTC04": {
"variant": {
"code": "TM",
"name": "Tri Motor"
},
"configurator": [
{
"included": [],
"optional": [
[
"$APF2",
"$APPB"
],
[
"$LB01"
]
],
"upgradable": [],
"base_options": [
"$MTC04",
"$CYBR",
"$APBS",
"$IW01",
"$ST04",
"$TW01",
"$SC04",
"$WH0B",
"$CPF0"
],
"combinations": []
}
]
},
"$MTC05": {
"variant": {
"code": "RWD",
"name": "Rear Wheel Drive"
},
"configurator": [
{
"included": [],
"optional": [
[
"$APF2",
"$APPB"
]
],
"upgradable": [],
"base_options": [
"$MTC05",
"$CYBR",
"$APBS",
"$IG02",
"$ST04",
"$TW01",
"$SC04",
"$WH0A",
"$CPF0"
],
"combinations": []
}
]
}
},
"toggle": [],
"default_trim": "$MTC05"
},
"fees": {},
which means that these are the founders?
V2H is a "Core" option, i guess this means standard
MTC01 and MTC02 have interesting delivery timings (These must be the founders series)
Range extender requires service center install and will likely be available end of next year. also, this is where the 16k thing came from
In the range extender area, there is a 470+, 425+ and a 450. do we know if it can go on rwd? Would make sense i guess
Looks like youll be able to add all the random shop accessories when configuring via premium accessories package (This stuff will likely have 3rd party knockoffs quick)
1 240 and 2 120 outlets in bed, two 120 in the cabin and two aux power connections with 2.3kw output (probs frunk and roof)
Full code:
const dataJson = {
"DSServices": {
"date": 1701719036752, "KeyManager": { "keys": { "Lexicon": [{ "key": "Lexicon.ct", "query": { "available_configurations": "ct:ct", "language": "en", "market": "US", "app": "find-my-tesla", "isTcoEnabled": false, "tags": "preorder", "context": "all", "version": "redesign", "seekret": "1", "isFinplatEnabled": "0", "isFeeSvcEnabled": "0", "model": "ct", "variant": "ct" } }], "Incentives": [{ "key": "Incentives.ct.ct", "query": { "available_configurations": "ct:ct", "language": "en", "market": "US", "app": "find-my-tesla", "isTcoEnabled": false, "tags": "preorder", "context": "all", "version": "redesign", "seekret": "1", "isFinplatEnabled": "0", "isFeeSvcEnabled": "0", "model": "ct", "variant": "ct" } }], "Fees": [{ "key": "Fees.ct.ct", "query": { "available_configurations": "ct:ct", "language": "en", "market": "US", "app": "find-my-tesla", "isTcoEnabled": false, "tags": "preorder", "context": "all", "version": "redesign", "seekret": "1", "isFinplatEnabled": "0", "isFeeSvcEnabled": "0", "model": "ct", "variant": "ct" } }], "InitialConfig": [{ "key": "InitialConfig.ct.ct", "query": { "available_configurations": "ct:ct", "language": "en", "market": "US", "app": "find-my-tesla", "isTcoEnabled": false, "tags": "preorder", "context": "all", "version": "redesign", "seekret": "1", "isFinplatEnabled": "0", "isFeeSvcEnabled": "0", "model": "ct", "variant": "ct" } }] }, "query": { "available_configurations": "ct:ct", "language": "en", "market": "US", "app": "find-my-tesla", "isTcoEnabled": false, "tags": "preorder", "context": "all", "version": "redesign", "seekret": "1", "isFinplatEnabled": "0", "isFeeSvcEnabled": "0" } }, "InitialConfig.ct.ct": { "App": { "enableCyberpunk": true, "enableRedesign": false, "debug": false, "navMinimal": false, "application_context": "FindMyTesla", "layoutTabletBefore": 1024, "availableCountrySelection": [], "displayCountrySelection": true, "displayCountryFlag": false, "isAnimationFloatEnabled": false, "useIntentPage": false, "useConfirmationPage": true, "showRefundPolicy": false, "showReferralDisclaimer": false, "isSaveDesignLiteEnabled": false, "isSaveDesignEnabled": false, "showDeliveryMatrix": false, "showDeliveryDateInfo": true, "closeOpenModalsOnNavigation": true, "isLocationSelectorEnabled": false, "isTerritorySelectionEnabled": false, "isRegionSelectionEnabled": false, "isRegistrationTypeSelectionEnabled": false, "showSavingsDisclaimerForTrims": true, "hideEstimatedDeliveryOrderPage": true, "bannerModalTrigger": null, "pricePostfix": "", "isEnergyLeadSectionEnabled": false, "isCountryFlagEnabled": false, "isRegistrationDetailDisabled": false, "isGetUserLocationEnabled": true, "showOrderAgreementShort": false, "showEarlyDelivery": true, "showSavingsAmountDisclaimer": false, "showMonthlySavingsInPurchasePriceDisclaimer": false, "isRegistrationTypeEnabled": false, "isPickupLocationsEnabled": false, "isRequestCallbackLocationsEnabled": false, "isOptionModificationDisabled": false, "showSummaryPanelFooter": true, "showAssetGallery": false, "isCollapsedFlow": true, "isApplePayInPayX": true, "hideSectionsOnFooter": [], "showMinMaxRangeValues": true, "showRangeLinkInventory": false, "showRegistrationAndDeliveryDisclaimer": false, "defaultPricingContext": "configurator", "displayDoubleCurrency": false, "showBarChartForGasSavings": true, "hideTaxAndFeesLink": true, "uiThemeReplicant": "tds-theme--replicant-v2" }, "Compositor": { "available_views": { "exterior": { "current": { "url": "", "view": "", "index": 0 }, "available": ["STUD_SIDE", "STUD_3QTR", "SIDE", "STUD_SIDEVIEW", "FRONT34", "STUD_FRONT34", "REAR34", "STUD_REAR34", "STUD_RIMCLOSEUP"] }, "interior": { "current": { "url": "", "view": "", "index": 0 }, "available": ["STUD_INTERIOR", "INTERIOR_ROW1"] } }, "option_string": "", "model": "", "views": { "STUD_SIDE": { "image_alt_description": "Side View", "image_alt_key": "side", "view": "STUD_SIDE", "size": 1441, "url": "", "relevant_groups": ["WHEELS", "PAINT", "PERFORMANCE", "DRIVE_MODE", "SPOILER", "DRIVE", "LIGHTBAR"] }, "STUD_SIDEVIEW": { "image_alt_description": "Side View", "image_alt_key": "side", "view": "STUD_SIDEVIEW", "size": 1920, "url": "", "relevant_groups": ["TRIM", "PAINT", "WHEELS", "INTERIOR", "PERFORMANCE", "SPOILER", "DRIVE", "LIGHTBAR"] }, "STUD_3QTR": { "image_alt_description": "Three Quater View", "image_alt_key": "3qtr", "view": "STUD_3QTR", "size": 1441, "url": "", "relevant_groups": ["WHEELS", "PAINT", "PERFORMANCE", "DRIVE_MODE", "SPOILER", "TRIM", "INTERIOR", "DRIVE", "LIGHTBAR"] }, "FRONT34": { "image_alt_description": "Front View", "image_alt_key": "front", "view": "FRONT34", "size": 1920, "url": "", "relevant_groups": ["TRIM", "PAINT", "WHEELS", "INTERIOR", "LIGHTBAR"] }, "STUD_FRONT34": { "image_alt_description": "Front View", "image_alt_key": "front", "view": "STUD_FRONT34", "size": 1920, "url": "", "relevant_groups": ["TRIM", "PAINT", "WHEELS", "INTERIOR", "PERFORMANCE", "SPOILER", "DRIVE", "LIGHTBAR"] }, "RIMCLOSEUP": { "image_alt_description": "Rim Closeup View", "image_alt_key": "rim" }, "STUD_RIMCLOSEUP": { "image_alt_description": "Rim Closeup View", "image_alt_key": "rim", "view": "STUD_RIMCLOSEUP", "size": 1920, "url": "", "relevant_groups": ["TRIM", "PAINT", "WHEELS", "INTERIOR", "PERFORMANCE", "SPOILER", "LIGHTBAR"] }, "REAR34": { "image_alt_description": "Rear View", "image_alt_key": "rear", "view": "REAR34", "size": 1920, "url": "", "relevant_groups": ["TRIM", "PAINT", "WHEELS", "INTERIOR", "PERFORMANCE", "SPOILER", "DRIVE", "LIGHTBAR"] }, "STUD_REAR34": { "image_alt_description": "Rear View", "image_alt_key": "rear", "view": "STUD_REAR34", "size": 1920, "url": "", "relevant_groups": ["TRIM", "PAINT", "WHEELS", "INTERIOR", "PERFORMANCE", "SPOILER", "DRIVE", "LIGHTBAR"] }, "SIDE": { "image_alt_description": "Side View", "image_alt_key": "side", "view": "SIDE", "size": 1920, "url": "", "relevant_groups": ["TRIM", "PAINT", "WHEELS", "INTERIOR", "PERFORMANCE", "SPOILER", "DRIVE", "LIGHTBAR"] }, "STUD_SEAT": { "image_alt_description": "Seat View", "image_alt_key": "seat", "view": "STUD_SEAT", "size": 1441, "url": "", "relevant_groups": ["INTERIOR", "PAINT", "PERFORMANCE", "DRIVE_MODE", "SPOILER", "DRIVE", "TRIM", "LIGHTBAR"] }, "INTERIOR": { "image_alt_description": "Interior View", "image_alt_key": "interior" }, "STUD_INTERIOR": { "image_alt_description": "Interior View", "image_alt_key": "interior", "view": "STUD_INTERIOR", "size": 1441, "url": "", "relevant_groups": ["INTERIOR", "PAINT", "DRIVE", "TRIM"] }, "INTERIOR_ROW1": { "image_alt_description": "Interior View", "image_alt_key": "interior", "view": "INTERIOR_ROW1", "size": 1441, "url": "", "relevant_groups": ["INTERIOR", "PAINT", "DRIVE", "TRIM", "STEERING_WHEEL"] }, "STUD_WHEEL": { "image_alt_description": "Wheel View", "image_alt_key": "wheel", "view": "STUD_WHEEL", "size": 1441, "url": "", "relevant_groups": ["INTERIOR", "PAINT", "WHEELS", "PERFORMANCE", "DRIVE_MODE", "SPOILER", "TRIM"] }, "STUD_WHEEL_PERF": { "image_alt_description": "Performance Wheel View", "image_alt_key": "wheel", "view": "STUD_WHEEL", "size": 1441, "url": "", "relevant_groups": ["INTERIOR", "PAINT", "PERFORMANCE", "DRIVE_MODE", "SPOILER", "TRIM", "WHEELS"], "relevant_options": ["$W32D"] }, "STUD_DRIVER": { "image_alt_description": "Driver View", "image_alt_key": "driver", "view": "STUD_DRIVER", "size": 1441, "url": "", "relevant_groups": ["INTERIOR", "PERFORMANCE", "DRIVE"] }, "STUD_REAR": { "image_alt_description": "Rear View", "image_alt_key": "rear", "view": "STUD_REAR", "size": 1441, "url": "", "relevant_groups": ["INTERIOR", "PAINT", "WHEELS", "SPOILER", "PERFORMANCE", "DRIVE_MODE", "TRIM", "LIGHTBAR"] } } }, "CustomGroups": { "utility_specs": [{ "type": "selected_by", "dependencies": ["Location", "Configuration"], "actions": ["COMPLETE_CONFIGURATION_CHANGED"], "updates": ["selected", "formattedSelected"] }, { "type": "group_selected_by", "dependencies": ["Location", "Configuration"], "actions": ["COMPLETE_CONFIGURATION_CHANGED", "LOCATION_CHANGED"], "updates": ["selected"] }, { "type": "lexicon_price", "dependencies": ["Pricing"], "actions": ["COMPLETE_CONFIGURATION_CHANGED", "PRICE_CHANGED"], "updates": ["price", "formattedPrice"] }, { "type": "custom_car_price", "dependencies": ["Pricing"], "actions": ["OMS_RECEIVED_DEPENDENCIES", "SUMMARY_PANEL_TAB_CHANGE", "SUMMARY_PANEL_FINANCE_TERM_CHANGE", "SUMMARY_PANEL_FINANCE_APR_CHANGE", "SUMMARY_PANEL_FINANCE_BALLOON_PAYMENT_CHANGE", "SUMMARY_PANEL_FINANCE_DISTANCE_CHANGE", "SUMMARY_PANEL_DOWNPAYMENT_CHANGE", "SUMMARY_PANEL_INTEREST_RATE_TYPE_CHANGE", "SUMMARY_PANEL_DISTANCE_CHANGE", "SUMMARY_PANEL_LEASE_TERM_CHANGE", "SUMMARY_PANEL_USER_LEASE_AMOUNT_CHANGE", "SUMMARY_PANEL_REGION_CHANGE", "SUMMARY_PANEL_FUEL_INCENTIVE_CHANGE", "FINANCIAL_FORM_STATE_CHANGE", "PRICE_ADD_DISCOUNT"], "updates": ["price"] }, { "type": "state_data", "dependencies": ["Assets"], "actions": ["COMPLETE_CONFIGURATION_CHANGED"], "updates": ["root"] }, { "type": "lexicon_groups", "dependencies": ["Lexicon"], "actions": ["OMS_RECEIVED_DEPENDENCIES"], "updates": ["root"] }, { "type": "lexicon_reference", "dependencies": ["Lexicon"], "actions": ["OMS_RECEIVED_DEPENDENCIES"], "updates": ["group_root"] }, { "type": "lexicon_group_source", "dependencies": ["Lexicon"], "actions": ["OMS_RECEIVED_DEPENDENCIES"], "updates": ["group_root"] }, { "type": "lexicon_options", "dependencies": ["Lexicon"], "actions": ["OMS_RECEIVED_DEPENDENCIES"], "updates": ["root"] }, { "type": "lexicon_specs", "dependencies": ["Lexicon"], "actions": ["COMPLETE_CONFIGURATION_CHANGED"], "updates": ["formattedSpecs"] }, { "type": "extra_content", "dependencies": ["Lexicon"], "actions": ["COMPLETE_CONFIGURATION_CHANGED", "SCREEN_LAYOUT_CHANGE"], "updates": ["actions", "asset"] }, { "type": "set_toggle_pair", "dependencies": ["Configuration"], "actions": ["COMPLETE_CONFIGURATION_CHANGED"], "updates": ["set"] }, { "type": "available", "dependencies": ["Location", "Configuration"], "actions": ["COMPLETE_CONFIGURATION_CHANGED", "LOCATION_CHANGED", "PRICE_CHANGED"], "updates": ["current", "current_index"] }], "maps": {}, "lexicon_group_source": [{ "code": "REVIEW_ORDER", "context": "order_summary" }, { "code": "BATTERY_AND_DRIVE_MOTOR_GROUP", "context": "configurator" }, { "code": "BATTERY_AND_DRIVE", "context": "configurator" }, { "code": "INTERIOR", "context": "configurator" }, { "code": "VEHICLE_FEATURES", "context": "configurator" }, { "code": "CHARGING", "context": "configurator" }, { "code": "EXTERIOR", "context": "configurator" }, { "code": "EXTERIOR_ASSET", "context": "configurator" }, { "code": "EXTERIOR_GALLERY", "context": "configurator" }, { "code": "WHEELS", "context": "configurator" }, { "code": "AUTOPILOT_PACKAGE", "context": "configurator" }, { "code": "LIGHTBAR", "context": "configurator", "group_selected_by": { "and": ["$MTC02"] } }, { "code": "ACCESSORIES_PACKAGE", "context": "configurator" }, { "code": "AUTOPILOT", "context": "configurator" }, { "code": "DELIVERY_TIMING", "context": "configurator" }, { "code": "STD_FEATURES", "context": "configurator" }, { "code": "POWER_YOUR_HOME", "context": "configurator" }, { "code": "AUTOPILOT_FEATURES", "context": "configurator" }, { "code": "VEHICLE_TO_HOME_FEATURES", "context": "configurator" }, { "code": "CORE_CONFIGURATOR", "context": "configurator" }, { "code": "CONNECTIVITY", "context": "default" }, { "code": "POWERSHARE_FEATURES", "context": "configurator" }, { "code": "CHARGING_FEATURES", "context": "configurator" }, { "code": "EXTERIOR_FEATURES", "context": "configurator" }, { "code": "INTERIOR_FEATURES", "context": "configurator" }, { "code": "PREMIUM_ACCESSORIES_FEATURES", "context": "configurator" }, { "code": "FOUNDATION_SERIES", "context": "configurator" }, { "code": "FOUNDATION_SERIES_BADGE", "context": "configurator" }, { "code": "FOUNDATION_SERIES_GRAPHIC", "context": "configurator" }, { "code": "ELECTRONIC_ACCESSORIES", "context": "configurator" }, { "code": "ACCESSORIES_FEATURES", "context": "configurator" }, { "code": "FSD_GALLERY", "context": "configurator" }, { "code": "PAYMENT_OVERVIEW", "context": "configurator" }] }, "FinancingOptions": { "sidebarOpen": false, "selectedForm": "finance_options", "activeFinanceTypes": ["cash"], "activeTabs": ["finance_options", "gas_savings"], "menuItems": [{ "key": "finance_options", "i18nLabel": "FinancingOptions.tabLabels.finance_options" }, { "key": "gas_savings", "i18nLabel": "FinancingOptions.tabLabels.gas_savings" }, { "key": "incentives_savings", "i18nLabel": "FinancingOptions.tabLabels.incentives_savings" }, { "key": "incentives", "i18nLabel": "FinancingOptions.tabLabels.incentives" }, { "key": "delivery_timing", "i18nLabel": "FinancingOptions.tabLabels.delivery_timing" }, { "key": "tesla_insurance", "i18nLabel": "TeslaInsurance.title" }, { "key": "emissions", "i18nLabel": "FinancingOptions.tabLabels.emissions" }], "hideDynamicIncentive": false, "showMonthlyPaymentExVAT": false, "hideAfterSavingsPrice": false, "hideAfterSavingsModal": false, "showSavingsAmount": [], "showSavingAmountInModal": true, "showSavingAmtWithoutMinus": false, "showAmountIncludingFees": false, "showAmountIncludingFeesSummary": false, "loanAfterSavingsLabel": "netPrice__after_savings", "showSecondDepositDisclaimer": false, "useModelYContent": false, "showTerritoryList": false, "showFleetSalesRegionList": false, "showFormattedMonthlyPayment": false, "showPayment": true, "showRegionalTax": false, "showRegionalTaxTypes": null, "showApplyForFinancing": false, "financingPartners": [], "showGasSavingsDisclaimer": true, "defaultRegionCode": "other", "hideGasSavingsInputField": false, "includeFeesinBatteryCalculation": false, "includeFeesinBatteryCalculationPayment": false, "useOptionPriceOverridePayment": false, "showDistinctTaxTotal": false, "showRegistrationTax": true, "showMaxBalloonPaymentAmount": false, "showBalloonPaymentDrop": false, "hasIncentivesEnabled": true, "showMaxDownPaymentAmount": false, "showChargerDisclaimer": false, "includeTeslaInsurance": false, "showOtherFeesinSummary": true, "showModalonFinanceSelector": false, "loanPaymentLabelMobile": "", "showOrderPageSummaryOtherFees": false, "showTaxCalcDisclaimer": false, "incentiveLink": "/support/vehicle-incentives", "financeLink": "/financing-calculator", "feesPrecision": 2, "showOtherLoanTerms": false, "showOrderFee": false, "showShortMonthlyAmount": false, "showSavingsAmountInFooter": false, "showPotentialSavings": false, "showGasSavingsCash": false, "sendTotalPrice": true, "addFuelFees": false, "isEstimatedPrice": false, "showTotalPaymentFooter": false, "showMonthlyPaymentQuote": false, "showFinanceProductsByDriverType": [], "driverType": null, "leaseDescriptionwithModelCode": false, "taxesAndFeesExcludedIfApplicable": false, "showFooterFinanceLink": false, "showRegistrationAboveSummary": false, "showFinanceProductName": false, "showFooterEffectiveLoanRate": false, "showAsterixAtPriceEnd": false, "disclaimerSectionAboveOrderButton": "ORDER_DISCLAIMER_SECTION", "showRateInFooter": false, "showProvincialIncentives": false, "showDriveAwayPricewithIncentives": false, "showNetMonthlyPayment": false, "hideRegistrationTypeToggle": false, "showSavingsColumn": false, "showIncentivesTotal": false, "showFuelMonthlySavings": false, "financeSelectionDislaimer": "FinancingOptions.selection__disclaimer", "showAmountIncludingFeesInModal": false, "hideFinanceOnPrintPdf": false, "coeBidAmount": 0, "showCoEBidInput": false, "showDeliveryZipCode": true, "hideFinanceProduct": { "trim": [], "financeType": [] }, "showIncentivesBreakdown": true, "showVehiclePriceWithoutSavings": false, "showPurchasePriceIncentiveInModal": false, "limitProductByPrice": {}, "includeReferralCreditInFinance": ["finplat"], "includeTaxesAndFees": false, "showIRAIncentiveToggle": true, "showIRABusinessEligibility": false, "showGasSavingsFuelYear": true, "hideFinanceProductOnDiscount": [], "showFinancingSteps": false, "showFinancingStepsWithALD": false }, "FindMyTesla": { "selected_view": "exterior", "selected_type": "default", "extraDelivery": false, "EPAunits": { "selectedBy": { "or": ["$MT308"] }, "display": false }, "hideEstLink": { "selectedBy": { "or": ["$MTS09", "$MTS10", "$MTS11", "$MTX10", "$MTX11"] }, "hide": false } }, "Forms": { "selectedForm": "FinancingOptions", "showOtherLeaseTerms": false, "showLoanFields": [["loanDownPayment", "term"], ["apr", "financedAmount"]], "showLeaseFields": [["downPayment", "distance"], ["amountDueAtSigning", "term"]], "leaseReadOnlyFields": [], "loanReadOnlyFields": [], "loanFieldsFormat": null, "gasSavingsExampleParams": {}, "extraDisclaimers": [], "disclaimerDateFormat": "", "showIncentivesDisclaimers": true, "extraLeaseDescriptions": [], "extraLoanDescriptions": [], "useResidualAmount": false, "isResidualAmountEditable": false, "showRegionalIncentiveDropDown": false, "showDescriptionWithoutIncentive": true, "showOtherLoanTerms": false, "showIncentivesPerRegion": true, "showIncentivesRegion": ["VT"], "showCashDescriptions": false, "showEstSavingsLabel": false, "showDeliveryState": false, "finplatUserInputs": { "flags": { "isPreOrderCalculation": true } }, "pricingDetailsVisible": true }, "Payment": { "paymentFormValid": false, "serverErrors": {}, "acceptedCardTypes": [], "formOpen": true, "ccDetailsValid": false, "billingInfoValid": false, "CreditCardDetail": { "IsProfileExists": false }, "showInvoiceOption": false, "InvoiceType": null, "InvoiceDetailsValid": false, "PaymentDetail": { "PaymentAmount": 0, "PaymentType": "CC", "CurrencyCode": null, "CountryCode": null, "CreditCardDetail": { "ExpirationMonth": null, "ExpirationYear": null, "CardType": null }, "BillingInfoDetail": { "CountryCode": null, "Street": null, "Address2": null, "City": null, "ZipCode": null, "CompanyName": null, "VatId": null, "PickupLocation": 0, "RegistrationType": null, "PrivateVatId": null, "IsFromSavedProfile": false, "StateProvince": false } }, "PaymentTypes": ["CC"], "paymentTabsType": "tabs", "collectAllBillingInfo": false, "registration": { "showBusinessFields": false, "showPrivateFields": false, "vatIdRequired": false, "companyNumberRequired": false, "showVatID": true, "privateVatIdRequired": false, "deliveryPostalCodeRequired": false }, "configs": {}, "time": null, "encryptor": "Adyen", "defaultEncryptor": "Adyen", "hideAllBillingInfo": false, "splitPayment": [], "displayPaymentDisclaimer": false, "displayOtherEUDisclaimer": false, "useProvinceFromBillingInfo": false, "isPaymentFormOpen": false, "showTextForPaymentTypes": false, "noWireTransferOnBusinessAccount": false, "showOptinDisclaimer": "always_no_disclaimer", "billingAddressDetailsPayX": null, "calculatePriceOnOrder": false, "alwaysShowOrderDisclaimerAbove": false, "hideWireTransferForPreOrder": true, "showFiscalCode": false, "displayBillingBeforeShipping": false }, "ReviewDetails": { "group": "order_summary.REVIEW_ORDER", "extra_group": "configurator.REVIEW_ORDER_PLUS", "base_group": "CORE_CONFIGURATOR", "base_configuration_options": [], "configuration_options": [], "emailCheckLoading": false, "emailExists": { "flag": true, "email": "" }, "accountDetailsValid": false, "AccountDetail": { "FirstName": "", "LastName": "", "Email": "", "PhoneNumber": "", "Password": "", "AccountType": "private", "CompanyName": "", "VatId": "", "PrivateVatId": "", "CompanyNumber": "" }, "isSaveDesignEnabled": false, "showLocalName": false, "showCompanyAgentLabel": false, "showLegalConsent": [], "showPrpLink": false, "showVAT": false, "assetView": "STUD_3QTR", "assetViewSource": [{ "view": "FRONT34", "zoom": 1, "selected_by": { "and": [{ "or": ["$ST03", "$ST0Y"] }, { "or": ["$MTX10", "$MTX11", "$MTS09", "$MTS10", "$MTS11"] }] } }, { "view": "STUD_3QTR" }], "asset": { "type": "image", "url": "CYBERTRUCK/NVRP_m.png" }, "showLeaseSummaryFields": ["downPayment", "leaseTerm", "leaseDistance"], "showLeaseSummaryDisclaimer": false, "showSecondDepositDisclaimer": { "source": true, "target": true }, "showTaxAndFeeDisclaimerForUsed": false, "isDomestic": { "source": false, "target": false }, "hideBaseField": ["PICKUP_LOCATION", "state"], "isFixedPickupLocation": false, "optionalFields": [], "showZeroRegistrationTax": false, "showLoanSummaryFields": ["downPayment", "loanTerm", "interestRate"], "showLoanSummaryDisclaimer": false, "showWithoutAdjustments": false, "hideFinanceSummary": false, "displayFinanceDisclaimerEverywhere": false, "hideDestinationDocFee": false, "showDisclaimerLink": false, "showTraderLicense": false, "disclaimerModalContent": ["performance_disclaimer", "incentives", "supercharging", "gas_savings", "range_disclaimer", "returns", "lease_disclaimer", "loan_disclaimer", "wheel_disclaimer"], "demoInspections": ["standards"], "demoInspectionsList": ["structural", "tires_metric", "brakes"], "mechanicalInspections": ["standards", "functional"], "mechanicalInspectionsList": ["structural", "tires_metric", "brakes", "autopilot", "display", "powerOperated", "steering", "powertrain", "braking", "lighting", "controls", "restraint", "charging"], "cosmeticInspections": ["paint", "panelOrTrim", "glass", "wheel", "interior", "sealsAndTrim"], "cosmeticInspectionsList": ["paintScratches_metric", "dents_metric", "paintChips", "panelOrTrimScratches_metric", "glassChips_metric", "glassScratches", "wheelRash_metric", "interiorUsage_metric", "entryPoints", "sealsAndTrimDamage"], "postOrderSwapCustomAvailability": {}, "showRefurbStandards": false, "showFirstRegistrationDatePaymentPage": false, "showReturnPolicy": true, "product": { "isInventory": false, "isReservation": false, "data": {} }, "isPreSale": { "source": "", "selected_by": { "and": ["$MT335"] }, "target": true }, "showBeforeSavingsPriceLabel": true, "showBeforeSavingsPriceFinancingLabel": true, "showPaymentModalTriggerBelowPrice": false, "showSavingsAmountTrigger": false, "checkEmailAvailability": true, "emailConfirmEnabled": true, "hideApplyForFinancing": true, "preOrderMode": true, "showLegalDataTable": false, "showSavingsDisclaimer": true, "showAfterSavingsPriceForTrims": true, "includePurchasePriceIncentivesInTrims": true, "includePurchasePriceIncentivesPreVAT": false, "includeDocFeeInSummary": false, "showOrderPlacementDisclaimerCash": false, "showRegistrationTypeSelector": false, "showFeesDisclaimer": false, "RegistrationDetail": { "RegistrantType": null, "RegistrationAddress": { "CountryCode": "" } }, "refundPolicySource": { "source": "", "target": "" }, "leaseDisclaimerOnPaymenti18nKey": "FinancingOptions.lease__disclaimer__Payment", "showPricesDetail": false, "summaryRegionalFees": false, "showIncentivesSectionTitle": false, "showLoanFieldsOrderPageLineItem": [], "showSavingsDisclaimeronCashTab": false, "showQtyInput": false, "VehicleDetail": {}, "showVehicleDetailsSection": true, "showInventoryOrderFirstPaymentPolicy": false, "showRecall": true, "showThirdPartyHistoryUrl": false, "showDOCandOMVICfees": true, "showVATBreakdown": false, "showDeliveryEstDisclaimer": false, "nonRefundPolicy": { "source": true, "target": true }, "displayOrderRefundLongCopy": { "source": false, "target": false }, "nonRefundPolicyDisclaimer": false, "showOrderRefundDisclaimer": true, "showExtraCurrencyInOrderRefundDisclaimer": false, "doSessionStartOnMount": true, "showModelYearOverviewPage": true, "showModelYearPaymentPage": true, "showGrossPriceTotal": false, "oldOrderAgreementVersion": "", "purchasePriceLabel": "", "triggerIncentiveSavingsModal": false, "showPriceIndicatorForPerformance": true, "DeliveryDetails": { "PostalCode": "", "Latitude": null, "Longitude": null }, "isDeliveryDetailsValid": true, "isDeliveryDetailsRequired": false, "isRefurbCompletionETA": false, "isTransportFeeEnabled": false, "showPaymentDisclaimers": true, "showFoundersDisclaimers": false, "showPurchasePrice": false, "showAccountDetailDisclaimer": true, "USLegalDisclaimer": true, "formErrors": {}, "showAccountType": true, "isPickupLocationValid": false, "showPaymentModalTriggerBelowLoanPayment": false, "showEffectiveRateBelowDownPayment": false, "showCostofCreditBelowAPR": false, "showVatDisclaimer": false, "showDepositDisclaimer": false, "showGovernmentSubsidy": false, "showVehiclePrice": false, "commonActionsToUpdatePrices": ["COMPLETE_CONFIGURATION_CHANGED", "SUMMARY_PANEL_TAB_CHANGE", "SUMMARY_PANEL_LEASE_TERM_CHANGE", "SUMMARY_PANEL_USER_LEASE_AMOUNT_CHANGE", "SUMMARY_PANEL_FINANCE_TERM_CHANGE", "SUMMARY_PANEL_FUEL_INCENTIVE_CHANGE", "ACCESSORY_TOGGLE", "SUMMARY_PANEL_REGION_CHANGE", "SUMMARY_PANEL_DOWNPAYMENT_CHANGE", "PRICE_ADD_DISCOUNT", "FINPLAT_INPUTS_CHANGED", "SUMMARY_PANEL_INTEREST_RATE_TYPE_CHANGE", "PARSE_VEHICLE_UPGRADES"], "actionsToUpdatePrices": ["SUMMARY_PANEL_DELIVERY_INCENTIVE_CHANGE", "SUMMARY_PANEL_FINANCE_APR_CHANGE", "SUMMARY_PANEL_DISTANCE_CHANGE", "TOGGLE_DYNAMIC_INCENTIVE", "UPDATE_REFERRAL", "SET_TAXES_AND_FEES"], "showVehicleSubtotal": false, "hidePostfixOnUI": false, "hideSavingsAfterPurchaseDiscl": false, "activeRegistrationTypes": ["private", "business"], "legalConsentValid": true, "showFinanceModalOnProductChange": false, "showExtraDepositAmountInDefaultPricingContext": false, "rangeStandard": "EPA", "featureHighlightGroups": [], "showPremiumConnectivity": true, "showInventoryPremiumConnectivityFromLexicon": false, "showCCSFeature": false, "showBusinessInformation": false, "showVehicleDetailsBlock": false, "showVehicleInspection": false, "showNonTransferrable": true, "hideVehicleTypeLabel": false, "hideIncentivesOrderPage": false, "showAvailableInState": true, "showElectronicPayment": true, "showEvSubsidyDisclaimer": false, "showVehicleConfigurationPrice": false, "showDemoVehicleBlock": true, "isSinglePage": true, "includeOrderFeeInVehicleTotal": true, "showLeaseDisclaimer": false, "useUsedInventoryDisclaimerCopy": false, "inventoryZipCode": true, "cosmeticStandards": ["exterior", "interior", "glass", "wheels"], "mechanicalStandards": ["repairHistory", "tires", "brakes"], "exteriorList": ["paintScratchesDemo_metric", "scuffsAndScrapesDemo_metric", "dentsAndDings_metric", "stoneChips"], "interiorList": ["interiorWear_metric", "entryPointsSigns"], "glassList": ["glassStoneChips", "scratches"], "wheelsList": ["wheelsRash"], "touchscreenList": ["touchScreenDiscoloration"], "repairHistoryList": ["structural"], "tiresList": ["tiresTread"], "brakesList": ["brakePad"], "functionalList": ["autopilot", "display", "powerOperated", "steering", "powertrain", "braking", "lighting", "controls", "restraint", "charging", "keys"], "showCompanyFields": ["companyName", "companyAddress1", "companyAddress2", "companyCity", "companyPostalCode", "vatId", "companyNumber"], "disableCompanySearch": false, "useCGSOrderAgreement": true, "useCGSCoe": false, "showOrderDisclaimerAboveLegalConsent": false, "showReferralZeroCreditDisclaimer": false, "optionalCompanyFields": [], "hideDeliveryStandardBlock": false, "showPurchasePriceOnFooter": false, "showLegalConsentEditDesign": false, "showPricesDetailIconTrigger": false, "extraIncentives": [], "displayAsset": false, "orderPageDisclaimerCopySrc": "preOrderDisclaimer", "showHomeChargingDisclaimer": true }, "PrintPdf": { "vatAmountPrecision": 2, "useDynamicRounding": false, "disclaimerPrecedings": [], "leaseFields": ["downPayment", "distance", "term"], "loanFields": ["downPayment", "term"], "loanFieldsAfterTotal": [], "showInterestRate": false, "loanTotalPostfix": null, "governmentGrantLabel": "governmentIncentivesTotal" }, "SetRules": { "set": [] }, "SummaryPanel": { "selected_tab": "cash", "tabs": [], "loanDistance": null, "leaseDistance": null, "loanTerm": null, "loanRateMatrix": null, "leaseTerm": null, "leaseInterestRateMatrix": null, "leaseRateMatrix": null, "balloonPayment": null, "downPayment": null, "includeServiceFee": [], "residualAmount": null, "userLeaseAmount": null, "DisclaimerTitlei18nKey": "SummaryPanel.disclaimers.incentivesAndGasSavingsDisclaimer", "region_code": "", "showPricesWithForwardCalculatedVat": false } }, "Incentives.ct.ct": { "incentives": [{ "incentiveType": "fuel", "description": "Fuel economy inputs for US my", "period": "fuel", "variables": { "months": 36, "toll_savings": null, "distance_per_month": 833.33, "distance": 60000, "distance_year": 13000, "distance_year_upper": 15000, "fuel_efficiency_imperial": 20, "fuel_efficiency_metric": null, "kwh_consumption_100": 42.9, "supercharger_kwh_price": 0.26, "fuel_price": 3.3, "kwh_price": 0.161, "last_updated": "2023-08-26", "kwh_consumption": 0.429 }, "variant": "ct", "market": "US" }] }, "Fees.ct.ct": { "fees": [{ "feeType": "reg_and_doc_fee", "financeType": "any", "description": "Registration and doc fee", "sfdcFieldName": "Destination Fee", "period": "once", "variant": ["ct"], "amount": 1995, "market": "US", "inventory": ["new"] }, { "feeType": "acquisition_fee", "description": "Acquisition fee for lease", "sfdcFieldName": "Acquisition Fee", "financeType": ["lease"], "variant": ["ms", "mx", "m3", "my", "ct"], "period": "once", "market": "US", "amount": 695 }] }, "Lexicon.ct": {
"id": 9103, "effective_date": "2023-11-30T20:20:00.000Z", "market": "US", "product": "ct", "factory": "GF04", "sku": { "trims": { "$MTC03": { "variant": { "code": "DM", "name": "Dual Motor" }, "configurator": [{ "included": [], "optional": [["$APF2", "$APPB"]], "upgradable": [], "base_options": ["$MTC03", "$CYBR", "$APBS", "$ST04", "$TW01", "$SC04", "$WH0B", "$CPF0"], "combinations": [["$IG01", "$IW01"]] }] }, "$MTC04": { "variant": { "code": "TM", "name": "Tri Motor" }, "configurator": [{ "included": [], "optional": [["$APF2", "$APPB"], ["$LB01"]], "upgradable": [], "base_options": ["$MTC04", "$CYBR", "$APBS", "$IW01", "$ST04", "$TW01", "$SC04", "$WH0B", "$CPF0"], "combinations": [] }] }, "$MTC05": { "variant": { "code": "RWD", "name": "Rear Wheel Drive" }, "configurator": [{ "included": [], "optional": [["$APF2", "$APPB"]], "upgradable": [], "base_options": ["$MTC05", "$CYBR", "$APBS", "$IG02", "$ST04", "$TW01", "$SC04", "$WH0A", "$CPF0"], "combinations": [] }] } }, "toggle": [], "default_trim": "$MTC05" }, "fees": {}, "name": "Marketing US 2023.Nov.30 9103.11159.81326", "groups": [{ "code": "MODEL", "name": "MODEL", "context": "default", "groups": [], "options": ["$CYBR"], "required": true, "exclusive": true, "default_options": ["$CYBR"] }, { "code": "AUTOPILOT", "name": "Autopilot", "context": "default", "groups": [], "options": ["$APBS", "$APPB", "$APF2"], "required": false, "exclusive": false, "default_options": ["$APBS"] }, { "code": "ACCESSORIES_PACKAGE", "name": "ACCESSORIES_PACKAGE", "context": "default", "groups": [], "options": ["$APK01"], "required": false, "exclusive": true, "default_options": ["$APK01"] }, { "code": "FOUNDATION_SERIES", "name": "FOUNDATION_SERIES", "context": "default", "long_name": "Foundation Series", "groups": [], "options": ["$FS00"], "required": false, "exclusive": true, "default_options": ["$FS00"] }, { "code": "LIGHTBAR", "groups": [], "context": "default", "options": ["$LB01"], "required": false, "exclusive": true, "default_options": ["$LB01"], "name": "LIGHTBAR" }, { "code": "TRIM", "name": "TRIM", "context": "default", "groups": [], "options": ["$MTC03", "$MTC04", "$MTC05"], "required": true, "exclusive": true, "default_options": ["$MTC03"] }, { "code": "DRIVE_MODE", "name": "Drive Mode", "context": "default", "extra_copy": [], "groups": [], "options": ["$DV2W", "$DV4W"], "required": false, "exclusive": true, "default_options": ["$DV2W"] }, { "code": "INTERIOR", "name": "Interior", "context": "default", "extra_copy": [], "groups": [], "options": ["$IG01", "$IW01", "$IG02"], "required": true, "exclusive": true, "default_options": [] }, { "code": "PAINT", "name": "Color", "context": "default", "groups": [], "options": ["$PDD"], "required": false, "exclusive": true, "default_options": ["$PDD"] }, { "code": "WHEELS", "name": "Wheels", "context": "default", "groups": [], "options": ["$WH0B"], "required": true, "exclusive": true, "default_options": [] }, { "code": "SUPER_CHARGER", "name": "SUPER_CHARGER", "context": "default", "groups": [], "options": ["$SC04"], "required": true, "exclusive": true, "default_options": ["$SC04"] }, { "code": "TOWING", "name": "Tow Hitch", "context": "default", "groups": [], "options": ["$TW01"], "required": false, "exclusive": false, "default_options": [] }, { "code": "WIRELESS_CHARGING", "groups": [], "context": "default", "options": ["$WC01"], "required": false, "exclusive": false, "default_options": [], "name": "WIRELESS_CHARGING" }, { "code": "STEERING_WHEEL", "groups": [], "context": "default", "options": ["$ST04", "$ST05"], "required": true, "exclusive": true, "default_options": ["$ST04"], "name": "STEERING_WHEEL" }, { "code": "CONNECTIVITY", "groups": [], "context": "default", "options": ["$CPF0", "$CPF1"], "required": true, "exclusive": true, "default_options": ["$CPF0"], "name": "CONNECTIVITY" }, { "code": "CORE", "groups": [], "context": "order_summary", "options": ["$CYBR", "$MTC01", "$MTC02"], "required": false, "exclusive": false, "name": "Payment" }, { "code": "OPTIONS", "groups": [], "context": "order_summary", "options": ["$APF2"], "required": false, "exclusive": false }, { "code": "REVIEW_ORDER", "groups": ["FOUNDATION_SERIES", "FOUNDATION_SERIES_BADGE", "FOUNDATION_SERIES_GRAPHIC", "WHEELS", "INTERIOR", "LIGHTBAR", "ACCESSORIES_PACKAGE", "POWERSHARE", "MOBILE_CONNECTOR", "WALL_CONNECTOR", "AUTOPILOT_OWNERSHIP", "AUTOPILOT_PACKAGE", "CONNECTIVITY"], "context": "order_summary", "options": [], "required": false, "exclusive": false, "default_options": [], "name": "REVIEW_ORDER", "extra_copy": [{ "type": "name", "content": "Your Foundation Series Cybertruck", "behavior": [{ "type": "CONTAINER", "content": { "tag": "h2" } }] }, { "type": "disclaimer", "content": "Limited-Edition | Fully Optioned <br /> Exclusive Badges | Premium Accessories", "behavior": [{ "type": "CONTAINER", "content": { "classNames": ["tds-text--center"] } }] }], "extra_content": [{ "type": "components", "content": [{ "type": "AssetLoader", "props": { "asset": { "url": "CYBERTRUCK/foundation_badge.svg", "type": "image" }, "className": "tds-o--vertical_margin--small tds-o--centered" } }, { "type": "Copy", "props": { "field": "disclaimer", "classes": "estimated-delivery-date" } }] }] }, { "code": "LIGHTBAR", "name": "Lightbar", "context": "configurator", "extra_copy": [], "extra_content": [{ "type": "components", "content": [{ "type": "RootGroup" }, { "type": "Options" }] }], "groups": [], "options": ["$LB01"], "required": true, "exclusive": true, "default_options": ["$LB01"] }, { "code": "TRIM", "name": "TRIM", "context": "configurator", "extra_copy": [{ "type": "name", "content": " " }, { "type": "order_disclaimer", "content": "Fully refundable." }, { "type": "disclaimer_purchasePrice", "content": "All prices are shown without incentives or est. 3-year gas savings." }, { "type": "disclaimer_savingsPrice", "content": "*Prices assume IRA Federal Tax Credits up to $7,500 for Rear-Wheel Drive and All-Wheel Drive and est. gas savings of $3,600 over 3 years." }, { "type": "savings[0].main_title", "content": "Federal Tax Credit", "behavior": [{ "type": "CONTAINER", "content": { "tag": "p", "classNames": ["tds-o-text--caption tds-label-title tds-o-vertical_padding-top--4x"] } }] }, { "type": "savings[0].description", "content": "Customers who take delivery of a qualified new Tesla and meet all federal requirements may be eligible for a tax credit up to $7,500. Only for eligible cash or loan purchases. <a href='/support/incentives' target='_blank'>Learn More</a>", "behavior": [{ "type": "CONTAINER", "content": { "classNames": ["tds-o-text--caption tds-text--body"] } }] }, { "type": "savings[1].main_title", "content": "Adjusted Gross Income Limitations", "behavior": [{ "type": "CONTAINER", "content": { "tag": "p", "classNames": ["tds-o-text--caption tds-label-title tds-o-vertical_padding-top--4x"] } }] }, { "type": "savings[1].description", "content": "$300,000 for married couples filing jointly<br/>$225,000 for heads of households<br/>$150,000 for all other filers", "behavior": [{ "type": "CONTAINER", "content": { "classNames": ["tds-o-text--caption tds-text--body"] } }] }, { "type": "savings[2].main_title", "content": "Price Caps", "behavior": [{ "type": "CONTAINER", "content": { "tag": "p", "classNames": ["tds-o-text--caption tds-label-title tds-o-vertical_padding-top--4x"] } }] }, { "type": "savings[2].description", "content": "The vehicle MSRP at time of delivery must not exceed the following caps. This price includes optional equipment physically attached to the vehicle at the time of delivery and excludes software features, accessories, taxes and fees.", "behavior": [{ "type": "CONTAINER", "content": { "classNames": ["tds-o-text--caption tds-text--body tds--vertical_padding-bottom--1x"] } }] }, { "type": "savings[2].disclaimer", "content": "Model 3: $55,000<br/>Model Y: $80,000<br/>Model X: $80,000<br/>Cybertruck Rear-Wheel Drive and Cybertruck All-Wheel Drive may be eligible at the time of delivery", "behavior": [{ "type": "CONTAINER", "content": { "tag": "p", "classNames": ["tds-o-text--caption"] } }] }, { "type": "savings[4].main_title", "content": "Gasoline Savings", "behavior": [{ "type": "CONTAINER", "content": { "tag": "p", "classNames": ["tds-o-text--caption tds-label-title tds-o-vertical_padding-top--4x"] } }] }, { "type": "savings[4].description", "content": "<p>Electric vehicles are less expensive to fuel than gasoline powered vehicles. The average person drives between 10,000 and 15,000 miles and spends between $1,700 and $2,500 on gasoline per year.</p><p>We've assumed a fuel economy of 20.0 miles per gallon for a comparable gasoline powered truck. We've also assumed the national average of $0.16 per kilowatt-hour for residential electricity (assumed for 100% of charging) and $3.30 per gallon for gasoline over the next three years. Tesla efficiency values are based on Cybertruck All-Wheel Drive.</p><p>Comparison gasoline vehicles are selected based on vehicle class, seating capacity and standard features. We use the EPA estimated range standard to compare efficiency data between our vehicles and a comparable gasoline alternative using each vehicle's combined city/highway MPG and MPGe ratings. Actual range may vary based on factors such as speed, weather conditions and elevation change.</p><p>Cybertruck All-Wheel Drive consumption rating = 42.9 kWh/100mi<br/>Comparison vehicle consumption rating = 20.0 mpg</p><p>References:<br/>We used the most recent gasoline and electricity prices that were available to us through third-party resources on November 30, 2023.</p>", "behavior": [{ "type": "CONTAINER", "content": { "classNames": ["tds-o-text--caption"] } }] }, { "type": "disclaimer_learnMore", "content": "See Details", "behavior": [{ "type": "CONTAINER", "content": { "tag": "a" } }, { "type": "ACTION", "content": { "type": "MODAL_OPEN", "props": { "props": { "content_path": "CustomGroups.TRIM.savings" }, "genericWrapper": true }, "classNames": ["tds-text--caption tds--horizontal_margin-5"], "component_target": "RecommendedInfoModal" } }] }], "extra_content": [{ "type": "components", "content": [{ "type": "Title", "props": { "field": "sub_title" } }, { "type": "Options" }, { "type": "GroupDescription", "props": { "group": "TRIM" } }] }], "groups": [], "options": ["$MTC05", "$MTC03", "$MTC04"], "required": false, "exclusive": true, "default_options": ["$MTC03"] }, { "code": "INTERIOR", "name": "INTERIOR", "context": "configurator", "extra_copy": [{ "type": "compare_features", "content": "Learn More", "behavior": [{ "type": "CONTAINER", "content": { "props": { "data-should-open": "INTERIOR_FEATURES" }, "classNames": ["tds-btn tds-btn--secondary tds-btn--width-full tds-btn--copy"] } }] }], "extra_content": [{ "type": "asset", "content": [{ "type": "image-compositor", "view": "INTERIOR_ROW1", "ratio": "meet" }] }, { "type": "components", "content": [{ "type": "RootGroup" }, { "type": "Options" }, { "type": "ActionTarget", "props": { "fields": [{ "field": "compare_features", "props": { "modal": "INTERIOR_FEATURES" } }] } }] }, { "type": "gallery", "content": [{ "group": "EXTERIOR_ASSET", "section": 4 }] }], "groups": [], "options": ["$IG01", "$IW01", "$IG02"], "required": true, "exclusive": true, "default_options": ["$IG01"] }, { "code": "WHEELS", "name": "WHEELS", "context": "configurator", "extra_copy": [], "extra_content": [{ "type": "asset", "content": [{ "bkba": 4, "type": "image-compositor", "view": "STUD_RIMCLOSEUP", "ratio": "meet" }] }, { "type": "components", "content": [{ "type": "RootGroup" }, { "type": "Options" }] }, { "type": "gallery", "content": [{ "group": "EXTERIOR_ASSET", "section": 3 }] }], "groups": [], "options": ["$WH0B"], "required": true, "exclusive": true, "default_options": ["$WH0B"] }, { "code": "AUTOPILOT", "name": "Autopilot Package", "context": "configurator", "extra_copy": [], "description": "Autopilot Package Description", "extra_content": [], "groups": [], "options": ["$APBS", "$APPB", "$APF2"], "required": false, "exclusive": false, "default_options": ["$APBS"] }, { "code": "BATTERY_AND_DRIVE", "groups": ["TRIM"], "context": "configurator", "options": [], "required": false, "exclusive": false, "default_options": [], "name": "Battery & Drivetrain", "extra_copy": [{ "type": "name", "content": "Reserve Now" }, { "type": "order_disclaimer", "content": "You will be invited when your cybertruck is ready to be configured" }], "description": "Battery and Drivetrain", "extra_content": [{ "type": "asset", "content": [{ "url": "CYBERTRUCK/ct_reservation_mobile.jpg", "type": "bg-image", "selected_by": { "or": [{ "on": ["tablet", "mobile"] }] } }, { "url": "CYBERTRUCK/ct_reservation.jpg", "type": "bg-image", "bgSizeType": "cover" }] }, { "type": "components", "content": [{ "type": "Title", "props": { "classes": "tds-text--h1 tds--vertical_padding--large" } }, { "type": "SavingsToggle" }, { "type": "RootGroup" }, { "type": "Copy", "props": { "field": "order_disclaimer", "classes": "tds-o-vertical_padding-top--4x tds-o-horizontal-padding-14 tds-label-title" } }] }, { "type": "gallery", "content": [{ "group": "EXTERIOR_GALLERY" }] }] }, { "code": "DELIVERY_TIMING", "groups": ["TRIM"], "context": "configurator", "options": [], "required": false, "exclusive": false, "default_options": [], "name": "Delivery timings", "extra_copy": [], "description": "Delivery timings", "extra_content": [{ "type": "delivery_time", "content": [{ "selected_by": { "or": ["$MTC01", "$MTC02"] }, "delivery_date": "Est. Delivery Dec, 2023", "delivery_date_name": "Est. Delivery: ", "delivery_description": "Dec 2023" }] }] }, { "code": "CORE_CONFIGURATOR", "groups": [], "context": "configurator", "options": ["$MTC01", "$MTC02"], "required": false, "exclusive": false, "name": "Payment" }, { "code": "EXTERIOR_GALLERY", "groups": [], "context": "configurator", "options": [], "required": false, "exclusive": false, "default_options": [], "name": "Configuration Gallery", "description": "Configuration Gallery", "extra_content": [{ "type": "asset[0]", "content": [{ "url": "CYBERTRUCK/ct_reservation_mobile.jpg", "type": "bg-image", "selected_by": { "or": [{ "on": ["tablet", "mobile"] }] } }, { "url": "CYBERTRUCK/ct_reservation.jpg", "type": "bg-image", "bgSizeType": "cover" }] }] }, { "code": "TOWING", "name": "Tow Hitch", "context": "configurator", "extra_content": [{ "type": "asset", "content": [{ "bkba": 4, "crop": [1400, 800, 0, 0], "type": "image-compositor", "view": "REAR34", "zoom": 1, "selected_by": { "or": [{ "on": ["tablet", "mobile"] }] } }, { "bkba": 4, "type": "image-compositor", "view": "REAR34", "zoom": 1 }] }, { "type": "components", "content": [{ "type": "Options" }] }, { "type": "gallery", "content": [{ "group": "EXTERIOR_ASSET" }] }], "groups": [], "options": ["$TW01"], "required": false, "exclusive": false, "default_options": [] }, { "code": "WIRELESS_CHARGING", "groups": [], "context": "configurator", "options": ["$WC01"], "required": false, "exclusive": false, "default_options": [], "name": "WIRELESS_CHARGING" }, { "code": "STEERING_WHEEL", "groups": [], "context": "configurator", "options": ["$ST04", "$ST05"], "required": true, "exclusive": true, "default_options": ["$ST04"], "name": "STEERING_WHEEL" }, { "code": "AUTOPILOT_PACKAGE", "name": "Autopilot", "context": "configurator", "extra_copy": [{ "type": "compare_features", "content": "Learn More", "behavior": [{ "type": "CONTAINER", "content": { "props": { "data-should-open": "AUTOPILOT_FEATURES" }, "classNames": ["tds-btn tds-btn--secondary tds-btn--width-full tds-btn--copy"] } }] }, { "type": "disclaimer", "content": "The currently enabled features require active driver supervision and do not make the vehicle autonomous. The activation and use of these features are dependent on achieving reliability far in excess of human drivers as demonstrated by billions of miles of experience, as well as regulatory approval, which may take longer in some jurisdictions. As these self-driving features evolve, your car will be continuously upgraded through over-the-air software updates." }], "extra_content": [{ "type": "asset", "content": [{ "url": "CYBERTRUCK/CT_NOA.mp4", "type": "video-inline", "urlDesktop": "CYBERTRUCK/CT_NOA.mp4", "selected_by": { "or": [{ "on": ["desktop", "tablet", "mobile"] }] }, "video_props": { "loop": 0, "muted": true, "autoPlay": true, "controls": false, "fullWidth": true, "playsInline": true }, "video_content": [{ "url": "CYBERTRUCK/CT_NOA.mp4", "urlDesktop": "CYBERTRUCK/CT_NOA.mp4", "content_path": "OMS.lexicon.groups_dictionary.configurator.AUTOPILOT_PACKAGE.video_list.default[0]" }, { "url": "CYBERTRUCK/CT_AutolaneChange.mp4", "urlDesktop": "CYBERTRUCK/CT_AutolaneChange.mp4", "content_path": "OMS.lexicon.groups_dictionary.configurator.AUTOPILOT_PACKAGE.video_list.default[1]" }, { "url": "CYBERTRUCK/CT_Autopark.mp4", "urlDesktop": "CYBERTRUCK/CT_Autopark.mp4", "content_path": "OMS.lexicon.groups_dictionary.configurator.AUTOPILOT_PACKAGE.video_list.default[2]" }, { "url": "CYBERTRUCK/CT_Summon.mp4", "urlDesktop": "CYBERTRUCK/CT_Summon.mp4", "content_path": "OMS.lexicon.groups_dictionary.configurator.AUTOPILOT_PACKAGE.video_list.default[3]" }] }] }, { "type": "components", "content": [{ "type": "RootGroup" }, { "type": "Options" }, { "type": "ActionTarget", "props": { "fields": [{ "field": "compare_features", "props": { "modal": "AUTOPILOT_FEATURES" } }] } }, { "type": "Disclaimer", "props": { "classes": "tds-o-text--caption tds--font-size-11" } }] }, { "type": "gallery", "content": [{ "group": "FSD_GALLERY" }] }], "groups": [], "options": ["$APF2"], "required": true, "exclusive": true, "default_options": [] }, { "code": "DRIVE_MOTOR_GROUP", "groups": [], "context": "configurator", "options": ["$MTC01", "$MTC02"], "required": false, "exclusive": false, "default_options": ["$MTC01"], "name": "DRIVE_MOTOR_GROUP", "extra_copy": [{ "type": "name", "content": " " }, { "type": "compare_features", "content": "Cybertruck Features", "behavior": [{ "type": "CONTAINER", "content": { "props": { "data-should-open": "STD_FEATURES" }, "classNames": ["tds-btn tds-btn--secondary tds-btn--width-full tds-btn--copy"] } }] }, { "type": "disclaimer_purchasePrice", "content": "All prices are shown without incentives or est. {FUEL_YEARS}-year gas savings of {FUEL_INCENTIVE}." }, { "type": "disclaimer_savingsPrice", "content": "*Prices include est. gas savings of {FUEL_INCENTIVE} over {FUEL_YEARS} years." }, { "type": "disclaimer_learnMore", "content": "See Details", "behavior": [{ "type": "ACTION", "content": { "type": "SHOW_GAS_SAVINGS_MODAL", "classNames": ["tds-text--caption tds--horizontal_margin-5"] } }] }], "extra_content": [{ "type": "components", "content": [{ "type": "RootGroup" }, { "type": "Options" }, { "type": "GroupDescription", "props": { "group": "DRIVE_MOTOR_GROUP" } }, { "type": "ActionTarget", "props": { "fields": [{ "field": "compare_features", "props": { "modal": "STD_FEATURES" } }] } }] }] }, { "code": "EXTERIOR", "groups": ["VEHICLE_EXTERIOR"], "context": "configurator", "options": [], "required": false, "exclusive": false, "default_options": [], "name": "EXTERIOR", "extra_copy": [{ "type": "compare_features", "content": "Learn More", "behavior": [{ "type": "CONTAINER", "content": { "props": { "data-should-open": "EXTERIOR_FEATURES" }, "classNames": ["tds-btn tds-btn--secondary tds-btn--width-full tds-btn--copy"] } }] }], "extra_content": [{ "type": "asset", "content": [{ "bkba": 4, "type": "image-compositor", "view": "STUD_SIDEVIEW", "ratio": "meet" }] }, { "type": "components", "content": [{ "type": "RootGroup", "props": { "classes": "group--options_cyber_checkbox--container tds-outline-bottom-left" } }, { "type": "ActionTarget", "props": { "fields": [{ "field": "compare_features", "props": { "modal": "EXTERIOR_FEATURES" } }] } }] }, { "type": "gallery", "content": [{ "group": "EXTERIOR_ASSET" }] }] }, { "code": "VEHICLE_EXTERIOR", "groups": [], "context": "configurator", "options": ["$CYBR"], "required": false, "exclusive": false, "default_options": [], "name": "VEHICLE_EXTERIOR", "long_name": "Stainless Steel Exterior", "extra_copy": [{ "type": "long_name", "content": "Stainless Steel Exterior", "behavior": [{ "type": "CONTAINER", "content": { "classNames": ["coin-list--sub-item"] } }] }, { "type": "name", "content": "Stainless Steel Exterior ", "behavior": [{ "type": "CONTAINER", "content": { "tag": "h1", "classNames": ["tds-o-padding_bottom-24"] } }] }, { "type": "feature_list.default.items[0]", "content": "Ultra-hard stainless steel" }, { "type": "feature_list.default.items[1]", "content": "Dent-resistant" }, { "type": "feature_list.default.items[2]", "content": "Reduces longterm corrosion" }], "extra_content": [{ "type": "components", "content": [{ "type": "Title", "props": { "classes": "tds-text--400 tds--no_vertical_padding" } }, { "type": "Disclaimer", "props": { "field": "feature_list.default" } }] }] }, { "code": "POWER_YOUR_HOME", "groups": ["VEHICLE_TO_HOME"], "context": "configurator", "options": [], "required": true, "exclusive": true, "default_options": [], "name": "POWER_YOUR_HOME", "extra_copy": [{ "type": "compare_features", "content": "Learn More", "behavior": [{ "type": "CONTAINER", "content": { "props": { "data-should-open": "VEHICLE_TO_HOME_FEATURES" }, "classNames": ["tds-btn tds-btn--secondary tds-btn--width-full tds-btn--copy"] } }] }], "extra_content": [{ "type": "components", "content": [{ "type": "RootGroup", "props": { "classes": "group--options_cyber_checkbox--container tds-outline-bottom-left" } }, { "type": "ActionTarget", "props": { "fields": [{ "field": "compare_features", "props": { "modal": "VEHICLE_TO_HOME_FEATURES" } }] } }] }, { "type": "gallery", "content": [{ "group": "EXTERIOR_ASSET" }] }] }, { "code": "VEHICLE_TO_HOME", "groups": [], "context": "configurator", "options": ["$CYBR"], "required": true, "exclusive": true, "default_options": [], "name": "VEHICLE_TO_HOME", "long_name": "Powershare Home Backup", "extra_copy": [{ "type": "long_name", "content": "Powershare Home Backup" }, { "type": "name[0]", "content": "Included", "behavior": [{ "type": "CONTAINER", "content": { "tag": "h2" } }] }, { "type": "name[1]", "content": "Powershare Home Backup", "behavior": [{ "type": "CONTAINER", "content": { "tag": "h1", "classNames": ["tds-o-padding_bottom-24 "] } }] }, { "type": "feature_list.default.items[1]", "content": "Use cybertruck to power your home off the grid" }, { "type": "feature_list.default.items[2]", "content": "Universal Wall Connector and Gateway V3 Included" }, { "type": "disclaimer[0]", "content": "Powershare Home Backup requires installation at your home and is available in most ZIP codes.", "behavior": [{ "type": "CONTENT_SELECTED", "content": { "selected_by": { "and": ["$MTC01"] } } }, { "type": "CONTAINER", "content": { "classNames": ["tds--horizontal_padding--small "] } }] }, { "type": "feature_list.default.items[4]", "content": "Professional Installation*", "behavior": [{ "type": "CONTENT_SELECTED", "content": { "selected_by": { "and": ["$MTC02"] } } }] }, { "type": "disclaimer[1]", "content": "*Powershare Home Backup will be professionally installed at your home and is available in most ZIP Codes. Installations that exceed $4,000 require payment for additional costs.", "behavior": [{ "type": "CONTENT_SELECTED", "content": { "selected_by": { "and": ["$MTC02"] } } }, { "type": "CONTAINER", "content": { "classNames": ["tds--horizontal_padding--small "] } }] }], "extra_content": [{ "type": "components", "content": [{ "type": "Title", "props": { "classes": "tds-text--400 tds--no_vertical_padding" } }, { "type": "Disclaimer", "props": { "field": "feature_list.default" } }, { "type": "Disclaimer", "props": { "classes": "tds-o-text--caption tds--font-size-11" } }] }] }, { "code": "ACCESSORIES_PACKAGE", "name": "premium accessories", "context": "configurator", "extra_copy": [{ "type": "compare_features", "content": "Learn More", "behavior": [{ "type": "CONTAINER", "content": { "props": { "data-should-open": "PREMIUM_ACCESSORIES_FEATURES" }, "classNames": ["tds-btn tds-btn--secondary tds-btn--width-full tds-btn--copy"] } }] }], "extra_content": [{ "type": "components", "content": [{ "type": "RootGroup", "props": { "classes": "group--options_cyber_checkbox--container tds-outline-bottom-left" } }, { "type": "Options" }, { "type": "ActionTarget", "props": { "fields": [{ "field": "compare_features", "props": { "modal": "PREMIUM_ACCESSORIES_FEATURES" } }] } }] }, { "type": "gallery", "content": [{ "group": "EXTERIOR_ASSET", "section": 2 }] }], "groups": [], "options": ["$APK01"], "required": true, "exclusive": true, "default_options": ["$APK01"] }, { "code": "STD_FEATURES", "groups": ["STEER_BY_WIRE", "NEXT_GEN_ADAPTIVE_SUSPENSION", "OFF_ROAD_READY", "LOCKABLE_STORAGE", "ACCESS_ANYWHERE", "PROTECT_YOUR_TRUCK", "MOBILE_CAMPSITE"], "context": "configurator", "options": [], "required": true, "exclusive": true, "default_options": [], "name": "Standard Features", "extra_copy": [{ "type": "aria_label", "content": "Compare Models" }] }, { "code": "AUTOPILOT_FEATURES", "groups": ["FSD_NAVIGATE_CARD", "FSD_LANE_CHANGE_CARD", "FSD_AUTOPARK_CARD", "FSD_SUMMON_CARD"], "context": "configurator", "options": [], "required": true, "exclusive": true, "default_options": [], "name": "Standard Features", "extra_copy": [{ "type": "aria_label", "content": "Compare Models" }] }, { "code": "FSD_NAVIGATE_CARD", "groups": [], "context": "configurator", "options": [], "required": true, "exclusive": true, "default_options": [], "name": "Navigate on Autopilot", "extra_copy": [{ "type": "title", "content": "Navigate on Autopilot" }, { "type": "description", "content": "Automatic driving from highway on-ramp to off-ramp includes automatic lane changes, Traffic-Aware Cruise Control with complete stopping and re-engagement, Autosteer, and overtaking slow cars in your lane.", "behavior": [{ "type": "CONTAINER", "content": { "classNames": ["tds--vertical_padding--large"] } }] }], "extra_content": [{ "type": "asset", "content": [{ "url": "CYBERTRUCK/CT_NOA.mp4", "type": "video-inline", "urlDesktop": "CYBERTRUCK/CT_NOA.mp4", "selected_by": { "or": [{ "on": ["desktop", "tablet"] }] }, "video_props": { "loop": true, "muted": true, "autoPlay": true, "controls": false, "fullWidth": true, "playsInline": true } }] }] }, { "code": "FSD_LANE_CHANGE_CARD", "groups": [], "context": "configurator", "options": [], "required": true, "exclusive": true, "default_options": [], "name": "Auto Lane Change", "extra_copy": [{ "type": "title", "content": "Auto Lane Change" }, { "type": "description", "content": "While driving on the highway, Automatic Lane Change will position your car in the optimal lane to prepare for merges and exits while overtaking slow cars. Drivers are given clear insight to upcoming lane changes as well as customization to Auto Lane Change functionality.", "behavior": [{ "type": "CONTAINER", "content": { "classNames": ["tds--vertical_padding--large"] } }] }], "extra_content": [{ "type": "asset", "content": [{ "url": "CYBERTRUCK/CT_AutolaneChange.mp4", "type": "video-inline", "urlDesktop": "CYBERTRUCK/CT_AutolaneChange.mp4", "selected_by": { "or": [{ "on": ["desktop", "tablet"] }] }, "video_props": { "loop": true, "muted": true, "autoPlay": true, "controls": false, "fullWidth": true, "playsInline": true } }] }] }, { "code": "FSD_AUTOPARK_CARD", "groups": [], "context": "configurator", "options": [], "required": true, "exclusive": true, "default_options": [], "name": "Autopark", "extra_copy": [{ "type": "title", "content": "Autopark" }, { "type": "description", "content": "Park with ease in both parallel and perpendicular parking spaces with a single button tap on the Center Display. Cybertruck will alert you to available parking spots by continuously monitoring the space around you while driving under 15 mph.", "behavior": [{ "type": "CONTAINER", "content": { "classNames": ["tds--vertical_padding--large"] } }] }], "extra_content": [{ "type": "asset", "content": [{ "url": "CYBERTRUCK/CT_Autopark.mp4", "type": "video-inline", "urlDesktop": "CYBERTRUCK/CT_Autopark.mp4", "selected_by": { "or": [{ "on": ["desktop", "tablet"] }] }, "video_props": { "loop": true, "muted": true, "autoPlay": true, "controls": false, "fullWidth": true, "playsInline": true } }] }] }, { "code": "FSD_SUMMON_CARD", "groups": [], "context": "configurator", "options": [], "required": true, "exclusive": true, "default_options": [], "name": "Smart Summon", "extra_copy": [{ "type": "title", "content": "Smart Summon" }, { "type": "description", "content": "Activated by the Tesla App, your Cybertruck will come find you anywhere in a parking lot, and even park or unpark itself in tight spaces. Summon navigates complex parking situations while abiding by lane markings and stop signs, avoiding pedestrians and obstacles like traffic cones, trash bins and rogue shopping carts.", "behavior": [{ "type": "CONTAINER", "content": { "classNames": ["tds--vertical_padding--large"] } }] }], "extra_content": [{ "type": "asset", "content": [{ "url": "CYBERTRUCK/CT_Summon.mp4", "type": "video-inline", "urlDesktop": "CYBERTRUCK/CT_Summon.mp4", "selected_by": { "or": [{ "on": ["desktop", "tablet"] }] }, "video_props": { "loop": true, "muted": true, "autoPlay": true, "controls": false, "fullWidth": true, "playsInline": true } }] }] }, { "code": "AUTOPILOT_CARD", "groups": [], "context": "configurator", "options": [], "required": true, "exclusive": true, "default_options": [], "name": "Basic Autopilot", "extra_copy": [{ "type": "title", "content": "Basic Autopilot" }, { "type": "eyebrow", "content": " " }, { "type": "description", "content": "Included with every Tesla, Autopilot enables your car to steer, accelerate and brake automatically for other vehicles and pedestrians within its lane. Advanced safety and convenience features are designed to assist you with the most burdensome parts of driving, alongside driver assistance features such as emergency braking, collision warning and blind-spot monitoring." }], "extra_content": [] }, { "code": "EXTERIOR_ASSET", "groups": [], "context": "configurator", "options": [], "required": false, "exclusive": false, "default_options": [], "name": "Configuration Gallery", "description": "Configuration Gallery", "extra_content": [{ "type": "asset[0]", "content": [{ "bkba": 4, "crop": [1400, 800, 0, 0], "type": "image-compositor", "view": "STUD_FRONT34", "zoom": 1, "ratio": "slice", "selected_by": { "or": [{ "on": ["tablet", "mobile"] }] } }, { "bkba": 4, "type": "image-compositor", "view": "STUD_FRONT34", "zoom": 1, "ratio": "slice" }] }, { "type": "asset[1]", "content": [{ "bkba": 4, "crop": [1400, 800, 0, 0], "type": "image-compositor", "view": "STUD_SIDEVIEW", "zoom": 1, "ratio": "slice", "selected_by": { "or": [{ "on": ["tablet", "mobile"] }] } }, { "bkba": 4, "type": "image-compositor", "view": "STUD_SIDEVIEW", "zoom": 1, "ratio": "slice" }] }, { "type": "asset[2]", "content": [{ "bkba": 4, "crop": [1400, 800, 0, 0], "type": "image-compositor", "view": "STUD_REAR34", "zoom": 1, "ratio": "slice", "selected_by": { "or": [{ "on": ["tablet", "mobile"] }] } }, { "bkba": 4, "type": "image-compositor", "view": "STUD_REAR34", "zoom": 1, "ratio": "slice" }] }, { "type": "asset[3]", "content": [{ "bkba": 4, "crop": [0, 950, 0, 0], "type": "image-compositor", "view": "STUD_RIMCLOSEUP", "ratio": "slice", "selected_by": { "or": [{ "on": ["tablet", "mobile"] }] } }, { "bkba": 4, "crop": [0, 0, 0, 0], "type": "image-compositor", "view": "STUD_RIMCLOSEUP", "ratio": "slice" }] }, { "type": "asset[4]", "content": [{ "bkba": 1, "type": "image-compositor", "view": "INTERIOR_ROW1", "ratio": "meet", "selected_by": { "or": [{ "on": ["tablet", "mobile"] }] } }, { "bkba": 1, "type": "image-compositor", "view": "INTERIOR_ROW1", "ratio": "slice" }] }] }, { "code": "VEHICLE_TO_HOME_FEATURES", "groups": ["VEHICLE_TO_HOME_FEATURES_CARD"], "context": "configurator", "options": [], "required": false, "exclusive": false, "default_options": [], "name": "Standard Features", "extra_copy": [], "extra_content": [] }, {
"code": "VEHICLE_TO_HOME_FEATURES_CARD", "groups": [], "context": "configurator", "options": [], "required": false, "exclusive": false, "default_options": [], "name": "Standard Features", "extra_copy": [{
"type": "title", "content": "PowerShare Home Backup"},{"type":"description[0].description","content":"Power your home off- grid or when the grid goes down.Cybertruck can provide emergency power when needed most to keep you connected and comfortable.","behavior":[{"type":"CONTAINER","content":{"tag":"p","classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / A03_Powershare - Home - Backup.jpg","type":"image","ratio":"slice"}]}]},{"code":"BATTERY_AND_DRIVE_MOTOR_GROUP","groups":["DRIVE_MOTOR_GROUP"],"context":"configurator","options":[],"required":false,"exclusive":false,"default_options":[],"name":"Battery & Drivetrain","extra_copy":[{"type":"name","content":"Cybertruck","behavior":[{"type":"REPLACE_CONTENT","content":{"source":"options.$FS00.title","selected_by":{"and":["$FS00"]}}}]},{"type":"disclaimer","content":" ","behavior":[{"type":"REPLACE_CONTENT","content":{"source":"options.$FS00.description","selected_by":{"and":["$FS00"]}}}]}],"description":"Battery and Drivetrain","extra_content":[{"type":"asset","content":[{"bkba":4,"crop":[1400,800,0,0],"type":"image - compositor","view":"STUD_FRONT34","zoom":1,"selected_by":{"or":[{"on":["tablet","mobile"]}]}},{"bkba":4,"type":"image - compositor","view":"STUD_FRONT34","zoom":1}]},{"type":"components","content":[{"type":"AssetLoader","props":{"asset":{"url":"CYBERTRUCK / foundation_badge.svg","type":"image"},"className":"tds - o--vertical_margin--small tds - o--centered"}},{"type":"Disclaimer","props":{"classes":"tds--vertical_padding - bottom--4x tds - o - horizontal - padding - 14"}},{"type":"SavingsToggle"},{"type":"RootGroup"}]},{"type":"gallery","content":[{"group":"EXTERIOR_ASSET"}]}]},{"code":"POWERSHARE","groups":[],"context":"configurator","options":["$CYBR"],"required":false,"exclusive":false,"default_options":[],"name":"POWERSHARE","long_name":"Powershare Home Backup","extra_copy":[{"type":"price_indicator_override","content":"Included"},{"type":"long_name","content":"Powershare Home Backup","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list--sub - item"]}}]},{"type":"name[0]","content":"Included","behavior":[{"type":"CONTAINER","content":{"tag":"h2"}}]},{"type":"name[1]","content":"Powershare Outlets","behavior":[{"type":"CONTAINER","content":{"tag":"h1","classNames":["tds - o - padding_bottom - 24 "]}}]},{"type":"feature_list.default.items[0]","content":"Power anything, anywhere with five onboard outlets"},{"type":"feature_list.default.items[1]","content":"Powerful enough to charge another EV with up to 11.5 kw output"},{"type":"feature_list.default.items[2]","content":"One 240v outlet in the bed"},{"type":"feature_list.default.items[3]","content":"Two 120v outlets in the bed"},{"type":"feature_list.default.items[4]","content":"Two 120v outlets in the cabin"},{"type":"feature_list.default.items[5]","content":"Three USB- C chargers onboard"},{"type":"feature_list.default.items[6]","content":"Two auxiliary power connections with 2.3 kw output"}],"extra_content":[{"type":"components","content":[{"type":"Title","props":{"classes":"tds - text--400 tds--no_vertical_padding"}},{"type":"Disclaimer","props":{"field":"feature_list.default"}}]}]},{"code":"VEHICLE_FEATURES","groups":["POWERSHARE"],"context":"configurator","options":[],"required":false,"exclusive":false,"default_options":[],"name":"VEHICLE_FEATURES","extra_copy":[{"type":"compare_features","content":"Learn More","behavior":[{"type":"CONTAINER","content":{"props":{"data - should - open":"POWERSHARE_FEATURES"},"classNames":["tds - btn tds- btn--secondary tds- btn--width- full tds-btn--copy"]}}]}],"extra_content":[{"type":"components","content":[{"type":"RootGroup","props":{"classes":"group--options_cyber_checkbox--container tds - outline - bottom - left"}},{"type":"ActionTarget","props":{"fields":[{"field":"compare_features","props":{"modal":"POWERSHARE_FEATURES"}}]}}]},{"type":"gallery","content":[{"group":"EXTERIOR_ASSET"}]}]},{"code":"CHARGING","groups":["MOBILE_CONNECTOR","WALL_CONNECTOR"],"context":"configurator","options":["$CYBR"],"required":true,"exclusive":true,"default_options":["$IG01"],"name":"CHARGING","extra_copy":[{"type":"name[0]","content":"Included","behavior":[{"type":"CONTAINER","content":{"tag":"h2"}}]},{"type":"name[1]","content":"Charging","behavior":[{"type":"CONTAINER","content":{"tag":"h1","classNames":["tds - o - padding_bottom - 24 "]}}]},{"type":"compare_features","content":"Learn More","behavior":[{"type":"CONTAINER","content":{"props":{"data - should - open":"CHARGING_FEATURES"},"classNames":["tds - btn tds - btn--secondary tds - btn--width - full tds - btn--copy"]}}]}],"extra_content":[{"type":"components","content":[{"type":"RootGroup","props":{"classes":"group--options_cyber_checkbox--container tds - outline - bottom - left"}},{"type":"ActionTarget","props":{"fields":[{"field":"compare_features","props":{"modal":"CHARGING_FEATURES"}}]}}]},{"type":"gallery","content":[{"group":"EXTERIOR_ASSET"}]}]},{"code":"PREMIUM_ACCESSORIES_FEATURES","groups":["PREMIUM_ACCESSORIES_KIT"],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Standard Features","extra_copy":[{"type":"aria_label","content":"Compare Models"}]},{"code":"INTERIOR_FEATURES","groups":["STUDIO_QUALITY_SOUND","CLEAN_CABIN_AIR","HEATED_AND_COOLED_SEATS","CUSTOM_CABIN_LIGHTING","HD_TOUCHSCREENS","QUIET_SPACE","FAST_CHARGING"],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Standard Features","extra_copy":[{"type":"aria_label","content":"Compare Models"}]},{"code":"EXTERIOR_FEATURES","groups":["DENT_RESISTANT","SHATTERPROOF_GLASS","STABLE_STEERING","MAXIMUM_GRIP","ILLUMINATE"],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Standard Features","extra_copy":[{"type":"aria_label","content":"Compare Models"}]},{"code":"POWERSHARE_FEATURES","groups":["POWERSHARE_OUTLETS"],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Standard Features","extra_copy":[{"type":"aria_label","content":"Compare Models"}]},{"code":"CHARGING_FEATURES","groups":["WALL_CONNECTOR_FEATURES","MOBILE_CONNECTOR_FEATURES"],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Standard Features","extra_copy":[{"type":"aria_label","content":"Compare Models"}]},{"code":"MOBILE_CONNECTOR","groups":[],"context":"configurator","options":["$CYBR"],"required":true,"exclusive":true,"default_options":[],"long_name":"Powershare Mobile Connector","extra_copy":[{"type":"price_indicator_override","content":"Included"},{"type":"long_name","content":"Powershare Mobile Connector","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list--sub - item"]}}]},{"type":"name[0]","content":"Included","behavior":[{"type":"CONTAINER","content":{"tag":"h2"}}]},{"type":"name[1]","content":"Charging","behavior":[{"type":"CONTAINER","content":{"tag":"h1","classNames":["tds - o - padding_bottom - 24 "]}}]},{"type":"feature_list.default.items[0]","content":"Powershare Mobile Connector"},{"type":"feature_list.default.items[1]","content":"Universal Wall Connector"}],"extra_content":[{"type":"components","content":[{"type":"Title","props":{"classes":"tds - text--400 tds--no_vertical_padding"}},{"type":"Disclaimer","props":{"field":"feature_list.default"}}]}]},{"code":"WALL_CONNECTOR","groups":[],"context":"configurator","options":["$CYBR"],"required":true,"exclusive":true,"default_options":[],"long_name":"Universal Wall Connector","extra_copy":[{"type":"price_indicator_override","content":"Included"},{"type":"long_name","content":"Universal Wall Connector","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list--sub - item"]}}]}]},{"code":"FOUNDATION_SERIES","name":"FOUNDATION_SERIES","context":"configurator","long_name":"Foundation Series","extra_copy":[{"type":"long_name","content":"Foundation Series"}],"groups":[],"options":["$FS00"],"required":true,"exclusive":true,"default_options":[]},{"code":"FOUNDATION_SERIES_BADGE","groups":[],"context":"configurator","options":["$FS00"],"required":true,"exclusive":true,"default_options":[],"long_name":"Laser - Etched Foundation Series Badge","extra_copy":[{"type":"price_indicator_override","content":"Included"},{"type":"long_name","content":"Laser - Etched Foundation Series Badge","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list--sub - item"]}}]}]},{"code":"FOUNDATION_SERIES_GRAPHIC","groups":[],"context":"configurator","options":["$FS00"],"required":true,"exclusive":true,"default_options":[],"long_name":"Foundation Series Cabin Graphic","extra_copy":[{"type":"price_indicator_override","content":"Included"},{"type":"long_name","content":"Foundation Series Cabin Graphic","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list--sub - item"]}}]}]},{"code":"RANGE_EXTENDER","groups":[],"context":"configurator","options":["$CYBR"],"required":false,"exclusive":false,"default_options":[],"name":"RANGE_EXTENDER","long_name":"Range Extender","extra_copy":[{"type":"name[0]","content":"Est.$16,000","behavior":[{"type":"CONTAINER","content":{"tag":"h2"}}]},{"type":"name[1]","content":"Range Extender","behavior":[{"type":"CONTAINER","content":{"tag":"h1","classNames":["tds - o - padding_bottom - 24 "]}}]},{"type":"feature_list.default.items[0]","content":"470 + total mi.range(est.)","behavior":[{"type":"CONTENT_SELECTED","content":{"selected_by":{"and":["$MTC01"]}}}]},{"type":"feature_list.default.items[1]","content":"440 + total mi.range(est.)","behavior":[{"type":"CONTENT_SELECTED","content":{"selected_by":{"and":["$MTC02"]}}}]},{"type":"feature_list.default.items[2]","content":"Requires installation at a Tesla service center"},{"type":"feature_list.default.items[3]","content":"Production planned to begin in late 2024"},{"type":"feature_list.default.items[4]","content":"Priority installation"},{"type":"disclaimer","content":"Non - refundable reservation deposit"}],"extra_content":[{"type":"components","content":[{"type":"Title","props":{"classes":"tds - text--400 tds--no_vertical_padding"}},{"type":"Disclaimer","props":{"field":"feature_list.default","component":"p"}},{"type":"AccessoriesList","props":{"isReserve":true,"productType":"ELECTRONIC","parentClasses":"tds--no_vertical_padding"}},{"type":"Disclaimer","props":{"classes":"tds - o - text--caption tds--horizontal_padding tds--font - size - 11"}}]}]},{"code":"ELECTRONIC_ACCESSORIES","groups":["RANGE_EXTENDER"],"context":"configurator","options":["$CYBR"],"required":false,"exclusive":false,"default_options":[],"name":"ELECTRONIC_ACCESSORIES","long_name":"Range Extender","extra_copy":[{"type":"compare_features","content":"Learn More","behavior":[{"type":"CONTAINER","content":{"props":{"data - should - open":"ACCESSORIES_FEATURES"},"classNames":["tds - btn tds - btn--secondary tds - btn--width - full tds - btn--copy"]}}]}],"extra_content":[{"type":"components","content":[{"type":"RootGroup","props":{"classes":"group--options_cyber_checkbox--container tds - outline - bottom - left"}},{"type":"ActionTarget","props":{"fields":[{"field":"compare_features","props":{"modal":"ACCESSORIES_FEATURES"}}]}}]},{"type":"gallery","content":[{"group":"EXTERIOR_ASSET"}]}]},{"code":"ACCESSORIES_FEATURES","groups":["RANGE_EXTENDER_FEATURES"],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Standard Features","extra_copy":[{"type":"aria_label","content":"Compare Models"}]},{"code":"RANGE_EXTENDER_FEATURES","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Range Extender","extra_copy":[{"type":"title","content":"Range Extender"},{"type":"eyebrow","content":" "},{"type":"description[0]","content":"Enable more than 450 miles range without impacting accessory compatibility.You will be notified when Range Extender is ready for installation after production begins, which is planned for late 2024.","behavior":[{"type":"CONTENT_SELECTED","content":{"selected_by":{"and":["$MTC01"]}}},{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]},{"type":"description[1]","content":"Enable more than 425 miles range without impacting accessory compatibility.You will be notified when Range Extender is ready for installation after production begins, which is planned for late 2024.","behavior":[{"type":"CONTENT_SELECTED","content":{"selected_by":{"and":["$MTC02"]}}},{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / A01_Range - Extender.jpg","type":"image","ratio":"slice"}]}]},{"code":"POWERSHARE_OUTLETS","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Powershare Outlets","extra_copy":[{"type":"title","content":"Powershare Outlets"},{"type":"eyebrow","content":" "},{"type":"description","content":"Operate your tools or charge another EV with integrated 120V and 240V bed and cabin outlets.During a grid outage, provide up to 11.5 kW of power directly to your home to help keep the lights on.","behavior":[{"type":"CONTAINER","content":{"tag":"p","classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / A02_Powershare - Outlets.jpg","type":"image","ratio":"slice"}]}]},{"code":"MOBILE_CAMPSITE","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Your Mobile CampSite","extra_copy":[{"type":"title","content":"Your Mobile CampSite"},{"type":"eyebrow","content":" "},{"type":"description[0]","content":"Transform your Cybertruck’s bed into your personal camp site.With Camp Mode enabled, Cybertruck will play music, keep your devices charged and maintain the cabin temperature all night—plus keep you extra comfortable with self - leveling suspension.Our Tesla - designed lightweight tent, Cybertruck Basecamp, fits two adults comfortably and pumps up in minutes(sold separately).","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / B06_Your - Mobile - Campsite.jpg","type":"image","ratio":"slice"}]}]},{"code":"PROTECT_YOUR_TRUCK","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Protect Your Truck","extra_copy":[{"type":"title","content":"Protect Your Truck"},{"type":"eyebrow","content":" "},{"type":"description[0]","content":"Enable Sentry Mode to monitor your unattended vehicle or trailer, and automatically activate the alarm, increase the touchscreen brightness and play music at max volume if a threat is detected.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / B05_Protect - Your - Truck.jpg","type":"image","ratio":"slice"}]}]},{"code":"ACCESS_ANYWHERE","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Access from Anywhere","extra_copy":[{"type":"title","content":"Access from Anywhere"},{"type":"eyebrow","content":" "},{"type":"description[0]","content":"Remotely control and monitor your Tesla with Phone Key keyless driving, range & charging status, climate control, live GPS location and more.You can even schedule service and monitor your entire Tesla ecosystem, including power flow from Powerwall or from Solar Roof and Solar Panels.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / B04_Access - From - Anywhere.jpg","type":"image","ratio":"slice"}]}]},{"code":"LOCKABLE_STORAGE","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Lockable Storage","extra_copy":[{"type":"title","content":"Lockable Storage"},{"type":"eyebrow","content":" "},{"type":"description[0]","content":"With a maximum payload of 2, 500 pounds, Cybertruck has all the capacity you need.The six - foot super- tough bed doesn’t need a liner and is big enough for 4’x8’ construction materials.After you load it up, lock it up for peace of mind, giving you up to 67 cubic feet of lockable storage.Fold up the seats in the second row for an extra 54 cubic feet of storage.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / B03_Lockable - Storage.jpg","type":"image","ratio":"slice"}]}]},{"code":"OFF_ROAD_READY","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Off - Road Ready","extra_copy":[{"type":"title","content":"Off - Road Ready"},{"type":"eyebrow","content":" "},{"type":"description","content":"With a flat running ground clearance of up to 17”, locking front differential and independent rear motors—Cybertruck delivers the most fun you can have on any terrain.Take advantage of everything Cybertruck has to offer with dedicated drive modes that adjust powertrain, air suspension and traction control systems.Enable our off - road performance setting ‘Baja Mode’ to manually adjust stability control while tackling high - speed off - road environments.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / B02_Off - Road - Ready.jpg","type":"image","ratio":"slice"}]}]},{"code":"NEXT_GEN_ADAPTIVE_SUSPENSION","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Next - Gen Adaptive Suspension","extra_copy":[{"type":"title","content":"Next - Gen Adaptive Suspension"},{"type":"eyebrow","content":" "},{"type":"description","content":"Adaptive suspension delivers up to 12″ of travel, with dedicated drive modes for on - road and off - road surfaces.As you drive, Cybertruck adapts ride height and suspension tuning to match the driving surface and your driving style.When towing, hauling payload, and off - roading your preset ride height is maintained no matter how heavy the load.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / B01_Next - Gen - Adaptive - Suspension.jpg","type":"image","ratio":"slice"}]}]},{"code":"FAST_CHARGING","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Fast Device Charging","extra_copy":[{"type":"title","content":"Fast Device Charging"},{"type":"eyebrow","content":" "},{"type":"description","content":"Fast - charge your phone, laptop or tools from the front - seat, back - seat or bed with wireless charging, 65W USB - C and 120V / 240V outlets.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / C08_Fast - Device - Charging.jpg","type":"image","ratio":"slice"}]}]},{"code":"QUIET_SPACE","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"As Quiet as Outer Space","extra_copy":[{"type":"title","content":"As Quiet as Outer Space"},{"type":"eyebrow","content":" "},{"type":"description","content":"360 - degree acoustic glass provides unparalleled sound isolation, while an all - glass roof offers a seamless view of the sky.Rejection of UV and infrared light keeps passengers cool—even when the sun is directly overhead.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / C07_As - Quiet - as - Outer - Space.jpg","type":"image","ratio":"slice"}]}]},{"code":"HD_TOUCHSCREENS","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Dual HD Touchscreens","extra_copy":[{"type":"title","content":"Dual HD Touchscreens"},{"type":"eyebrow","content":" "},{"type":"description","content":"An extra - large 18.5″ display provides 4X HD quality for our best in -car gaming and entertainment experience yet.A 9.4″ rear display supports backseat entertainment, cabin climate controls and Bluetooth headphone connectivity.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / C06_Dual - HD - Touchscreens.jpg","type":"image","ratio":"slice"}]}]},{"code":"CUSTOM_CABIN_LIGHTING","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Custom Cabin Lighting","extra_copy":[{"type":"title","content":"Custom Cabin Lighting"},{"type":"eyebrow","content":" "},{"type":"description","content":"Immerse yourself in an other - worldly experience with wrap - around ambient lighting—customizable in endless color options.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / C05_Custom - Cabin - Lighting.jpg","type":"image","ratio":"slice"}]}]},{"code":"HEATED_AND_COOLED_SEATS","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Heated and Cooled Seats","extra_copy":[{"type":"title","content":"Heated and Cooled Seats"},{"type":"eyebrow","content":" "},{"type":"description","content":"Enjoy ventilated front seats and heated seats in both the front and rear.You can adjust seat and cabin heating or cooling from your touchscreen or your Tesla app.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / C04_Heated - and - Cooled - Seats.jpg","type":"image","ratio":"slice"}]}]},{"code":"CLEAN_CABIN_AIR","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Clean Cabin Air","extra_copy":[{"type":"title","content":"Clean Cabin Air"},{"type":"eyebrow","content":" "},{"type":"description","content":"Breathe clean air with every climate setting.Cybertruck’s HEPA filter can remove up to 99.97 % of fine particulate matter and gaseous pollutants, as well as bacteria, viruses, pollen and mold spores.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / C03_Clean - Cabin - Air.jpg","type":"image","ratio":"slice"}]}]},{"code":"STUDIO_QUALITY_SOUND","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Studio - Quality Sound","extra_copy":[{"type":"title","content":"Studio - Quality Sound"},{"type":"eyebrow","content":" "},{"type":"description","content":"Enjoy premium audio from any seat with our Tesla - designed audio system, featuring 15 speakers, including dual subwoofers, and high - voltage digital amplifiers for each speaker.Dual microphones enable crystal - clear call quality.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / C02_Studio - Quality - Sound.jpg","type":"image","ratio":"slice"}]}]},{"code":"STEER_BY_WIRE","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"STEER - BY - WIRE","extra_copy":[{"type":"title","content":"STEER - BY - WIRE"},{"type":"eyebrow","content":" "},{"type":"description","content":"Get maximum control with minimal input.Cybertruck introduces steer - by - wire for the first time in a mass production vehicle—allowing you to make low - speed maneuvers with only minor steering inputs.At higher speeds, your maneuvers will be more predictable and quicker.When combined with rear steering, the result is a truck that’s more nimble, agile and secure.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / C01_Steer - by - Wire.jpg","type":"image","ratio":"slice"}]}]},{"code":"ILLUMINATE","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Illuminate Your World","extra_copy":[{"type":"title","content":"Illuminate Your World"},{"type":"eyebrow","content":" "},{"type":"description","content":"A single, powerful front daytime running light is paired with ultra - bright LED headlights to flood the road ahead.Rear lighting illuminates the entire width of Cybertruck, while The truck bed is lined with lights you can control from the Tesla app.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / D05_Illuminate - Your - World.jpg","type":"image","ratio":"slice"}]}]},{"code":"MAXIMUM_GRIP","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Maximum Grip","extra_copy":[{"type":"title","content":"Maximum Grip"},{"type":"eyebrow","content":" "},{"type":"description","content":"All - Terrain tires use a more aggressive tread pattern to provide maximum safety and grip when off - roading in mud, sand or snow, without sacrificing on - road performance, comfort or noise.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / D04_Maximum - Grip.jpg","type":"image","ratio":"slice"}]}]},{"code":"STABLE_STEERING","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Stable Steering","extra_copy":[{"type":"title","content":"Stable Steering"},{"type":"eyebrow","content":" "},{"type":"description","content":"Enjoy low - speed maneuverability and high - speed stability.The world’s first mass production vehicle equipped with a steer - by - wire system is paired with rear - wheel steering to provide a tighter turning circle than many small sedans.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / D03_Stable - Steering.jpg","type":"image","ratio":"slice"}]}]},{"code":"SHATTERPROOF_GLASS","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"SHATTERPROOF GLASS","extra_copy":[{"type":"title","content":"Shatter - Resistant Glass"},{"type":"eyebrow","content":" "},{"type":"description","content":"Armor Glass can resist the impact of a baseball at 70 mph or class 4 hail.Acoustic glass helps make the cabin as quiet as outer space.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / D02_Shatterproof - Glass.jpg","type":"image","ratio":"slice"}]}]},{"code":"DENT_RESISTANT","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Dent - Resistant design","extra_copy":[{"type":"title","content":"Dent - Resistant design"},{"type":"eyebrow","content":" "},{"type":"description","content":"With Cybertruck, we put the toughness on the outside.An ultra - hard stainless steel exoskeleton helps to reduce dents, damage and long - term corrosion.This exterior is strong and capable of absorbing crash energy to help keep occupants safe.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds--vertical_padding--large"]}}]}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / D01_Dent - Resistant - Design.jpg","type":"image","ratio":"slice"}]}]},{"code":"FSD_GALLERY","groups":[],"context":"configurator","options":[],"required":false,"exclusive":false,"default_options":[],"name":"Full Self Driving Gallery","description":"Full Self Driving Gallery","extra_content":[{"type":"asset[0]","content":[{"url":"CYBERTRUCK / CT_NOA.mp4","type":"video - inline","urlDesktop":"CYBERTRUCK / CT_NOA.mp4","selected_by":{"or":[{"on":["desktop","tablet"]}]},"video_props":{"loop":0,"muted":true,"autoPlay":false,"fullWidth":true},"content_path":"CustomGroups.FSD_NAVIGATE_CARD.name"}]},{"type":"asset[1]","content":[{"url":"CYBERTRUCK / CT_AutolaneChange.mp4","type":"video - inline","urlDesktop":"CYBERTRUCK / CT_AutolaneChange.mp4","selected_by":{"or":[{"on":["desktop","tablet"]}]},"video_props":{"loop":0,"muted":true,"autoPlay":false,"fullWidth":true},"content_path":"CustomGroups.FSD_LANE_CHANGE_CARD.name"}]},{"type":"asset[2]","content":[{"url":"CYBERTRUCK / CT_Autopark.mp4","type":"video - inline","urlDesktop":"CYBERTRUCK / CT_Autopark.mp4","selected_by":{"or":[{"on":["desktop","tablet"]}]},"video_props":{"loop":0,"muted":true,"autoPlay":false,"fullWidth":true},"content_path":"CustomGroups.FSD_AUTOPARK_CARD.name"}]},{"type":"asset[3]","content":[{"url":"CYBERTRUCK / CT_Summon.mp4","type":"video - inline","urlDesktop":"CYBERTRUCK / CT_Summon.mp4","selected_by":{"or":[{"on":["desktop","tablet"]}]},"video_props":{"loop":0,"muted":true,"autoPlay":false,"fullWidth":true},"content_path":"CustomGroups.FSD_SUMMON_CARD.name"}]}]},{"code":"PAYMENT_OVERVIEW","groups":[],"context":"configurator","options":["$CYBR"],"required":true,"exclusive":true,"default_options":[],"name":"PAYMENT_OVERVIEW","extra_copy":[{"type":"name","content":"ORDER CYBERTRUCK","behavior":[{"type":"CONTAINER","content":{"tag":"h2"}}]},{"type":"disclaimer","content":"Deliveries starting Dec. 2023 in California and Texas, with more states in 2024"},{"type":"goto_payment","content":"Continue to payment","behavior":[{"type":"ACTION","content":{"key":"payment","type":"NAVIGATION_SELECT_KEY","actionClass":["tds - btn","tds - btn--width - full","tds - btn--primary","tds - btn--large"]}}]}],"extra_content":[{"type":"gallery","content":[{"group":"EXTERIOR_ASSET","section":2}]},{"type":"components","content":[{"type":"Title","props":{"classes":"cf - h2 - title primary - copy tds--vertical_padding--small"}},{"type":"Copy","props":{"field":"disclaimer","classes":"estimated - delivery - date tds--vertical_padding"}},{"type":"ActionTarget","props":{"fields":[{"field":"goto_payment"}]}}]}]},{"code":"PREMIUM_ACCESSORIES_KIT","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Premium Accessories","extra_copy":[{"type":"title","content":"Premium Accessories"},{"type":"description[0].description","content":"Cybertruck is ready for any adventure.Each truck is outfitted with Tesla - designed accessories, including: ","behavior":[{"type":"CONTAINER","content":{"tag":"p","classNames":["tds--vertical_padding--large"]}}]},{"type":"description[1].items[0]","content":"All - weather interior liners"},{"type":"description[1].items[1]","content":"Glass roof sunshade"},{"type":"description[1].items[2]","content":"Center Console Tray"},{"type":"description[1].items[3]","content":"D - Rings"},{"type":"description[1].items[4]","content":"L - Track Hooks with tie downs"},{"type":"description[1].items[5]","content":"L - Track Bottle Opener"}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / A04_Premium - Accessories.jpeg","type":"image","ratio":"slice"}]}]},{"code":"WALL_CONNECTOR_FEATURES","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Wall Connector Features","extra_copy":[{"type":"title","content":"Universal Wall Connector"},{"type":"eyebrow","content":" "},{"type":"description[0].description","content":"A fast and Wi - Fi enabled charging solution that can charge both Tesla and Non - Tesla EVs.Powershare Home Backup functionality for Cybertruck coming by mid - 2024.","behavior":[{"type":"CONTAINER","content":{"tag":"p","classNames":["tds--vertical_padding--large"]}}]},{"type":"description[1].items[0]","content":"Up to 27 mi of range added per hour"},{"type":"description[1].items[1]","content":"Powershare Home Backup compatible"},{"type":"description[1].items[2]","content":"Tesla App controls and charging stats"},{"type":"description[1].items[3]","content":"Installation required"}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / E02_Universal - Wall - Connector.jpeg","type":"image","ratio":"slice"}]}]},{"code":"MOBILE_CONNECTOR_FEATURES","groups":[],"context":"configurator","options":[],"required":true,"exclusive":true,"default_options":[],"name":"Mobile Connector Features","extra_copy":[{"type":"title","content":"Powershare Mobile Connector"},{"type":"eyebrow","content":" "},{"type":"description[0].description","content":"Portable and convenient, charge your Tesla vehicle wherever you are. ","behavior":[{"type":"CONTAINER","content":{"tag":"p","classNames":["tds--vertical_padding--large"]}}]},{"type":"description[1].items[0]","content":"Using a 240V outlet, up to 18 miles of range added per hour"},{"type":"description[1].items[1]","content":"Using a standard household outlet, up to 3 miles of range added per hour"},{"type":"description[1].items[2]","content":"Compatible with Powershare at 32A max output"}],"extra_content":[{"type":"asset","content":[{"url":"CYBERTRUCK / E01_Powershare - Mobile - Connector.jpeg","type":"image","ratio":"slice"}]}]},{"code":"AUTOPILOT_OWNERSHIP","groups":[],"context":"configurator","options":["$APBS","$APF2"],"required":false,"exclusive":false}],"options":{"$PDD":{"code":"$PDD","set_rules":[{"action":"set","target":"$PDD"}],"unset_rules":[{"action":"unset","target":"$PDD"}],"name":"Default Paint Configuration","description":"Default Paint Configuration","long_name":"Default Paint Configuration","extra_copy":[{"type":"price_indicator","content":"Included"}]},"$APBS":{"code":"$APBS","user_defined_rules":{"unset_rules":[{"action":"set","target":"$APBS"}]},"set_rules":[{"action":"set","target":"$APBS"}],"unset_rules":[{"action":"unset","target":"$APBS"},{"action":"set","target":"$APBS"}],"name":"Base Autopilot","description":"Base Autopilot","long_name":"Base Autopilot","extra_copy":[{"type":"description_above","content":"Autopilot","behavior":[{"type":"CONTAINER","content":{"tag":"h1","classNames":["tds--vertical_padding--large"]}}]},{"type":"price_indicator","content":"Included"},{"type":"name","content":"Basic Autopilot","behavior":[{"type":"CONTAINER","content":{"tag":"h2"}}]},{"type":"long_name","content":"Basic Autopilot","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list--sub - item"]}}]},{"type":"feature_list.default","content":"Traffic - aware cruise control and autosteer during highway driving"}],"extra_content":[{"type":"shape","content":[{"type":"cyber_checkbox"}]}]},"$APF2":{"code":"$APF2","user_defined_rules":{},"set_rules":[{"action":"set","target":"$APF2"}],"unset_rules":[{"action":"unset","target":"$APF2"}],"name":"Full Self - Driving Capability","description":"Full Self - Driving Capability","long_name":"Full Self - Driving Capability","extra_copy":[{"type":"price_indicator","content":"Included"},{"type":"long_name","content":"Full Self - Driving Capability","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list--sub - item"]}}]},{"type":"feature_list.default[0].description","content":"Your vehicle will be able to drive and park itself almost anywhere with minimal driver intervention and will continuously improve.These features will be available in an upcoming over - the - air software update.","behavior":[{"type":"CONTAINER","content":{"classNames":["tds - label - title"]}}]},{"type":"feature_list.default[0].items[0]","content":"Traffic - aware Cruise Control"},{"type":"feature_list.default[0].items[1]","content":"Highway Autosteer"},{"type":"feature_list.default[0].items[2]","content":"Auto Lane Change"},{"type":"feature_list.default[0].items[3]","content":"Autopark"},{"type":"feature_list.default[0].items[4]","content":"Summon and Smart Summon"},{"type":"feature_list.default[0].items[5]","content":"Traffic and stop sign control"},{"type":"feature_list.default[0].items[6]","content":"Autosteer on city streets"}],"extra_content":[{"type":"shape","content":[{"type":"cyber_checkbox"}]}],"price":0,"pricing":[{"type":"base","value":0,"context":"USD","set_rules":[{"action":"set","target":"$APF2","target_value":0,"condition_code":"$FS00","condition_state":"set","target_property":"price"}]},{"type":"upgrade","value":10000,"context":"USD"},{"type":"trial","value":10000,"context":"USD"}]},"$APPB":{"code":"$APPB","user_defined_rules":{},"set_rules":[{"action":"set","target":"$APPB"}],"unset_rules":[{"action":"unset","target":"$APPB"}],"name":"Enhanced Autopilot","description":"Enhanced Autopilot","long_name":"Enhanced Autopilot","extra_copy":[{"type":"price_indicator","content":"Included"},{"type":"name","content":"Enhanced Autopilot","behavior":[{"type":"CONTAINER","content":{"tag":"h2"}}]},{"type":"feature_list.default","content":"Full highway autonomy with automatic lane changes, plus automatic parking"}],"extra_content":[{"type":"shape","content":[{"type":"cyber_checkbox"}]}]},"$CPF0":{"code":"$CPF0","set_rules":[{"action":"set","target":"$CPF0"},{"action":"unset","target":"$CPF1"}],"unset_rules":[{"action":"unset","target":"$CPF0"},{"action":"set","target":"$CPF0","condition_code":"$CPF1","condition_state":"unset"}],"name":"Standard Connectivity","description":"Standard Connectivity","long_name":"Lifetime Premium Connectivity","extra_copy":[{"type":"long_name","content":"Lifetime Premium Connectivity","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list--sub - item"]}}]},{"type":"price_indicator","content":"Included"}],"extra_content":[],"price":0,"pricing":[{"type":"base","value":0,"context":"USD"}]},"$CPF1":{"code":"$CPF1","set_rules":[{"action":"set","target":"$CPF1"},{"action":"unset","target":"$CPF0"}],"unset_rules":[{"action":"unset","target":"$CPF1"},{"action":"set","target":"$CPF0"}],"name":"Premium Connectivity","description":"Premium Connectivity","long_name":"Lifetime Premium Connectivity","extra_copy":[{"type":"price_indicator","content":"Included"},{"type":"long_name","content":"Lifetime Premium Connectivity","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list--sub - item"]}}]}],"extra_content":[],"price":0,"pricing":[{"type":"base","value":0,"context":"USD"}]},"$CYBR":{"code":"$CYBR","set_rules":[{"action":"set","target":"$CYBR"}],"unset_rules":[{"action":"unset","target":"$CYBR"},{"action":"set","target":"$CYBR"}],"name":"Cybertruck","description":"Cybertruck","long_name":"Cybertruck","extra_copy":[{"type":"common_name","content":"Cybertruck"},{"type":"long_name","content":"Cybertruck"},{"type":"price_indicator","content":"Included"}],"price":0,"pricing":[{"type":"base","value":0,"context":"USD"},{"type":"order_payment","value":100,"context":"USD"}]},"$DV2W":{"code":"$DV2W","user_defined_rules":{"set_rules":[]},"set_rules":[{"action":"set","target":"$DV2W"},{"action":"unset","target":"$DV4W"}],"unset_rules":[{"action":"unset","target":"$DV2W"}],"name":"Rear - Wheel Drive","description":"Rear - Wheel Drive","long_name":"Rear - Wheel Drive","extra_copy":[],"extra_content":[{"type":"shape","content":[{"type":"block"}]}]},"$DV4W":{"code":"$DV4W","user_defined_rules":{"set_rules":[]},"set_rules":[{"action":"set","target":"$DV4W"},{"action":"unset","target":"$DV2W"}],"unset_rules":[{"action":"unset","target":"$DV4W"}],"name":"Dual Motor All - Wheel Drive","description":"Dual Motor All - Wheel Drive","long_name":"Dual Motor All - Wheel Drive","extra_copy":[],"extra_content":[{"type":"shape","content":[{"type":"block"}]}]},"$FS00":{"code":"$FS00","user_defined_rules":{"set_rules":[]},"set_rules":[{"action":"set","target":"$FS00"}],"unset_rules":[{"action":"unset","target":"$FS00"}],"name":"Foundation Series","description":"Foundation Series","long_name":"Foundation Series","extra_copy":[{"type":"price_indicator","content":"Included"},{"type":"title","content":"Foundation Series Cybertruck"},{"type":"description","content":"Limited - Edition | Fully Optioned < br /> Exclusive Badges | Premium Accessories","behavior":[{"type":"CONTAINER","content":{"classNames":["tds - text--center"]}}]},{"type":"long_name","content":"Foundation Series","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list - item--title"]}}]}],"extra_content":[{"type":"shape","content":[{"type":"block"}]}],"price":0,"pricing":[{"type":"base","value":0,"context":"USD"}]},"$IG01":{"code":"$IG01","user_defined_rules":{},"set_rules":[{"action":"set","target":"$IG01"},{"action":"unset","targets":["$IDD","$IW01","$IG02"]}],"unset_rules":[{"action":"unset","target":"$IG01"},{"action":"set","target":"$IDD","condition_state":"unset","condition_all_codes":["$IW01","$IG02"]}],"name":"Tactical Grey Décor","description":"Tactical Grey Décor","long_name":"Tactical Grey Décor","extra_copy":[{"type":"price_indicator","content":"Included"},{"type":"name","content":"Tactical Grey Décor"},{"type":"long_name","content":"Tactical Grey Décor","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list--sub - item"]}}]},{"type":"feature_list.default.items[0]","content":"18.5” Front infinity Display"},{"type":"feature_list.default.items[1]","content":"9.4” rear display"},{"type":"feature_list.default.items[2]","content":"15 speaker premium audio with dual subwoofers"},{"type":"feature_list.default.items[3]","content":"Upward folding second row seats"},{"type":"feature_list.default.items[4]","content":"Heated and cooled ventilated front seats"},{"type":"feature_list.default.items[5]","content":"HEPA cabin air filtration"},{"type":"feature_list.default.items[6]","content":"Panoramic windshield and glass roof"},{"type":"feature_list.default.items[7]","content":"Custom cabin lighting"}],"extra_content":[{"type":"shape","content":[{"type":"cyber_checkbox"}]},{"type":"hidden","content":[{"selected_by":{"not":["$IG01"]}}]}],"price":0,"pricing":[{"type":"base","value":0,"context":"USD"}]},"$IG02":{"code":"$IG02","user_defined_rules":{},"set_rules":[{"action":"set","target":"$IG02"},{"action":"unset","targets":["$IDD","$IG01","$IW01"]}],"unset_rules":[{"action":"unset","target":"$IG02"},{"action":"set","target":"$IDD","condition_state":"unset","condition_all_codes":["$IG01","$IW01"]}]},"$IW01":{"code":"$IW01","user_defined_rules":{},"set_rules":[{"action":"set","target":"$IW01"},{"action":"unset","targets":["$IDD","$IG01","$IG02"]}],"unset_rules":[{"action":"unset","target":"$IW01"},{"action":"set","target":"$IDD","condition_state":"unset","condition_all_codes":["$IG01","$IG02"]}],"name":"White Décor","description":"White Décor","long_name":"White Décor","extra_copy":[{"type":"price_indicator","content":"Included"},{"type":"long_name","content":"White Décor","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list--sub - item"]}}]},{"type":"feature_list.default.items[0]","content":"18.5” Front infinity Display"},{"type":"feature_list.default.items[1]","content":"9.4” rear display"},{"type":"feature_list.default.items[2]","content":"15 speaker premium audio with dual subwoofers"},{"type":"feature_list.default.items[3]","content":"Upward folding second row seats"},{"type":"feature_list.default.items[4]","content":"Heated and cooled ventilated front seats"},{"type":"feature_list.default.items[5]","content":"HEPA cabin air filtration"},{"type":"feature_list.default.items[6]","content":"Panoramic windshield and glass roof"},{"type":"feature_list.default.items[7]","content":"Custom cabin lighting"}],"extra_content":[{"type":"shape","content":[{"type":"cyber_checkbox"}]},{"type":"hidden","content":[{"selected_by":{"not":["$IW01"]}}]}],"price":0,"pricing":[{"type":"base","value":0,"context":"USD"}]},"$LB01":{"code":"$LB01","user_defined_rules":{},"set_rules":[{"action":"set","target":"$LB01"}],"unset_rules":[{"action":"unset","target":"$LB01"}],"name":"Off - Road Light Bar","description":"Off - Road Light Bar","long_name":"Off - Road Light Bar","extra_copy":[{"type":"price_indicator","content":"Included"},{"type":"long_name","content":"Off - Road Light Bar","behavior":[{"type":"CONTAINER","content":{"classNames":["coin - list--sub - item"]}}]},{"type":"feature_list.default","content":"Illuminate the world ahead with a powerful led off - road light bar"},{"type":"disclaimer","content":"Installation required"}],"extra_content":[{"type":"shape","content":[{"type":"cyber_checkbox"}]},{"type":"hidden","content":[{"selected_by":{"or":["$MTC01","$MTC03"]}}]}],"price":0,"pricing":[{"type":"base","value":0,"context":"USD"}]},"$SC04":{"code":"$SC04","set_rules":[{"action":"set","target":"$SC04"}],"unset_rules":[{"action":"unset","target":"$SC04"},{"action":"set","target":"$SC04"}],"name":"Supercharger Network Access + Pay - as - you - go","description":"Supercharger Network Access + Pay - as - you - go","long_name":"Supercharger Network Access + Pay - as - you - go","extra_copy":[{"type":"price_indicator","content":"optional"}],"price":0,"pricing":[{"type":"base","value":0,"context":"USD"}]},"$ST04":{"code":"$ST04","user_defined_rules":{},"set_rules":[{"action":"set","target":"$ST04"},{"action":"unset","target":"$ST05"}],"unset_rules":[{"action":"unset","target":"$ST04"},{"action":"set","target":"$ST04","condition_code":"$ST05","condition_state":"unset"}],"name":"Squirkle(PUR)","description":"Cybertruck","long_name":"Squirkle(PUR)","extra_copy":[],"extra_content":[{"type":"shape","content":[{"type":"cyber_checkbox"}]}],"price":0,"pricing":[{"type":"base","value":0,"context":"USD"}]},"$ST05":{"code":"$ST05","user_defined_rules":{},"set_rules":[{"action":"set","target":"$ST05"},{"action":"unset","target":"$ST04"}],"unset_rules":[{"action":"unset","target":"$ST05"},{"action":"set","target":"$ST04"}],"name":"Squirkle(PUR + Suede)","description":"Cybertruck","long_name":"Squirkle(PUR + Suede)","extra_copy":[],"extra_content":[{"type":"shape","content":[{"type":"cyber_checkbox"}]}],"price":0,"pricing":[{"type":"base","value":0,"context":"USD"}]},"$TW01":{"code":"$TW01","user_defined_rules":{},"set_rules":[{"action":"set","target":"$TW01"}],"unset_rules":[{"action":"unset","target":"$TW01"}],"name":"Tow Hitch","description":"Tow Hitch","long_name":"Tow Hitch","long_description":"Tow Hitch","extra_copy":[{"type":"selectLabel","content":"Select Option"},{"type":"deselectLabel","content":"Option Selected"},{"type":"description","content":"High strength, Class II steel tow bar capable of towing up to 3, 500 lbs"},{"type":"add_tow_hitch","content":"Add","behavior":[{"type":"ACTION","content":{"type":"TRIGGER_CONFIGURATION_CHANGE","option":{"set":["$TW01"]},"actionClass":["tds - btn","tds - btn--primary","tds - btn--small"]}}]},{"type":"remove_tow_hitch","content":"Remove","behavior":[{"type":"ACTION","content":{"type":"TRIGGER_CONFIGURATION_CHANGE","option":{"set":["$TW01"]},"actionClass":["tds - btn","tds - btn--tertiary","tds - btn--small"]}}]}],"extra_content":[{"type":"components","content":[{"type":"Title","props":{"component":"h2"}},{"type":"FormattedPrice"},{"type":"Copy","props":{"field":"description","classes":"tds--vertical_padding tds - text--center"}},{"type":"ActionTarget","props":{"fields":[{"field":"add_tow_hitch","selected_by":{"not":["$TW01"]}},{"field":"remove_tow_hitch","selected_by":{"and":["$TW01"]}}]}}]}],"price":0,"pricing":[{"type":"base","value":0,"context":"USD"}]},"$WC01":{"code":"$WC01","user_defined_rules":{},"set_rules":[{"action":"set","target":"$WC01"}],"unset_rules":[{"action":"unset","target":"$WC01"}],"name":"Wireless Charging","description":"Cybertruck","long_name":"Wireless Charging","extra_copy":[],"extra_content":[{"type":"shape","content":[{"type":"cyber_checkbox"}]}]},"$WH0B":{"code":"$WH0B","user_defined_rules":{},"set_rules":[{"action":"set","target":"$WH0B"},{"action":"unset","targets":["$WDD","$WH0A"]}],"unset_rules":[{"action":"unset","target":"$WH0B"},{"action":"set","target":"$WDD","condition_code":"$WH0A","condition_state":"unset"}],"name":"20\" Cyber Wheels with 35\" Tires", "description": "20\" Cyber Wheels with 35\" Tires", "long_name": "20\" Cyber Wheels with 35\" Tires", "extra_copy": [{ "type": "price_indicator", "content": "Included" }, { "type": "name", "content": "20” CYBER Wheels" }, { "type": "long_name", "content": "20” Cyber Wheels with 35” Tires", "behavior": [{ "type": "CONTAINER", "content": { "classNames": ["coin-list--sub-item"] } }] }, { "type": "feature_list.default.items[0]", "content": "35” all-terrain tires" }, { "type": "feature_list.default.items[1]", "content": "Aggressive tread patterns for superior performance in low-grip and off-road conditions like mud, sand and snow" }, { "type": "feature_list.default.items[2]", "content": "Steer-by-wire and rear steering enable a tighter turn circle than many small sedans" }], "extra_content": [{ "type": "shape", "content": [{ "type": "cyber_checkbox" }] }, { "type": "hidden", "content": [{ "selected_by": { "not": ["$WH0B"] } }] }]}, "$APK01": { "code": "$APK01", "user_defined_rules": { }, "set_rules": [{ "action": "set", "target": "$APK01" }], "unset_rules": [{ "action": "unset", "target": "$APK01" }], "name": "Premium Accessories", "description": "Premium Accessories", "long_name": "Premium Accessories", "extra_copy": [{ "type": "price_indicator", "content": "Included" }, { "type": "long_name", "content": "Premium Accessories", "behavior": [{ "type": "CONTAINER", "content": { "classNames": ["coin-list--sub-item"] } }] }, { "type": "name", "content": "Premium Accessories" }, { "type": "feature_list.default.items[0]", "content": "3D All-weather floor mats" }, { "type": "feature_list.default.items[1]", "content": "Smuggler's Bay Dividers" }, { "type": "feature_list.default.items[2]", "content": "Sunshade" }, { "type": "feature_list.default.items[3]", "content": "Bed D-Rings" }, { "type": "feature_list.default.items[4]", "content": "L-Track Hooks with tie downs" }, { "type": "feature_list.default.items[5]", "content": "Bottle Opener" }], "extra_content": [{ "type": "shape", "content": [{ "type": "cyber_checkbox" }] }], "price": 0, "pricing": [{ "type": "base", "value": 0, "context": "USD" }] }, "$MTC03": { "code": "$MTC03", "set_rules": [{ "action": "set", "target": "$MTC03" }, { "action": "unset", "targets": ["$MTC01", "$MTC02", "$MTC04", "$MTC05"] }], "unset_rules": [{ "action": "unset", "target": "$MTC03" }, { "action": "set", "target": "$MTC03", "condition_state": "unset", "condition_all_codes": ["$MTC01", "$MTC02", "$MTC04", "$MTC05"] }], "name": "Cybertruck All-Wheel Drive", "description": "All-Wheel Drive", "long_name": "Cybertruck All-Wheel Drive", "extra_copy": [{ "type": "name", "content": "All-Wheel Drive " }, { "type": "long_name", "content": "Cybertruck All-Wheel Drive" }, { "type": "feature_list.default.items[0]", "content": "Delivery in 2024" }, { "type": "feature_list.default.items[1]", "content": "340 mi. range (EST.)" }, { "type": "feature_list.default.items[2]", "content": "4.1 sec. 0-60 mph" }, { "type": "feature_list.default.items[3]", "content": "112 mph top speed" }, { "type": "feature_list.default.items[4]", "content": "600 horsepower" }, { "type": "feature_list.default.items[5]", "content": "7,435 LB-FT torque" }, { "type": "feature_list.default.items[6]", "content": "11,000 lbs. towing Capacity" }, { "type": "price_indicator_override", "content": "Est. $79,990" }, { "type": "option_price_override", "content": "Est. $68,890" }], "extra_content": [{ "type": "shape", "content": [{ "type": "cyber_checkbox" }] }], "price": 0, "pricing": [{ "type": "base", "value": 0, "context": "USD" }, { "type": "base_plus_trim", "value": 0, "context": "USD" }] }, "$MTC04": { "code": "$MTC04", "set_rules": [{ "action": "set", "target": "$MTC04" }, { "action": "unset", "targets": ["$MTC01", "$MTC02", "$MTC03", "$MTC05"] }], "unset_rules": [{ "action": "unset", "target": "$MTC04" }, { "action": "set", "target": "$MTC03", "condition_state": "unset", "condition_all_codes": ["$MTC01", "$MTC02", "$MTC05"] }], "name": "Cyberbeast", "description": "Cyberbeast", "long_name": "Cyberbeast", "extra_copy": [{ "type": "name", "content": "Cyberbeast" }, { "type": "long_name", "content": "Cyberbeast" }, { "type": "feature_list.default[0].items[1]", "content": "Delivery in 2024" }, { "type": "feature_list.default[0].items[2]", "content": "320 Mi. Range (Est.)" }, { "type": "feature_list.default[0].items[3]", "content": "2.6 sec. 0-60 mph†" }, { "type": "feature_list.default[0].items[4]", "content": "130 mph top speed" }, { "type": "feature_list.default[0].items[5]", "content": "845 horsepower" }, { "type": "feature_list.default[0].items[6]", "content": "10,296 LB-FT torque" }, { "type": "feature_list.default[0].items[7]", "content": "11,000 lbs. towing Capacity" }, { "type": "price_indicator_override", "content": "Est. $99,990" }, { "type": "option_price_override", "content": "Est. $96,390" }, { "type": "disclaimer", "content": "†With rollout subtracted." }], "extra_content": [{ "type": "shape", "content": [{ "type": "cyber_checkbox" }] }], "price": 0, "pricing": [{ "type": "base", "value": 0, "context": "USD" }, { "type": "base_plus_trim", "value": 0, "context": "USD" }] }, "$MTC05": { "code": "$MTC05", "set_rules": [{ "action": "set", "target": "$MTC05" }, { "action": "unset", "targets": ["$MTC01", "$MTC02", "$MTC03", "$MTC04"] }], "unset_rules": [{ "action": "unset", "target": "$MTC05" }, { "action": "set", "target": "$MTC03", "condition_state": "unset", "condition_all_codes": ["$MTC01", "$MTC02", "$MTC04"] }], "name": "Cybertruck Rear-Wheel Drive", "description": "Rear-Wheel Drive", "long_name": "Cybertruck Rear-Wheel Drive", "extra_copy": [{ "type": "name", "content": "Rear-Wheel Drive " }, { "type": "long_name", "content": "Cybertruck Rear-Wheel Drive" }, { "type": "feature_list.default.items[0]", "content": "Available in 2025" }, { "type": "feature_list.default.items[1]", "content": "250 MI. Range (EST.)" }, { "type": "feature_list.default.items[2]", "content": "6.5 sec. 0-60 mph" }, { "type": "price_indicator_override", "content": "Est. $60,990" }, { "type": "option_price_override", "content": "Est. $49,890" }], "extra_content": [{ "type": "shape", "content": [{ "type": "cyber_checkbox" }] }], "price": 0, "pricing": [{ "type": "base", "value": 0, "context": "USD" }, { "type": "base_plus_trim", "value": 0, "context": "USD" }] }}, "metadata": { "vat": false, "post_mfg_mutations": { "$APBS": { "type": "remote", "mutation": [], "requirement_relationship": "and" }, "$APF2": { "type": "remote", "mutation": [], "requirement_relationship": "and" } }, "copy": { "disclaimers": [{ "label": "Refundable", "selected_by": { "sub_type": "ORDER_FEE_REFUNDABLE_ADDITIVE" } }, { "label": "Non-refundable", "selected_by": { "sub_type": "ORDER_FEE" } }, { "label": "Non-refundable Order Deposit", "selected_by": { "sub_type": "DEPOSIT_NON_REFUNDABLE" } }, { "label": "Fully refundable", "selected_by": {} }] }, "specs": { "data": [{ "meta": { "specs": { "range": { "units": "miles", "source": "EPA" }, "topspeed": { "units": "miles-per-hour" }, "ludicrous": { "units": "seconds", "measurement": { "units": "miles-per-hour", "value": "0-60" } }, "acceleration": { "units": "seconds", "measurement": { "units": "miles-per-hour", "value": "0-60" } } }, "unit_definitions": { "miles": { "label": "miles", "short_label": "mi" }, "seconds": { "label": "seconds", "short_label": "sec" }, "range_units": { "label": "Range" }, "miles-per-hour": { "label": "miles per hour", "short_label": "mph" }, "range_units_epa": { "label": "Range (EPA est.)" }, "top_speed_units": { "label": "Top Speed", "short_label": "mph" }, "towing_capacity": { "label": "Towing capacity", "short_label": "lbs" }, "zero_to_road_limit": { "label": "0-60 mph", "short_label": "0-60 mph" } } }, "options": { "$MTC01": { "name": "Dual Motor AWD", "range": "340", "acceleration": "4.1", "towing_capacity": "11,000", "range_units_override": "range_units_epa" }, "$MTC02": { "name": "Tri Motor AWD", "range": "320", "acceleration": "2.6", "towing_capacity": "11,000", "range_units_override": "range_units_epa" } } }], "refs": { "time": { "label": "seconds", "short_label": "sec" }, "distance": { "label": "miles", "short_label": "mi" }, "velocity": { "label": "miles per hour", "short_label": "mph" } } }, "currency_code": "USD", "currency_symbol": "$", "pricing": { "order_payment": [{ "channel": "configurator", "pricing": [{ "type": "base", "value": 250, "context": "USD" }], "exceptions": [], "is_additive": true, "is_refundable": false, "is_reservation": false }, { "channel": "reservation", "pricing": [{ "type": "base", "value": 250, "context": "USD" }], "exceptions": [], "is_additive": false, "is_refundable": true, "is_reservation": true }, { "channel": "used_inventory", "pricing": [{ "type": "base", "value": 250, "context": "USD" }], "exceptions": [], "is_additive": true, "is_refundable": false, "is_reservation": false }, { "channel": "new_inventory", "pricing": [{ "type": "base", "value": 250, "context": "USD" }], "exceptions": [], "is_additive": true, "is_refundable": false, "is_reservation": false }], "context_mapping": { "default": "USD" }, "context_currency_mapping": { "default": { "currency_code": "USD", "currency_symbol": "$" } } } }, "enable_sku": true, "agent_version": 101, "base_configuration": ["$MTC05", "$CYBR", "$APBS", "$IG02", "$ST04", "$TW01", "$SC04", "$WH0A", "$CPF0"], "options_id": 9103, "warnings": [{ "type": "ELIGIBLE_GROUPS_TO_MOVE", "message": "These groups should be moved to Copy lexicon from Options.", "groups": [{ "code": "CORE", "context": ["order_summary"], "msg": "Present in both Copy and Options lexicons" }, { "code": "BATTERY_AND_DRIVE", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "OPTIONS", "context": ["order_summary"], "msg": "Present in only Options lexicons" }, { "code": "REVIEW_ORDER", "context": ["order_summary"], "msg": "Present in both Copy and Options lexicons" }, { "code": "DELIVERY_TIMING", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "CORE_CONFIGURATOR", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "EXTERIOR_GALLERY", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "DRIVE_MOTOR_GROUP", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "EXTERIOR", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "VEHICLE_EXTERIOR", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "POWER_YOUR_HOME", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "VEHICLE_TO_HOME", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "STD_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "AUTOPILOT_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "FSD_NAVIGATE_CARD", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "FSD_LANE_CHANGE_CARD", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "FSD_AUTOPARK_CARD", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "FSD_SUMMON_CARD", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "AUTOPILOT_CARD", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "EXTERIOR_ASSET", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "VEHICLE_TO_HOME_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "VEHICLE_TO_HOME_FEATURES_CARD", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "BATTERY_AND_DRIVE_MOTOR_GROUP", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "POWERSHARE", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "VEHICLE_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "CHARGING", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "PREMIUM_ACCESSORIES_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "INTERIOR_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "EXTERIOR_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "POWERSHARE_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "CHARGING_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "MOBILE_CONNECTOR", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "WALL_CONNECTOR", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "FOUNDATION_SERIES_BADGE", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "FOUNDATION_SERIES_GRAPHIC", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "RANGE_EXTENDER", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "ELECTRONIC_ACCESSORIES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "ACCESSORIES_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "RANGE_EXTENDER_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "POWERSHARE_OUTLETS", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "MOBILE_CAMPSITE", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "PROTECT_YOUR_TRUCK", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "ACCESS_ANYWHERE", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "LOCKABLE_STORAGE", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "OFF_ROAD_READY", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "NEXT_GEN_ADAPTIVE_SUSPENSION", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "FAST_CHARGING", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "QUIET_SPACE", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "HD_TOUCHSCREENS", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "CUSTOM_CABIN_LIGHTING", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "HEATED_AND_COOLED_SEATS", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "CLEAN_CABIN_AIR", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "STUDIO_QUALITY_SOUND", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "STEER_BY_WIRE", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "ILLUMINATE", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "MAXIMUM_GRIP", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "STABLE_STEERING", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "SHATTERPROOF_GLASS", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "DENT_RESISTANT", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "FSD_GALLERY", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "PAYMENT_OVERVIEW", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "PREMIUM_ACCESSORIES_KIT", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "WALL_CONNECTOR_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "MOBILE_CONNECTOR_FEATURES", "context": ["configurator"], "msg": "Present in both Copy and Options lexicons" }, { "code": "AUTOPILOT_OWNERSHIP", "context": ["configurator"], "msg": "Present in only Options lexicons" }] }, { "type": "ELIGIBLE_FEES_TO_MOVE", "message": "'Fees' should be moved to Copy lexicon from Options." }, { "type": "DEFAULT_OPTIONS_NOT_FOUND", "message": "Default options doesnt exist in lexicon", "groups": [{ "code": "INTERIOR", "context": ["default"], "msg": "Default options $IDD doesnt exist in lexicon" }, { "code": "WHEELS", "context": ["default"], "msg": "Default options $WDD doesnt exist in lexicon" }] }], "extra_content": [], "copy_id": 11159, "language": "en", "pricing_id": 81326, "source": "cache"}, "responseTime": "39ms"},
"extraFinanceProducts": { },
"accessoriesTranslations": { },
};
const tslaObj = { "App": { "uiTheme": "cyberpunk tds-scrim--cyberpunk tds-scrim--black", "uiLocale": "en_US", "uiCountry": "US", "uiLanguage": "en", "uiLanguageDirection": "LTR", "availableLocales": { "USA": "en_US", "Canada": ["en_CA", "fr_CA"], "Mexico": "es_MX" }, "currentLocales": ["en_US"], "localeSelector": "{\n \"sl_translate\": \"drawerTitle,title,titleMobile,drawerImageAltText,region,siteHeader,localeSelector,closeButtonText,moreLinkText,skipToMainContentText,backLinkText,menuLinkText,logoLabel,localeSelectorTriggerCountry,localeSelectorTriggerLanguage\",\n \"primaryNavigationItems\": [],\n \"primaryNavigationRightItems\": [],\n \"localeSelector\": [{\n \"regions\": [{\n \"regionName\": \"North America\",\n \"countries\": [{\n \"adminName\": \"United States\",\n \"countryName\": \"United States\",\n \"countryCode\": \"us\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_us\"\n }]\n }, {\n \"adminName\": \"Canada\",\n \"countryName\": \"Canada\",\n \"countryCode\": \"ca\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_ca\"\n }, {\n \"adminName\": \"French\",\n \"languageName\": \"Fran\\u00e7ais\",\n \"languageCode\": \"fr\",\n \"localeCode\": \"fr_ca\"\n }]\n }, {\n \"adminName\": \"Mexico\",\n \"countryName\": \"M\\u00e9xico\",\n \"countryCode\": \"mx\",\n \"languages\": [{\n \"adminName\": \"Spanish\",\n \"languageName\": \"Espa\\u00f1ol\",\n \"languageCode\": \"es\",\n \"localeCode\": \"es_mx\"\n }]\n },{\n \"adminName\": \"Puerto Rico\",\n \"countryName\": \"Puerto Rico\",\n \"countryCode\": \"pr\",\n \"languages\": [\n {\n \"adminName\": \"Spanish\",\n \"languageName\": \"Espa\\u00f1ol\",\n \"languageCode\": \"es\",\n \"localeCode\": \"es_pr\"\n }, {\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_pr\"\n }]\n }]\n }]\n }, {\n \"regions\": [{\n \"regionName\": \"Europe\",\n \"countries\": [{\n \"adminName\": \"Belgium\",\n \"countryName\": \"Belgium\",\n \"countryCode\": \"be\",\n \"languages\": [{\n \"adminName\": \"Dutch\",\n \"languageName\": \"Nederlands\",\n \"languageCode\": \"nl\",\n \"localeCode\": \"nl_be\"\n }, {\n \"adminName\": \"French\",\n \"languageName\": \"Fran\\u00e7ais\",\n \"languageCode\": \"fr\",\n \"localeCode\": \"fr_be\"\n }]\n }, {\n \"adminName\": \"Czech Republic\",\n \"countryName\": \"\\u010cesko\",\n \"countryCode\": \"cz\",\n \"languages\": [{\n \"adminName\": \"Czech\",\n \"languageName\": \"\\u010Ce\\u0161tina\",\n \"languageCode\": \"cs\",\n \"localeCode\": \"cs_cz\"\n }]\n }, {\n \"adminName\": \"Denmark\",\n \"countryName\": \"Danmark\",\n \"countryCode\": \"dk\",\n \"languages\": [{\n \"adminName\": \"Danish\",\n \"languageName\": \"Dansk\",\n \"languageCode\": \"da\",\n \"localeCode\": \"da_dk\"\n }]\n }, {\n \"adminName\": \"Germany\",\n \"countryName\": \"Deutschland\",\n \"countryCode\": \"de\",\n \"languages\": [{\n \"adminName\": \"German\",\n \"languageName\": \"Deutsch\",\n \"languageCode\": \"de\",\n \"localeCode\": \"de_de\"\n }]\n }, {\n \"adminName\": \"Estonia\",\n \"countryName\": \"Estonia\",\n \"countryCode\": \"ee\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_ee\"\n }]\n }, {\n \"adminName\": \"Greece\",\n \"countryName\": \"\\u0395\\u03bb\\u03bb\\u03ac\\u03b4\\u03b1\",\n \"countryCode\": \"gr\",\n \"languages\": [{\n \"adminName\": \"Greek\",\n \"languageName\": \"\\u0395\\u03BB\\u03BB\\u03B7\\u03BD\\u03B9\\u03BA\\u03AC\",\n \"languageCode\": \"el\",\n \"localeCode\": \"el_gr\"\n }]\n }, {\n \"adminName\": \"Spain\",\n \"countryName\": \"Espa\\u00f1a\",\n \"countryCode\": \"es\",\n \"languages\": [{\n \"adminName\": \"Spanish\",\n \"languageName\": \"Espa\\u00f1ol\",\n \"languageCode\": \"es\",\n \"localeCode\": \"es_es\"\n }]\n }, {\n \"adminName\": \"France\",\n \"countryName\": \"France\",\n \"countryCode\": \"fr\",\n \"languages\": [{\n \"adminName\": \"French\",\n \"languageName\": \"Fran\\u00e7ais\",\n \"languageCode\": \"fr\",\n \"localeCode\": \"fr_fr\"\n }]\n }, {\n \"adminName\": \"Croatia\",\n \"countryName\": \"Hrvatska\",\n \"countryCode\": \"hr\",\n \"languages\": [{\n \"adminName\": \"Croatian\",\n \"languageName\": \"Hrvatski\",\n \"languageCode\": \"hr\",\n \"localeCode\": \"hr_hr\"\n }]\n }, {\n \"adminName\": \"Ireland\",\n \"countryName\": \"Ireland\",\n \"countryCode\": \"ie\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_ie\"\n }]\n }, {\n \"adminName\": \"\\u00cdsland\",\n \"countryName\": \"\\u00cdsland\",\n \"countryCode\": \"is\",\n \"languages\": [{\n \"adminName\": \"Icelandic\",\n \"languageName\": \"\\u00cdslenska\",\n \"languageCode\": \"is\",\n \"localeCode\": \"is_is\"\n }]\n }, {\n \"adminName\": \"Italy\",\n \"countryName\": \"Italia\",\n \"countryCode\": \"it\",\n \"languages\": [{\n \"adminName\": \"Italian\",\n \"languageName\": \"Italiano\",\n \"languageCode\": \"it\",\n \"localeCode\": \"it_it\"\n }]\n }, {\n \"adminName\": \"Latvia\",\n \"countryName\": \"Latvia\",\n \"countryCode\": \"lv\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_lv\"\n }]\n }, {\n \"adminName\": \"Lithuania\",\n \"countryName\": \"Lithuania\",\n \"countryCode\": \"lt\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_lt\"\n }]\n }, {\n \"adminName\": \"Luxembourg\",\n \"countryName\": \"Luxembourg\",\n \"countryCode\": \"lu\",\n \"languages\": [{\n \"adminName\": \"French\",\n \"languageName\": \"Fran\\u00e7ais\",\n \"languageCode\": \"fr\",\n \"localeCode\": \"fr_lu\"\n }, {\n \"adminName\": \"German\",\n \"languageName\": \"Deutsch\",\n \"languageCode\": \"de\",\n \"localeCode\": \"de_lu\"\n }]\n }, {\n \"adminName\": \"Hungary\",\n \"countryName\": \"Magyarorsz\u00e1g\",\n \"countryCode\": \"hu\",\n \"languages\": [{\n \"adminName\": \"Hungarian\",\n \"languageName\": \"Magyar\",\n \"languageCode\": \"hu\",\n \"localeCode\": \"hu_hu\"\n }]\n }, {\n \"adminName\": \"Netherlands\",\n \"countryName\": \"Nederland\",\n \"countryCode\": \"nl\",\n \"languages\": [{\n \"adminName\": \"Dutch\",\n \"languageName\": \"Nederlands\",\n \"languageCode\": \"nl\",\n \"localeCode\": \"nl_nl\"\n }]\n }, {\n \"adminName\": \"Norway\",\n \"countryName\": \"Norge\",\n \"countryCode\": \"no\",\n \"languages\": [{\n \"adminName\": \"Norwegian\",\n \"languageName\": \"Norsk\",\n \"languageCode\": \"no\",\n \"localeCode\": \"no_no\"\n }]\n }, {\n \"adminName\": \"Austria\",\n \"countryName\": \"\\u00d6sterreich\",\n \"countryCode\": \"at\",\n \"languages\": [{\n \"adminName\": \"German\",\n \"languageName\": \"Deutsch\",\n \"languageCode\": \"de\",\n \"localeCode\": \"de_at\"\n }]\n }, {\n \"adminName\": \"Poland\",\n \"countryName\": \"Polska\",\n \"countryCode\": \"pl\",\n \"languages\": [{\n \"adminName\": \"Polish\",\n \"languageName\": \"Polski\",\n \"languageCode\": \"pl\",\n \"localeCode\": \"pl_pl\"\n }]\n }, {\n \"adminName\": \"Portugal\",\n \"countryName\": \"Portugal\",\n \"countryCode\": \"pt\",\n \"languages\": [{\n \"adminName\": \"Portuguese\",\n \"languageName\": \"Portugu\\u00eas\",\n \"languageCode\": \"pt\",\n \"localeCode\": \"pt_pt\"\n }]\n }, {\n \"adminName\": \"Romania\",\n \"countryName\": \"Rom\\u00E2nia\",\n \"countryCode\": \"ro\",\n \"languages\": [{\n \"adminName\": \"Romanian\",\n \"languageName\": \"Rom\\u00E2n\\u0103\",\n \"languageCode\": \"ro\",\n \"localeCode\": \"ro_ro\"\n }]\n }, {\n \"adminName\": \"Slovakia\",\n \"countryName\": \"Slovakia\",\n \"countryCode\": \"sk\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_sk\"\n }]\n }, {\n \"adminName\": \"Slovenia\",\n \"countryName\": \"Slovenija\",\n \"countryCode\": \"si\",\n \"languages\": [{\n \"adminName\": \"Slovene\",\n \"languageName\": \"Sloven\\u0161\\u010dina\",\n \"languageCode\": \"sl\",\n \"localeCode\": \"sl_si\"\n }]\n }, {\n \"adminName\": \"Switzerland\",\n \"countryName\": \"Switzerland\",\n \"countryCode\": \"ch\",\n \"languages\": [{\n \"adminName\": \"French\",\n \"languageName\": \"Fran\\u00e7ais\",\n \"languageCode\": \"fr\",\n \"localeCode\": \"fr_ch\"\n }, {\n \"adminName\": \"German\",\n \"languageName\": \"Deutsch\",\n \"languageCode\": \"de\",\n \"localeCode\": \"de_ch\"\n }, {\n \"adminName\": \"Italian\",\n \"languageName\": \"Italiano\",\n \"languageCode\": \"it\",\n \"localeCode\": \"it_ch\"\n }]\n }, {\n \"adminName\": \"Sweden\",\n \"countryName\": \"Sverige\",\n \"countryCode\": \"se\",\n \"languages\": [{\n \"adminName\": \"Swedish\",\n \"languageName\": \"Svenska\",\n \"languageCode\": \"sv\",\n \"localeCode\": \"sv_se\"\n }]\n }, {\n \"adminName\": \"Finland\",\n \"countryName\": \"Suomi\",\n \"countryCode\": \"fi\",\n \"languages\": [{\n \"adminName\": \"Finnish\",\n \"languageName\": \"Suomi\",\n \"languageCode\": \"fi\",\n \"localeCode\": \"fi_fi\"\n }]\n }, {\n \"adminName\": \"Turkey\",\n \"countryName\": \"T\u00fcrkiye\",\n \"countryCode\": \"tr\",\n \"languages\": [{\n \"adminName\": \"Turkish\",\n \"languageName\": \"T\u00fcrk\u00e7e\",\n \"languageCode\": \"tr\",\n \"localeCode\": \"tr_tr\"\n }]\n },{\n \"adminName\": \"United Kingdom\",\n \"countryName\": \"United Kingdom\",\n \"countryCode\": \"gb\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_gb\"\n }]\n }]\n }]\n }, {\n \"regions\" : [{\n \"regionName\": \"Middle-East\",\n \"countries\": [{\n \"adminName\": \"UAE\",\n \"countryName\": \"UAE\",\n \"countryCode\": \"ae\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_ae\"\n }, {\n \"adminName\": \"Arabic\",\n \"languageName\": \"\u0627\u0644\u0639\u0631\u0628\u064a\u0629\",\n \"languageCode\": \"ar\",\n \"localeCode\": \"ar_ae\"\n }]\n }, {\n \"adminName\": \"Jordan\",\n \"countryName\": \"Jordan\",\n \"countryCode\": \"jo\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_jo\"\n }]\n }, {\n \"adminName\": \"Israel\",\n \"countryName\": \"Israel\",\n \"countryCode\": \"il\",\n \"languages\": [{\n \"adminName\": \"Hebrew\",\n \"languageName\": \"\u05e2\u05b4\u05d1\u05e8\u05b4\u05d9\u05ea\",\n \"languageCode\": \"he\",\n \"localeCode\": \"he_il\"\n }]\n }]\n }\n ]\n },{\n \"regions\": [{\n \"regionName\": \"Asia\\/Pacific\",\n \"countries\": [{\n \"adminName\": \"India\",\n \"countryName\": \"India\",\n \"countryCode\": \"in\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_in\"\n }]\n }, {\n \"adminName\": \"Singapore\",\n \"countryName\": \"Singapore\",\n \"countryCode\": \"sg\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_sg\"\n }]\n },{\n \"adminName\": \"China\",\n \"countryName\": \"\\u4e2d\\u56fd\\u5927\\u9646\",\n \"countryCode\": \"cn\",\n \"languages\": [{\n \"adminName\": \"Chinese\",\n \"languageName\": \"\\u7b80\\u4f53\\u4e2d\\u6587\",\n \"languageCode\": \"zh\",\n \"localeCode\": \"zh_cn\"\n }]\n }, {\n \"adminName\": \"Hong Kong\",\n \"countryName\": \"Hong Kong\",\n \"countryCode\": \"hk\",\n \"languages\": [{\n \"adminName\": \"Chinese\",\n \"languageName\": \"\\u7e41\\u9ad4\\u4e2d\\u6587\",\n \"languageCode\": \"zh\",\n \"localeCode\": \"zh_hk\"\n }, {\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_hk\"\n }]\n }, {\n \"adminName\": \"Macau\",\n \"countryName\": \"Macau\",\n \"countryCode\": \"mo\",\n \"languages\": [{\n \"adminName\": \"Chinese\",\n \"languageName\": \"\\u7e41\\u9ad4\\u4e2d\\u6587\",\n \"languageCode\": \"zh\",\n \"localeCode\": \"zh_mo\"\n }, {\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_mo\"\n }]\n }, {\n \"adminName\": \"Taiwan\",\n \"countryName\": \"\\u53f0\\u7063\",\n \"countryCode\": \"tw\",\n \"languages\": [{\n \"adminName\": \"Chinese\",\n \"languageName\": \"\\u7e41\\u9ad4\\u4e2d\\u6587\",\n \"languageCode\": \"zh\",\n \"localeCode\": \"zh_tw\"\n }]\n }, {\n \"adminName\": \"Thailand\",\n \"countryName\": \"\\u0e1b\\u0e23\\u0e30\\u0e40\\u0e17\\u0e28\\u0e44\\u0e17\\u0e22\",\n \"countryCode\": \"th\",\n \"languages\": [{\n \"adminName\": \"Thai\",\n \"languageName\": \"\\u0e20\\u0e32\\u0e29\\u0e32\\u0e44\\u0e17\\u0e22\",\n \"languageCode\": \"th\",\n \"localeCode\": \"th_th\"\n }, {\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_th\"\n }]\n }, {\n \"adminName\": \"South Korea\",\n \"countryName\": \"\\ub300\\ud55c\\ubbfc\\uad6d\",\n \"countryCode\": \"kr\",\n \"languages\": [{\n \"adminName\": \"Korean\",\n \"languageName\": \"\\ud55c\\uad6d\\uc5b4\",\n \"languageCode\": \"ko\",\n \"localeCode\": \"ko_kr\"\n }]\n }, {\n \"adminName\": \"Japan\",\n \"countryName\": \"\\u65e5\\u672c\",\n \"countryCode\": \"jp\",\n \"languages\": [{\n \"adminName\": \"Japanese\",\n \"languageName\": \"\\u65E5\\u672C\\u8A9E\",\n \"languageCode\": \"ja\",\n \"localeCode\": \"ja_jp\"\n }]\n }, {\n \"adminName\": \"Australia\",\n \"countryName\": \"Australia\",\n \"countryCode\": \"au\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_au\"\n }]\n }, {\n \"adminName\": \"New Zealand\",\n \"countryName\": \"New Zealand\",\n \"countryCode\": \"nz\",\n \"languages\": [{\n \"adminName\": \"English\",\n \"languageName\": \"English\",\n \"languageCode\": \"en\",\n \"localeCode\": \"en_nz\"\n }]\n }]\n }]\n }],\n \"translatableText\": {\n \"siteHeader\": \"Site header\",\n \"localeSelector\": \"Locale selector\",\n \"closeButtonText\": \"Close\",\n \"moreLinkText\": \"More\",\n \"skipToMainContentText\": \"Skip to main content\",\n \"backLinkText\": \"Back\",\n \"menuLinkText\": \"Menu\",\n \"logoLabel\": \"Tesla homepage\",\n \"localeSelectorTriggerCountry\": \"United States\",\n \"localeSelectorTriggerLanguage\": \"English\"\n },\n \"logo\": {\n \"href\": \"\\/\"\n }\n}", "forceZipCodeOnEditRegistrationAddress": true, "locale": "en_US", "reduxLogger": false, "debug": false, "isBurstMode": false, "configuratorUrl": "https://www.tesla.com/cybertruck/design", "currentUrlBase": "/cybertruck/design", "showNewIncentives": true, "isFinplatEnabled": false, "isDm": false, "isNativePaymentEnabled": false, "isMultiLocale": false, "isFeeSvcEnabled": false, "showSeekretContext": false }, "ap_enabled": true, "ap_merchant_id": "merchant.com.adyen.tesla", "accessories_custom_address_enabled": true, "env": { "analytics": 1, "debug": 0, "assets_location": "https://static-assets.tesla.com/share/app_find_my_tesla/dist/latestassets", "g_geocoding_api": "/configurator/api/v3/address", "search_api": "/configurator/api/v3/inventory-results", "search_api_vin": "/configurator/api/v3/inventory-results-by-id", "designStudio": { "staticAssetsUrl": "https://static-assets.tesla.com/share/tesla_app_design_studio", "compositorUrl": "https://static-assets.tesla.com/configurator/compositor?context=design_studio_2", "assetUrl": "https://digitalassets.tesla.com/image/upload/f_auto,q_auto/prod/coin/static_assets/" }, "regionEnabledMarkets": ["US", "CA"], "teslaGeoip": { "url": "https://location-services-prd.tesla.com/geoip/city" }, "commerce": { "assetBaseUrl": "https://digitalassets-shop.tesla.com/image/upload/f_auto,q_auto/v1", "shopBaseUrl": "https://shop.tesla.com" } }, "isAvayaChatEnabled": false, "isAvayaChatLiteEnabled": false, "isAvayaChatMobileEnabled": false, "isAvayaChatTeslaAssistEnabled": false, "isItemEligibilityFlowEnabled": true, "isAdvancedPhoneInputEnabled": true, "isBusinessVerificationEnabled": false, "isCompanyAgentIdEnabled": false, "omsParams": { "model": "ct", "variant": "ct", "market": "US", "language": "en", "context": "MYTESLA", "app": "find-my-tesla", "asset_context": "find_my_tesla" }, "payments": [], "marketingLexiconDate": null, "rn": "", "accountIdPub": "", "savedConfiguration": null, "sibling": "https://www.tesla.com", "referral": {}, "base_url": "https://www.tesla.com", "sibling_base_url": "https://www.tesla.cn", "save_design_feature_enabled": false, "download_pdf_feature_enabled": false, "show_tax_credit_banner": false, "show_delivery_disclaimer": { "other": false }, "exclude_local_storage_options": [], "payx_ui_enabled": true, "environment": "production", "analytics_variant_map": [{ "variant": "Cybertruck Single Motor RWD", "options": ["$MTP01"] }, { "variant": "Cybertruck Dual Motor AWD", "options": ["$MTP02"] }, { "variant": "Cybertruck Tri Motor AWD", "options": ["$MTP03"] }], "version": "0d02dcfffb.1701467204", "adyenDf": null, "eddData": [], "reviewDetails": null, "wechat_appid": "wxfe472af81526dbf1", "wechat_pay_enabled": true, "payx_redirect_uri": "https://static-assets-pay.tesla.cn/v3/wechat_config.html?redirect_to=", "location_svc_url": "https://location-services-prd.tesla.com/geoip/city", "resourceBaseUrl": "/app-assets-config/app-find-my-tesla", "use_location_svc": true, "isConfigRedesign": true, "showLinkToInventory": { "other": false }, "isEnterpriseOrder": false, "isEnterprisePurchaseOrder": false, "isEnterprisePoOrderEdit": false, "isEnterpriseCustomOrderEdit": false, "enterpriseRegistrationAddress": [], "resourceBase": "/app-assets-config/app-find-my-tesla", "routes": { "sesscheck": "/configurator/api/v3/sesscheck", "editOrder": "/configurator/api/v3/edit_order", "saveConfig": "/configurator/api/v3/config_save", "getAddress": "/configurator/api/v3/address", "publicOrder": "/configurator/api/v3/public_order", "downloadPdf": "/configurator/api/v3/download-pdf", "saveDesign": "/configurator/api/v3/save_design_lite", "getShortUrl": "/configurator/api/v3/get_short_url", "transactionLookup": "/configurator/api/v3/lookup/transaction", "postPaymentDetails": "/configurator/api/v3/payment-details", "postTaxCalculation": "/configurator/api/v3/commerce/taxes", "itemEligibility": "/configurator/api/v3/commerce/item-eligibility", "addressValidationApi": "/configurator/api/v3/address_validate", "inventoryAvailability": "/configurator/api/v3/is-inventory-available", "staticAddressApi": "/configurator/api/v3/get-address-data", "alternateMatchApi": "/configurator/api/v3/get-alternate-match", "getVehicleAvailabilityApi": "/configurator/api/v3/get-vehicle-availability", "pickupLocationsApi": "/configurator/api/v3/pickup-locations-inventory", "inventoryOrder": "/configurator/api/v3/order", "getReferralData": "/configurator/api/v3/referral", "payNowOrderApi": "/configurator/api/v3/paynow/order", "taxesAndFeesApi": "/configurator/api/v3/fees-taxes-calculator" }, "isNfaSigned": false, "tco_enabled": false, "isPreOrder": true, "isPaymentDisabled": false, "isPasswordlessFlow": true, "geographies": [], "isTaxInclusive": false, "regionsData": [], "isNoPostalCodeMarket": false, "isCountryWithStateCode": true, "show_financial_tabs_enabled": true, "isAbuDhabiEntitySplitEnabled": false, "isInventorySwapEnabled": false, "availableProvincesForAddressVerification": null, "lexiconId": "Marketing US 2023.Nov.30 9103.11159.81326", "isOrderFeeAPIEnabled": true, "t4bAccountHeader": "", "t4bNotifications": null, "t4bServiceTabEnabled": false, "showTaxesAndFees": false, "regDeliveryData": null, "registrantType": null, "setLocaleHeader": false, "isNewOrderProfileUrl": true, "socialShareAsset": "Cybertruck-Social.jpg", "csrf_key": "csrf656e2bfca88a4", "csrf_token": "e89dad272a8e84da495f10638de20420", "reduxLogger": false, "i18n": { "find_my_tesla": { "language": "en", "locale": "en_US", "market": "US", "requestedLocale": "en_US", "source": "TTP", "strings": { "Accessibility": { "views": { "3qtr": "3 Quarter View of {TRIM_NAME} Edition", "driver": "Driver View of {TRIM_NAME} Edition", "front": "Front View of {TRIM_NAME} Edition", "interior": "Interior View of {TRIM_NAME} Edition", "rear": "Rear View of {TRIM_NAME} Edition", "rim": "Rim View of {TRIM_NAME} Edition", "seat": "Seat View of {TRIM_NAME} Edition", "side": "Side View of {TRIM_NAME} Edition", "wheel": "Wheel View of {TRIM_NAME} Edition" } }, "Accessories": { "add_address_line_2": "Add address line 2", "address_autocomplete_cannot_find": "Don't find your address? Enter it", "alert": { "description": "Please proceed with your vehicle order. Charging accessories can be purchased anytime on Tesla Shop.", "title": "Charger accessories removed" }, "caption": "Charging accessories will be sent to this address", "category__home_charging": "Charging", "category__home_charging__ELECTRONIC": "+ Max Range", "charging_adapter_included_disclaimer": "SAE J1772 charging adapter will be included for use with most Level 2 public charging stations", "custom_address_city": "City", "custom_address_postal_code": "Zip Code", "custom_address_state": "State", "edit_custom_address": "Edit", "entered_address_caption_text": "There appears to be a problem with the shipping address entered. Please review and make any necessary changes or continue to payment.", "entered_address_radio_text": "Use Entered Address", "error_address": "Sorry, we don't recognize this address", "home_charging__disclaimer": "Home charging equipment is not included", "includes_accessories_amount": "Includes accessories amount of {AMOUNT}.", "install_quotes": "Receive Wall Connector install quotes", "label_address": "Address", "label_address_line_2": "Apartment, Suite, etc (optional)", "label_section_shipping": "Shipping", "mobile_connector_bundle_included_disclaimer": "Mobile Connector bundle included with the vehicle", "mobile_connector_included_disclaimer": "Mobile Connector included with the vehicle", "placeholder_address": "Enter shipping address", "same_address": "Same as Shipping Address", "select_state": "Select State", "suggested_address_caption_text": "We suggest a modified shipping address to ensure prompt and accurate delivery. Please select which address you would like to use.", "suggested_address_radio_text": "Use Suggested Address" }, "App": { "payment_pending_description": "You have not made your first payment, so the order remains uneffective. It will be kept for up to 14 days. Only when you have fulfilled your first payment will the official order be created. Otherwise, the order may be canceled at any time.", "title": "Find My Tesla" }, "CertifiedDisclaimers": { "certified_range": "Range (EPA est.) : {VALUE}mi", "certified_topspeed": "Top Speed: {VALUE}mph" }, "CustomerIntentSurvey": { "paymentType__description": "Financing will be confirmed in the following steps.", "paymentType__title": "How do you plan on paying for your Model 3?", "registrationAddress__description": "This will be used for the title of your car, financing and taxes.", "registrationAddress__title": "Registration Address", "title": "Register for Delivery", "title__info": "This step is required to start the delivery process.", "tradeIn__description": "A trade-in quote will be provided in the following steps.", "tradeIn__title": "Do you plan on trading in your car?" }, "DeliveryDate": { "deliveryClose": "Close", "deliveryDescription": "Estimated delivery timelines for custom orders of {TRIM} vary by region. Stores have limited local inventory for immediate delivery.", "deliveryDisclaimer": "Based on limited availability", "deliveryModalTitle": "Delivery Timing", "deliveryTiming": { "CA": { "disclaimer": "", "message": "{DELIVERY_DATE} delivery" }, "NOW": "Delivery within 8 weeks", "NOW__extra": "Delivery in 12-16 weeks", "NO_RESULTS": { "disclaimer": "", "message": "No results were found for" }, "OTHER": { "disclaimer": "will start in {YEAR}.", "message": "Deliveries are starting in the US. Deliveries to" }, "US": { "disclaimer": ". You'll be notified when a delivery date is available.", "message": "Deliveries are coming soon to" } }, "earlyDelivery": "For earlier delivery view available <a data-cfg-type=\"m3-return-policy\" target=\"{LINK_TARGET}\" href=\"{INVENTORY_URL}\">inventory</a>", "estDelivery": "Est. {DELIVERY_DATE}", "estimatedDelivery": "Est. Delivery: {DELIVERY_DATE}", "estimatedDeliveryDisclaimer": "{MONTH_RANGE} Delivery", "postalCodePlaceHolder": "Zip Code" }, "DeliveryLocation": { "address_with_state": "{CITY}, {STATE} {COUNTRY}", "address_without_state": "{CITY} {COUNTRY}", "allowed_reg_states": "This car can only be registered in {STATES}", "check_availability": "Find your nearest delivery center by entering your registration zip code", "delivery_contact": "Delivery Contact", "delivery_contact_disclaimer": "The delivery contact provided must pickup the vehicle at the delivery location within 7 days", "delivery_disclaimer": "Price Adjustments, if any, are valid only if you take delivery within 7 days from when it is ready for delivery.", "delivery_method": "Delivery Method", "delivery_method_pickup": "Pickup", "delivery_options": "Showing options for <span class=\"tds-link\">{ZIP_CODE}</span>", "delivery_pickup_disclaimer": "Delivery within 7 days", "delivery_zipcode": "Delivery ZIP Code", "description": "Please note if you are taking delivery outside of your registration state, additional taxes and fees may apply.", "description_transport_fee": "The delivery location nearest to your Zip Code will be used to determine any applicable transportation fees. Transportation is only available within continental US.", "enter_delivery_address": "Based on your delivery zip code, your Tesla will be shipped directly to you. Please enter your delivery address.", "errors__deliverylocation_invalid": "Delivery location cannot be determined for zip code {ZIP_CODE}", "errors__deliverylocation_required": "Delivery location is a required field", "errors__range_restricted_cta": "Browse Other Inventory", "errors__range_restricted_error": "This vehicle is not available for your registration ZIP Code.", "estimate_transport_fee_label": "{FEE} est. transport fee", "estimate_transport_fee_label_short": "Est. Transport Fee to {POSTAL_CODE}", "estimate_transport_fee_label_short_with_action": "Est. Transport Fee to <span class=\"tds-link\" data-action-trigger=\"{TRIGGER}\">{POSTAL_CODE}</a>", "estimate_transport_fee_label_short_with_action_redesign": "Est. Transport Fee to {BUTTON_START}{POSTAL_CODE}{BUTTON_END}", "estimate_transport_fee_label_with_action": "{FEE} est. transport fee to <span class=\"tds-link\" data-action-trigger=\"{TRIGGER}\">{POSTAL_CODE}</a>", "estimate_transport_fee_label_with_action_redesign": "{FEE} est. transport fee to {BUTTON_START}{POSTAL_CODE}{BUTTON_END}", "estimate_transport_nofee_label": "No est. transport fee", "estimate_transport_nofee_label_with_action": "No transport fee to <span class=\"tds-link\" data-action-trigger=\"{TRIGGER}\">{POSTAL_CODE}</a>", "estimate_transport_nofee_label_with_action_redesign": "No transport fee to {BUTTON_START}{POSTAL_CODE}{BUTTON_END}", "inventoryAvailability": { "delivery_to_zipCode": "Delivery ZIP Code: <span class=\"tds-link\"> {POSTAL_CODE} </span>", "enter_delivery_zipcode": "Enter Delivery ZIP Code", "view_inventory__link": "<span class=\"tds-link\">See Early Delivery Options</span> for" }, "location_disclaimer": "You may proceed with the order now, but a transportation fee of up to $2,500 and a delivery timeline of up to 4 weeks may apply. This will be confirmed once a delivery location is identified.", "out_of_range": "Out of Range. We'll come to you.", "pickup_only_fee_label": "Available for pickup at this location with {FEE} est. transport fee", "pickup_only_label": "Available for pickup at this location", "pickup_only_nofee_label": "Available for pickup at this location with no est. transport fee", "pickup_only_testdrive_label": "Available for test drive and pickup at this location", "registration_description": "Where you will register the vehicle", "registration_zipcode": "Registration Zip Code", "registration_zipcode_label": "<p>Registration Zip Code</p><span class=\"{CLASS}\">Where you will register the vehicle</span>", "select_deliverycenter": "Please select a delivery center", "testdrive_disclaimer": "Available to view in showroom", "title": "Delivery Location", "title_multi_location": "Select Delivery Location", "transport_fee_label_with_action": "{FEE} Transport Fee to <span class=\"tds-link\" data-action-trigger=\"{TRIGGER}\">{POSTAL_CODE}</a>", "transport_fee_label_with_action_redesign": "{FEE} Transport Fee to {BUTTON_START}{POSTAL_CODE}{BUTTON_END}", "use_registration_address": "Use my registration address" }, "DeliveryPickup": { "pre-delivery_disclaimer": { "delivery_contact": "The purchaser must complete all pre-delivery tasks within 3 days. Upon final payment request, the delivery contact must pick the vehicle up at the delivery location within 7 days.", "delivery_pickup": " " } }, "DeliveryTiming": { "change_delivery_location": "Change Delivery Location", "enter_delivery_zipcode": "Enter Delivery Zip Code", "estimated_delivery": "Estimated for {MODEL} delivered in {DELIVERY_STATE}.", "footer": "For more immediate delivery options, view our <a href='/inventory/new/{MODEL}?redirect=no' target='_blank'>inventory</a>.", "title": "{LOCATION} Delivery Timing" }, "EarlyDelivery": { "alternate_design_label": "How It\u2019s Different:", "available_now": "Available Now", "available_now_at_location": "Available Now at {LOCATION}", "continue_with_custom_design": "There are no designs available for early delivery in your area. Please continue with your custom design.", "delivery_options": "Showing Options Near <span class=\"tds-link\">{ZIP_CODE}</span>", "delivery_zip_disclaimer": "Based on your ZIP Code, you must register the vehicle in {LOCATION}.", "discount": "Limited Availability", "early_pickup_unavailable": "The vehicle is not available for early pickup in your area, you may continue with a later delivery time.", "error_design_unavailable": "The Design You Selected Is No Longer Available", "error_early_delivery_unavailable": "Early Delivery Unavailable", "error_early_pickup_unavailable": "Early Pickup Option Unavailable", "est_availability": "Get it Later", "future_pickup_location": "Delivery or Pickup Near {ZIP_CODE}", "lease_unavailable": "Not Available for Lease", "location_changed_header": "Pickup Location Changed", "location_changed_message": "The pickup location for this vehicle has now been changed to {LOCATION}.", "locations_title": "Get Your Vehicle Earlier", "no_tow_hitch": "No Tow Hitch", "only_similar_design_available": "Early pickup is unavailable for your custom design. To get your vehicle sooner, select a similar design that\u2019s available now.", "select_another_design": "Please select another design", "similar_design_title": "Similar Designs Available Now", "store_pickup": "Pickup in <span class={CLASS}>{LOCATION}</span>", "store_pickup_disclaimer": "Pickup Within 7 Days", "title": "Get a Vehicle Earlier" }, "Energy": { "home_charging": { "description": "The most convenient way to charge at home, with the fastest recharge speeds.", "mobile_description": "The most convenient way to charge at home, with the fastest recharge speeds.", "request_a_quote": "Request a home charging quote", "title": "Home Charging" }, "home_energy": { "description": "Order a car today and receive a $400 award after system activation of a future solar purchase", "mobile_description": "Order a car today and receive a $400 award after system activation of a future solar purchase", "request_a_quote": "Contact me about solar", "title": "Power everything with solar" }, "home_energy_upgrades": "Power everything with solar", "home_energy_upgrades_description": "Tesla will provide a custom quote based on your home energy needs.", "optional": "Optional" }, "Enterprise": { "acceleration": "Acceleration", "button_label_reset": "Reset", "button_label_save": "Save", "cancelChanges": "Cancel Changes", "changeCar": "Change Car", "confirm": "Confirm", "confirmCancelChangesMessage": "Are you sure you want to cancel changes?", "confirmChangeCarMessage": "Changing the car for this order will reset all the configuration and options you selected earlier. Are you sure you want to continue?", "confirmChangeMessage": "The design and pricing have changed for this order and may affect delivery timing. Confirm the following change and new pricing to save your order.", "confirmDesignChange": "Confirm Design Change", "confirmRemoveVehicleMessage": "If you go back to Inventory, this vehicle will be removed from your order. Are you sure you want to continue?", "confirm_remove_message": "Are you sure you want to remove the selected car from your order?", "confirm_remove_message_inventory": "Are you sure you want to change the selected car from your order and go back to inventory?", "edit_design": "Edit Design", "edit_design_error": "There was an error saving your design", "edit_design_success": "Your order {RESERVATION_NUMBER} for {MODEL} has been saved. As next steps, complete pre-delivery information before taking delivery of your car", "label_no_category_option": "No {GROUP_NAME}", "label_no_category_option_selected": "No {GROUP_NAME} selected", "legal_disclaimer": { "m3": "By placing this order, you agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Supercharger Fair Use Policy</a> and the <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Customer Privacy Policy</a>", "ms": "By placing this order, you agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} {MVPA_TYPE}</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Supercharger Fair Use Policy</a> and the <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Customer Privacy Policy</a>", "mx": "By placing this order, you agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} {MVPA_TYPE}</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Supercharger Fair Use Policy</a> and the <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Customer Privacy Policy</a>", "my": "By placing this order, you agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Supercharger Fair Use Policy</a> and the <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Customer Privacy Policy</a>" }, "legal_disclaimer_nfa": "This order is subject to the terms and conditions of the National Framework Agreement.", "orderSummary": { "accessories": "Accessories", "destDocFeeExcVat": "Destination & Doc Fee excluding VAT", "destDocFeeIncVat": "Destination & Doc Fee including VAT", "disclaimer": "Includes taxes, fees and savings", "firstRegistrationFee": "First registration fee", "reviewOrder": "Review Order", "savings": "Savings", "subTotalIncVat": "Subtotal including VAT", "subtotal": "Subtotal", "subtotalExcVat": "Subtotal excluding VAT", "vatPercentage": "Includes VAT ({VAT_PERCENTAGE}) of approx {VAT_AMOUNT}" }, "order_next_steps": "Complete Pre-Delivery Tasks", "order_placed": "Order Placed", "order_placed_cta": "Complete Pre-Delivery Tasks", "order_placed_message": "Your order of {PRODUCT} has been placed. As next steps, complete pre-delivery information before taking delivery of your car", "order_saved": "Order Saved", "order_summary": "Order Summary", "place_order": "Place Order", "product_price": "Car Price", "purchase_order": "Purchase Order: {NUMBER}", "purchase_price": "Purchase price", "remove_product": "Remove Car", "remove_vehicle": "Remove Vehicle", "reviewOptionsAlert": "Some configuration options have been selected by default. Review the following for accuracy before continuing.", "review_your_order": "Review Your Order", "savings": "Savings", "selectedConfiguration": "Selected Configuration", "subtotal_accessories": "Accessories Subtotal", "subtotal_excluding_vat": "Subtotal excluding VAT", "subtotal_including_vat": "Subtotal including VAT ", "subtotal_vehicle": "Vehicle Subtotal", "success_msg": "Your order of {MODEL} has been placed. Your reservation number is {RESERVATION_NUMBER}. As next steps, complete pre-delivery information before taking delivery of your car.", "success_msg_generic": "Your reservation number is {RESERVATION_NUMBER}. As next steps, complete pre-delivery information before taking delivery of your car.", "yesCancel": "Yes, Cancel", "yes_change": "Yes, Change", "yes_goback": "Yes, Go Back", "yes_remove": "Yes, Remove" }, "EnterpriseHeader": { "label_business": "Business", "menu_item_account": "Account", "menu_item_company_list_tooltip": "Account List Tooltip", "menu_item_fleet": "Fleet", "menu_item_orders": "Orders", "menu_item_profile": "Profile", "menu_item_signout": "Sign Out" }, "EnterpriseLanding": { "back_to_orders": "Back to Orders", "cancel_label": "Cancel", "create_order": "Create Order", "customOrder": "Custom Order", "inventoryOrder": "Select from Inventory", "next_label": "Next", "orderType": "Order Type", "pricing_date": "Pricing Date", "pricing_date_disclaimer": "You can select any pricing date within the past 14 days", "purchaseOrder": { "cancelFailed": "Cancel failed", "cancelPurchaseOrderBody": "Are you sure you want to cancel scan of this purchase order?", "cancelScan": "Cancel Scan", "cancelScanInProgress": "Cancel Scan in Progress", "createNewOrder": "Create New Order", "createOrder": "Create Order", "failedToCancel": "Failed to cancel purchase order", "fileToBigError": "Max allowed file size is 10 MB", "maxFileSize": "One file max size 10 MB", "orderWillBeScanned": "Your order will be scanned shortly and available to review.", "purchaseOrder": "Purchase Order", "required": "This field is required", "scanStatusCompleteBody": "Your recent purchase order scan was complete <a href=\"{PO_REVIEW_LINK}\" class=\"tds-link\">Review Order</a>", "scanStatusCompleteHeader": "Purchase Order Scan Complete", "scanStatusFailedBody": "Your purchase order was not scanned. Upload your document again or create a custom order.", "scanStatusFailedHeader": "Cannot Read Purchase Order", "scanStatusFailedRejectedBody": "Pricing and options will be finalised as delivery approaches. You will be able to order when final pricing and options are published.", "scanStatusFailedRejectedHeader": "{MODEL} Order Unavailable", "scanStatusInProgressBody": "The Purchase order document you uploaded is being scanned, you can stay here or exit this page to view all orders.", "scanStatusInProgressHeader": "Purchase Order Scan in Progress", "selectFile": "Select File", "toManyFilesError": "Only 1 file is allowed", "uploadFailed": "Upload Failed", "uploadPurchaseOrder": "Upload Purchase Order", "viewOrders": "View Orders", "yesCancel": "Yes, Cancel" }, "purchaseOrderUpload": "Upload a Purchase Order", "select_model": "Select Model" }, "Financing": { "title": "Financing" }, "FinancingOptions": { "apr": "{APR} %", "aprLabel": "Est. APR %", "availableInStates": "Available in select states", "availableInStates__AUTO_LOAN:LOAN:CT_PRIVATE": "", "cash__disclaimer": "<p>Taxes and fees listed are estimates only, subject to change, and may not be accurate to you, depending on factors like your registration location. Your applicable taxes and fees will be confirmed for you closer to time of delivery.</p>", "credit": { "average": "{APR} - Average Credit", "good": "{APR} - Good Credit", "great": "{APR} - Great Credit" }, "creditRatingDisclaimer": "These are estimated monthly payments, available in most states. The provided rates are offered for your convenience to assist in estimating your monthly payments and do not guarantee your actual rate. These estimates are subject to change and contingent on credit approval, term selected, available interest rates, and other factors. Your payments and rates may be higher. Additional charges such as tax, title, registration and other fees are due at signing.", "creditRatingLabel": "Credit Rating", "customizePayment": "Customize Payment", "detailsCollapse": { "collapsed": "Show Details", "expanded": "Hide Details" }, "downpaymentLabel": "Downpayment", "downpaymentPlaceholder": "Enter downpayment", "electronicPayment": "Electronic payments required<br />Subject to Credit Approval", "error__aprOutOfRange": "APR should be between 1-10%", "error__leaseMaxDownpaymentExceeded": "Downpayment cannot exceed {MAXIMUM_DOWNPAYMENT}", "error__loanMaxDownPaymentExceeded": "Downpayment amount cannot exceed {MAXIMUM_DOWNPAYMENT}", "error__minDownPayment": "Downpayment must be at least {MINIMUM_DOWNPAYMENT}", "estAmountFinanced": "Est. Amount Financed", "estDueAtSigning": "Est. Due at Signing", "finance__description__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE": "<p>Includes $7,500 EV lease incentive distributed across lease term.</p><p>Pay only a portion of the full price with a low down payment and low monthly payments for the term of your lease.</p>", "finance__description__AUTO_LOAN:LOAN:CT_PRIVATE": "Finance your car purchase by paying a down payment and monthly installments until you've paid off the full price.", "finplat__disclaimer__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE": "<p>These are estimated monthly payments if you participate in Tesla leasing. These estimates are subject to change and contingent on lease approval, available interest rates, and other factors. The calculator does not include taxes or fees, however you can see estimated values when switching on the \"Include Est. Taxes and Fees\" option. Taxes and fees listed are estimates only, subject to change, and may not be accurate to you, depending on factors like your registration location. Your applicable taxes and fees will be confirmed for you closer to time of delivery. You forgo the option to buy your car at the end of the lease and must return it to Tesla after the lease term. Tesla leasing is available in AL, AK, AZ, CA, CO, CT, DC, FL, GA, HI, IA, ID, IL, IN, KS, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NJ, NM, NV, NY, OH, OR, PA, RI, SD, TN, TX, UT, VA, VT, WA, WV, WY. Early termination fees apply. Fees may be charged for excessive wear plus any overage of milage at a rate of $0.25 per mile. Late payments will incur a 5% fee. Lease does not include maintenance or insurance. Security deposit not required. Complete terms will be included in Motor Vehicle Lease Agreement.</p><p>*Due at signing amount includes your selected downpayment ({DOWNPAYMENT}), first month's payment ({output_baseMonthlyPayment}), and acquisition fee ({FEES_ACQUISITION_FEE}).</p><p>**Lease vehicles are subject to a $395 disposition fee on return.</p>", "finplat__disclaimer__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE__m3": "<p>These are estimated monthly payments if you participate in Tesla leasing. These estimates are subject to change and contingent on lease approval, available interest rates, and other factors. The calculator does not include taxes or fees, however you can see estimated values when switching on the \"Include Est. Taxes and Fees\" option. Taxes and fees listed are estimates only, subject to change, and may not be accurate to you, depending on factors like your registration location. Your applicable taxes and fees will be confirmed for you closer to time of delivery. You forgo the option to buy your car at the end of the lease and must return it to Tesla after the lease term. Tesla leasing is available in AL, AK, AZ, CA, CO, CT, DC, FL, GA, HI, IA, ID, IL, IN, KS, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NJ, NM, NV, NY, OH, OR, PA, RI, SD, TN, TX, UT, VA, VT, WA, WV, WY. Early termination fees apply. Fees may be charged for excessive wear plus any overage of milage at a rate of $0.25 per mile. Late payments will incur a 5% fee. Lease does not include maintenance or insurance. Security deposit not required. Complete terms will be included in Motor Vehicle Lease Agreement.</p><p>*Due at signing amount includes your selected downpayment ({DOWNPAYMENT}), first month's payment ({output_baseMonthlyPayment}), and acquisition fee ({FEES_ACQUISITION_FEE}).</p><p>**Lease vehicles are subject to a $395 disposition fee on return.</p>", "finplat__disclaimer__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE__my": "<p>These are estimated monthly payments if you participate in Tesla leasing. These estimates are subject to change and contingent on lease approval, available interest rates, and other factors. The calculator does not include taxes or fees, however you can see estimated values when switching on the \"Include Est. Taxes and Fees\" option. Taxes and fees listed are estimates only, subject to change, and may not be accurate to you, depending on factors like your registration location. Your applicable taxes and fees will be confirmed for you closer to time of delivery. You forgo the option to buy your car at the end of the lease and must return it to Tesla after the lease term. Tesla leasing is available in AL, AK, AZ, CA, CO, CT, DC, FL, GA, HI, IA, ID, IL, IN, KS, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NJ, NM, NV, NY, OH, OR, PA, RI, SD, TN, TX, UT, VA, VT, WA, WV, WY. Early termination fees apply. Fees may be charged for excessive wear plus any overage of milage at a rate of $0.25 per mile. Late payments will incur a 5% fee. Lease does not include maintenance or insurance. Security deposit not required. Complete terms will be included in Motor Vehicle Lease Agreement.</p><p>*Due at signing amount includes your selected downpayment ({DOWNPAYMENT}), first month's payment ({output_baseMonthlyPayment}), and acquisition fee ({FEES_ACQUISITION_FEE}).</p><p>**Lease vehicles are subject to a $395 disposition fee on return.</p>", "finplat__disclaimer__AUTO_LOAN:LOAN:CT_PRIVATE": "Taxes and fees listed are estimates only, subject to change, and may not be accurate to you, depending on factors like your registration location. Your applicable taxes and fees will be confirmed for you closer to time of delivery. These are estimated monthly payments, available in most states. These estimates are subject to change and contingent on credit approval, term selected, available interest rates, and other factors. Your payments and rates may be higher. Additional charges such as tax, title, registration and other fees are due at signing.", "finplat_mini_disclaimer__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE": "{DOWNPAYMENT} down, {input_termLength} months, {input_distanceAllowed} miles", "finplat_mini_disclaimer__AUTO_LOAN:LOAN:CT_PRIVATE": "{output_totalDownPayment} ({DOWNPAYMENT_PERCENTAGE}%) down, {input_interestRate}% APR, {input_termLength} months", "includeTaxesAndFees": "Include Est. Taxes and Fees", "includeTaxesAndFees__error": "Taxes and fees are not available to show, try again later", "includeTaxesAndFees__invalidZip": "Enter your delivery Zip Code to see tax and fee estimates", "lease__amountDueAtSigningLabel": "Due at signing*", "lease__annualDistanceLabel": "Annual Miles", "lease__description": "Pay only a portion of the full price with a low down payment and low monthly payments for the term of your lease.", "lease__disclaimer": "<p>These are estimated monthly payments if you participate in Tesla leasing. These estimates are subject to change and contingent on lease approval, available interest rates, and other factors. The calculator does not include taxes or fees. You forgo the option to buy your car at the end of the lease and must return it to Tesla after the lease term. Tesla leasing is available in AL, AK, AZ, CA, CO, CT, DC, FL, GA, HI, IA, ID, IL, IN, KS, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NJ, NM, NV, NY, OH, OR, PA, RI, SD, TN, TX, UT, VA, VT, WA, WV, WY. Early termination fees apply. Fees may be charged for excessive wear plus any overage of milage at a rate of $0.25 per mile. Late payments will incur a 5% fee. Lease does not include maintenance or insurance. Security deposit not required. Complete terms will be included in Motor Vehicle Lease Agreement.</p><p>*Due at signing amount includes your selected downpayment ({DOWNPAYMENT}), first month's payment ({PAYMENT}), and acquisition fee ({FEES_ACQUISITION_FEE}).</p>", "lease__disclaimer__Payment": "<p>These are estimated monthly payments if you participate in Tesla leasing. These estimates are subject to change and contingent on lease approval, available interest rates, and other factors. The calculator does not include taxes or fees. You forgo the option to buy your car at the end of the lease and must return it to Tesla after the lease term. Tesla leasing is available in AL, AK, AZ, CA, CO, CT, DC, FL, GA, HI, IA, ID, IL, IN, KS, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NJ, NM, NV, NY, OH, OR, PA, RI, SD, TN, TX, UT, VA, VT, WA, WV, WY. Early termination fees apply. Fees may be charged for excessive wear plus any overage of milage at a rate of $0.25 per mile. Late payments will incur a 5% fee. Lease does not include maintenance or insurance. Security deposit not required. Complete terms will be included in Motor Vehicle Lease Agreement.</p>", "lease__disclaimer__Payment__m3": "<p>These are estimated monthly payments if you participate in Tesla leasing. These estimates are subject to change and contingent on lease approval, available interest rates, and other factors. The calculator does not include taxes or fees. You forgo the option to buy your car at the end of the lease and must return it to Tesla after the lease term. Tesla leasing is available in AL, AK, AZ, CA, CO, CT, DC, FL, GA, HI, IA, ID, IL, IN, KS, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NJ, NM, NV, NY, OH, OR, PA, RI, SD, TN, TX, UT, VA, VT, WA, WV, WY. Early termination fees apply. Fees may be charged for excessive wear plus any overage of milage at a rate of $0.25 per mile. Late payments will incur a 5% fee. Lease does not include maintenance or insurance. Security deposit not required. Complete terms will be included in Motor Vehicle Lease Agreement.", "lease__disclaimer__m3": "<p>These are estimated monthly payments if you participate in Tesla leasing. These estimates are subject to change and contingent on lease approval, available interest rates, and other factors. The calculator does not include taxes or fees. You forgo the option to buy your car at the end of the lease and must return it to Tesla after the lease term. Tesla leasing is available in AL, AK, AZ, CA, CO, CT, DC, FL, GA, HI, IA, ID, IL, IN, KS, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NJ, NM, NV, NY, OH, OR, PA, RI, SD, TN, TX, UT, VA, VT, WA, WV, WY. Early termination fees apply. Fees may be charged for excessive wear plus any overage of milage at a rate of $0.25 per mile. Late payments will incur a 5% fee. Lease does not include maintenance or insurance. Security deposit not required. Complete terms will be included in Motor Vehicle Lease Agreement.</p><p>*Due at signing amount includes your selected downpayment ({DOWNPAYMENT}), first month's payment ({PAYMENT}), and acquisition fee ({FEES_ACQUISITION_FEE}).</p>", "lease__disclaimer__my": "<p>These are estimated monthly payments if you participate in Tesla leasing. These estimates are subject to change and contingent on lease approval, available interest rates, and other factors. The calculator does not include taxes or fees. You forgo the option to buy your car at the end of the lease and must return it to Tesla after the lease term. Tesla leasing is available in AL, AK, AZ, CA, CO, CT, DC, FL, GA, HI, IA, ID, IL, IN, KS, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NJ, NM, NV, NY, OH, OR, PA, RI, SD, TN, TX, UT, VA, VT, WA, WV, WY. Early termination fees apply. Fees may be charged for excessive wear plus any overage of milage at a rate of $0.25 per mile. Late payments will incur a 5% fee. Lease does not include maintenance or insurance. Security deposit not required. Complete terms will be included in Motor Vehicle Lease Agreement.</p><p>*Due at signing amount includes your selected downpayment ({DOWNPAYMENT}), first month's payment ({PAYMENT}), and acquisition fee ({FEES_ACQUISITION_FEE}).</p>", "lease__distanceOptionLabel": "{DISTANCE} miles", "lease__leasePaymentDescription": "Adjust your montly payment to update the terms below.", "lease__leasePaymentLabel": "Lease Payment <span class=\"value\">{PAYMENT} <span class=\"monthSymbol\">/mo</span></span>", "lease__undefined": "The monthly payment estimate is currently unavailable for this configuration. For more information, contact a Tesla Advisor.", "loan__customizePayment": "Customize Loan Payment", "loan__description": "Finance your car purchase by paying a down payment and monthly installments until you've paid off the full price. Eligible for {FEDERAL_TAX_CREDIT_AMOUNT} federal incentive.", "loan__description_no_incentive": "Finance your car purchase by paying a down payment and monthly installments until you've paid off the full price.", "loan__disclaimer": "These are estimated monthly payments, available in most states. These estimates are subject to change and contingent on credit approval, term selected, available interest rates, and other factors. Your payments and rates may be higher. Additional charges such as tax, title, registration and other fees are due at signing.", "loan__financedAmountLabel": "Financed Amount", "loan__financedAmountPlaceholder": "enter financed amount", "loan__monthlyPaymentDescription": "Adjust your monthly payment to update the terms below.", "loan_loanPaymentLabel": "Loan Payment", "loan_loanPaymentLabelFooter": "Loan Payment <span class=\"value\">{PAYMENT} <span class=\"monthSymbol\">/mo</span></span>", "nonTeslaFeesLabel": "Est. Non-Tesla Fees", "selectedTab": "{LABEL} currently displayed - See other Finance saving categories.", "selection__disclaimer": "Financing selection and terms will be confirmed after order", "special_incentives__disclaimer": "Incentives shown are available for cars delivered in {REGIONNAME}. <a href='/support/incentives' target='_blank'>Learn more</a> about additional state and utility provider incentives in your area.", "tabLabels": { "delivery_timing": "Delivery Timing", "finance_options": "Finance Options", "gas_savings": "Gas Savings", "incentives": "Incentives", "tradein": "Trade-In" }, "termOptionLabel": "{TERM} Months", "title": "Financing Options", "totalVehiclePrice": "Est. Total Vehicle Price", "unavailable__AUTO_LEASE": { "body": "This vehicle is not able to be leased due to the adjusted price", "disclaimer": "Only cash and loan purchases are available on vehicles with adjusted prices. Select a vehicle without an adjusted price if you are interested in leasing.", "header": "Lease Unavailable" } }, "FleetSalesRegions": { "description": "Select your delivery state to see your estimated delivery timing.", "state": "Registration State" }, "GasSavings": { "comparisonGasolineCar": "Gasoline Car", "description": { "ct": "<p>Electric vehicles are less expensive to fuel than gasoline powered vehicles. The average person drives between {YEARLY_DISTANCE} and {YEARLY_DISTANCE_UPPER} miles and spends between {PETROL_PER_YEAR} and {PETROL_PER_YEAR_UPPER} on gasoline per year.</p><p>We've assumed a fuel economy of {FUEL_ECONOMY} miles per gallon for a comparable gasoline powered car. We've also assumed the national average of {ELECTRICITY_PRICE} per kilowatt-hour for residential electricity (assumed for 100% of charging) and {PETROL_PRICE} per gallon for gasoline over the next three years. Tesla efficiency values are based on Cybertruck All-Wheel Drive.</p><p>Comparison gasoline vehicles are selected based on vehicle class, seating capacity and standard features. We use the EPA estimated range standard to compare efficiency data between our cars and a comparable gasoline alternative using each vehicle's combined city/highway MPG and MPGe ratings. Actual range may vary based on factors such as speed, weather conditions and elevation change.</p><p>Cybertruck All-Wheel Drive consumption rating = {KWH_CONSUMPTION} kWh/100mi<br/>Comparison car consumption rating = {FUEL_ECONOMY} mpg</p><p>References:<br/>We used the most recent gasoline and electricity prices that were available to us through third-party resources on {LAST_UPDATED}.</p>", "m3": "<p>Electric vehicles are less expensive to fuel than gasoline powered vehicles. The average person drives between {YEARLY_DISTANCE} and {YEARLY_DISTANCE_UPPER} miles and spends between {PETROL_PER_YEAR} and {PETROL_PER_YEAR_UPPER} on gasoline per year. In comparison, the cost of electricity to power Model 3 over the same distance is up to {TIMES_LOWER} times lower.</p><p>We've assumed a fuel economy of {FUEL_ECONOMY} miles per gallon for a comparable gasoline powered car. We've also assumed the national average of {ELECTRICITY_PRICE} per kilowatt-hour for residential electricity (assumed for 100% of charging) and {PETROL_PRICE} per gallon for gasoline over the next six years. Tesla efficiency values are based on Model 3 Rear-Wheel Drive.</p><p>Comparison gasoline vehicles are selected based on vehicle class, seating capacity and standard features. We use the EPA estimated range standard to compare efficiency data between our cars and a comparable gasoline alternative using each vehicle's combined city/highway MPG and MPGe ratings. Actual range may vary based on factors such as speed, weather conditions and elevation change.</p><p>Model 3 consumption rating = {KWH_CONSUMPTION} kWh/100mi<br/>Comparison car consumption rating = {FUEL_ECONOMY} mpg</p><p>References:<br/> We used the most recent gasoline and electricity prices that were available to us through third-party resources on {LAST_UPDATED}.</p>", "ms": "<p>Electric vehicles are less expensive to fuel than gasoline powered vehicles. The average person drives between {YEARLY_DISTANCE} and {YEARLY_DISTANCE_UPPER} miles and spends between {PETROL_PER_YEAR} and {PETROL_PER_YEAR_UPPER} on gasoline per year. In comparison, the cost of electricity to power Model S over the same distance is up to {TIMES_LOWER} times lower.</p><p>We've assumed a fuel economy of {FUEL_ECONOMY} miles per gallon for a comparable gasoline powered car. We've also assumed the national average of {ELECTRICITY_PRICE} per kilowatt-hour for residential electricity (assumed for 100% of charging) and {PETROL_PRICE} per gallon for gasoline over the next six years. Tesla efficiency values are based on Model S Dual Motor All-Wheel Drive.</p><p>Comparison gasoline vehicles are selected based on vehicle class, seating capacity and standard features. We use the EPA estimated range standard to compare efficiency data between our cars and a comparable gasoline alternative using each vehicle's combined city/highway MPG and MPGe ratings. Actual range may vary based on factors such as speed, weather conditions and elevation change.</p><p>Model S consumption rating = {KWH_CONSUMPTION} kWh/100mi<br/>Comparison car consumption rating = {FUEL_ECONOMY} mpg</p><p>References:<br/> We used the most recent gasoline and electricity prices that were available to us through third-party resources on {LAST_UPDATED}.</p>", "mx": "<p>Electric vehicles are less expensive to fuel than gasoline powered vehicles. The average person drives between {YEARLY_DISTANCE} and {YEARLY_DISTANCE_UPPER} miles and spends between {PETROL_PER_YEAR} and {PETROL_PER_YEAR_UPPER} on gasoline per year. In comparison, the cost of electricity to power Model X over the same distance is up to {TIMES_LOWER} times lower.</p><p>We've assumed a fuel economy of {FUEL_ECONOMY} miles per gallon for a comparable gasoline powered car. We've also assumed the national average of {ELECTRICITY_PRICE} per kilowatt-hour for residential electricity (assumed for 100% of charging) and {PETROL_PRICE} per gallon for gasoline over the next six years. Tesla efficiency values are based on Model X Dual Motor All-Wheel Drive.</p><p>Comparison gasoline vehicles are selected based on vehicle class, seating capacity and standard features. We use the EPA estimated range standard to compare efficiency data between our cars and a comparable gasoline alternative using each vehicle's combined city/highway MPG and MPGe ratings. Actual range may vary based on factors such as speed, weather conditions and elevation change.</p><p>Model X consumption rating = {KWH_CONSUMPTION} kWh/100mi<br/>Comparison car consumption rating = {FUEL_ECONOMY} mpg</p><p>References:<br/> We used the most recent gasoline and electricity prices that were available to us through third-party resources on {LAST_UPDATED}.</p>", "my": "<p>Electric vehicles are less expensive to fuel than gasoline powered vehicles. The average person drives between {YEARLY_DISTANCE} and {YEARLY_DISTANCE_UPPER} miles and spends between {PETROL_PER_YEAR} and {PETROL_PER_YEAR_UPPER} on gasoline per year. In comparison, the cost of electricity to power Model Y over the same distance is up to {TIMES_LOWER} times lower.</p><p>We've assumed a fuel economy of {FUEL_ECONOMY} miles per gallon for a comparable gasoline powered car. We've also assumed the national average of {ELECTRICITY_PRICE} per kilowatt-hour for residential electricity (assumed for 100% of charging) and {PETROL_PRICE} per gallon for gasoline over the next six years. Tesla efficiency values are based on Model Y Long Range All-Wheel Drive.</p><p>Comparison gasoline vehicles are selected based on vehicle class, seating capacity and standard features. We use the EPA estimated range standard to compare efficiency data between our cars and a comparable gasoline alternative using each vehicle's combined city/highway MPG and MPGe ratings. Actual range may vary based on factors such as speed, weather conditions and elevation change.</p><p>Model Y consumption rating = {KWH_CONSUMPTION} kWh/100mi<br/>Comparison car consumption rating = {FUEL_ECONOMY} mpg</p><p>References:<br/> We used the most recent gasoline and electricity prices that were available to us through third-party resources on {LAST_UPDATED}.</p>" }, "distanceLabel": "Annual Mileage", "distanceUnits": "miles", "efficiencyLabel": "Gasoline Car Efficiency", "efficiencyUnits": "MPG", "electricityLabel": "Electricity Cost", "electricityPerYearLabel": "Est. Electricity/yr", "electricityPriceUnits": "/ kWh", "estimatedSavings": "Estimated gas savings over {FUEL_CALC_DURATION} <span class=\"value\">{GAS_SAVINGS}</span>", "fuelPriceLabel": "Gasoline Cost", "fuelPriceUnits": "/ gallon", "gasPerYearLabel": "Est. Gas/yr", "reference": "<p>References: <br/> We used the most recent gasoline and electricity prices that were available to us through third-party resources on {LAST_UPDATED}.</p>", "subtitle": "Electric vehicles are less expensive to fuel than gasoline powered vehicles", "timePeriod": "Time Period (Year)", "title": "Gasoline Savings" }, "Incentives": { "changeDeliveryZip": "Change Delivery ZIP Code", "changeRegion": "Change Delivery state", "clean_cars_rebate": { "description": "Income and other eligibility requirements apply. Incentive amount varies from $5,500 to $9,500 and cannot be combined with Clean Vehicle Assist Program incentives. <a href='https://www.baaqmd.gov/funding-and-incentives/residents/clean-cars-for-all' target='_blank'>View details</a>", "title": "Clean Cars 4 All Grant" }, "clean_fuel_reward": { "description": "Eligible to {STATE} residents registering their car in-state. <a href='https://cleanfuelreward.com/' target='_blank'>View details</a>", "disclaimer": "Includes a {INCENTIVE_AMOUNT} {NAME_OF_INCENTIVE} eligible for {STATE} residents registering their car in-state. Rebate applied after taxes and fees.", "title": "{STATE} Clean Fuel Reward" }, "clean_vehicle_assistance_rebate": { "description": { "m3": "Income and eligibility requirements apply and cannot be combined with Clean Cars 4 All Grant. <a href='https://cleanvehiclegrants.org/' target='_blank'>View details</a>", "ms": "Income and eligibility requirements apply. <a href='https://cleanvehiclegrants.org/' target='_blank'>View details</a>", "mx": "Income and eligibility requirements apply. <a href='https://cleanvehiclegrants.org/' target='_blank'>View details</a>", "my": "Income and eligibility requirements apply. <a href='https://cleanvehiclegrants.org/' target='_blank'>View details</a>" }, "title": "Clean Vehicle Assistance Program" }, "clean_vehicle_rebate": { "description": "Income and eligibility requirements apply. <a href='https://energycenter.org/clean-vehicle-rebate-project' target='_blank'>View details</a>", "title": "Clean Vehicle Rebate Project" }, "deliveryIncentives": { "afterDelivery": "Incentives experienced after delivery", "beforeDelivery": "Incentives before delivery" }, "deliveryState": "Delivery state", "description": { "m3": "Electric vehicles are eligible for various financial incentives and other owner benefits that are unavailable to gas cars. <a href='/support/incentives' target='_blank'>Learn more</a> about state and utility provider incentives in your area.", "ms": "Electric vehicles are eligible for various financial incentives and other owner benefits that are unavailable to gas cars. <a href='/support/incentives' target='_blank'>Learn more</a> about state and utility provider incentives in your area.", "mx": "Electric vehicles are eligible for various financial incentives and other owner benefits that are unavailable to gas cars. <a href='/support/incentives' target='_blank'>Learn more</a> about state and utility provider incentives in your area.", "my": "Electric vehicles are eligible for various financial incentives and other owner benefits that are unavailable to gas cars. <a href='/support/incentives' target='_blank'>Learn more</a> about state and utility provider incentives in your area." }, "elegibilityDisclaimers": { "VT": "Depending on income level, up to $5,000 rebate for purchase or lease of a new vehicle with a base price under $40,000" }, "federalTaxCredit": "Federal Tax Credit", "incentivesTotal": "Total Incentives", "ineligible_for_taxcredit": "Ineligible for Federal Tax Credit", "ira": { "business": { "description": ["<h4>Commercial Vehicle Tax Credits</h4>", "<a href='https://www.tesla.com/fleet#contact' target='_blank'>Contact Tesla Fleet team</a> to purchase multiple vehicles for your business.", { "title": "Inflation Reduction Act" }, { "description": "Eligible businesses and tax-exempt organizations can claim up to $7,500 for new Tesla vehicle purchases, including:", "items": ["Model S", "Model 3", "Model X", "Model Y"] }, { "description": "For businesses, tax credits are non-refundable, so you can't get back more on the credit than you owe in taxes. Tax-exempt entities have the option to take a direct payment in lieu of the credit." }, { "title": "Section 179 Deduction" }, { "description": "Qualifying businesses can claim a deduction of up to $28,900 for vehicles with a Gross Vehicle Weight Rating (GVWR) of more than 6,000 lbs." }, { "description": "Your eligibility for any tax credits depends on your personal tax situation. We recommend speaking with a tax professional for guidance." }, { "description": "<a href='/support/incentives' target='_blank'>Learn more</a>" }], "disclaimer": "Business purchases may be eligible for a tax credit through the Inflation Reduction Act.", "label": "Business Order", "title": "Commercial Vehicle Tax Credits" }, "personal": { "label": "Personal Order" } }, "iraIncentive": "Your design qualifies for a {FEDERAL_TAX_CREDIT_AMOUNT} federal tax credit for eligible buyers.", "otherRegionOptionLabel": "Other State", "potentialIncentives": "Potential Incentives", "potentialIncentives__disclaimer": "Excludes {GAS_SAVINGS} of estimated gas savings over {NUM_FUEL_YEAR} years.", "qualifies_for_taxcredit": "Qualifies for Federal Tax Credit", "regionAndZipCode": "{REGION}, {ZIP_CODE}", "regionalIncentive": "{REGION} Incentive", "regional__availableIncentives": "Incentives available in these states:", "taxCredit_eligiblity": "See if You Qualify", "title": "Electric Vehicle Incentives", "utility_pge_rebate": { "description": " Eligibility requirements apply and cannot be combined with SCE Los Angeles incentive. <a href='https://www.pge.com/en_US/residenti...ingscalc_20190806_evsavingscalc_banner_res_na' target='_blank'>View details</a>", "title": "PG&E" }, "utility_sce_rebate": { "description": "Eligibility requirements apply and cannot be combined with PG&E incentive. <a href='https://www.sce.com/residential/electric-vehicles/ev-rebates-incentives/cfrp' target='_blank'>View details</a>", "title": "SCE Los Angeles" }, "wall_connector_rebate": { "description": { "m3": "Income and eligibility requirements apply and cannot be combined with Clean Cars 4 All Grant. <a href='https://cleanvehiclegrants.org/vehicles/' target='_blank'>View details</a>", "ms": "Income and eligibility requirements apply. <a href='https://cleanvehiclegrants.org/vehicles/' target='_blank'>View details</a>", "mx": "Income and eligibility requirements apply. <a href='https://cleanvehiclegrants.org/vehicles/' target='_blank'>View details</a>", "my": "Income and eligibility requirements apply. <a href='https://cleanvehiclegrants.org/vehicles/' target='_blank'>View details</a>" }, "title": "Clean Vehicle Assistance Program Wall Connector Rebate" }, "zipCodeLabel": "Zip Code" }, "Inspection": { "cosmetic": { "description": "Cosmetic wear and tear is typical of a {TYPE} car and does not affect the functionality of the car. Your car will exhibit cosmetic wear and tear that includes, but is not limited to, the following:", "glass": "Glass", "glassList": { "glassChips": "Pitting on windshield", "glassChips_metric": "Rock chips up to 2.5 cm", "glassScratches": "Up to 6\" surface scratches" }, "interior": "Interior", "interiorList": { "entryPoints": "Signs of usage on entry and exit points", "interiorUsage": "Signs of usage on upholstery and interior panels such as markings, discoloration, small tears or stains up to 1\"", "interiorUsage_metric": "Signs of usage on upholstery and interior panels such as markings, discoloration, small tears or stains up to 2.5 cm" }, "paint": "Exterior Painted Panels \u2013 Doors, hood, liftgate, front fenders, rear quarter panels, bumpers", "paintInterior": "Interior Painted Panels \u2013 under hood, under liftgate, door jambs", "paintInteriorList": { "scratchesDents": "Scratches, scuff/scrape, or dents; up to 2\"", "scratchesDents_metric": "Scratches, scuff/scrape, or dents; up to 5 cm" }, "paintList": { "dents": "Scuff/scrape or dents up to 0.5\"", "dents_metric": "Dents up to 1 cm", "paintChips": "Rock chips", "paintScratches": "Scratches up to 1\"", "paintScratches_metric": "Scratches up to 2.5 cm" }, "panelOrTrim": "Unpainted Panels or Exterior Trim", "panelOrTrimList": { "panelOrTrimScratches": "Scratches up to 3\"", "panelOrTrimScratches_metric": "Scratches up to 7.5 cm" }, "sealsAndTrim": "Rubber Seals and Trim", "sealsAndTrimList": { "sealsAndTrimDamage": "Damage of rubber not affecting function" }, "title": "Cosmetic Condition", "wheel": "Wheels", "wheelList": { "wheelRash": "Rash up to 0.5\"", "wheelRash_metric": "Rash up to 1 cm" } }, "demo": { "description": "Every Demo/Previous-Demo Vehicle meets or exceeds Tesla\u2019s Mechanical Standards as outlined below:" }, "description": "This car may have minor visible imperfections that do not affect drivability or mechanical condition.\u00a0<span class=\"tds-link idp-inspection-modal-btn\" data-action-trigger=\"{TRIGGER}\">Learn More</span>", "disclaimer": "I acknowledge <a class=\"tds-link\" data-action-trigger=\"{TRIGGER}\">wear and tear</a> will be present on the car. If I cancel my order, any Order Deposit and Transportation Fee paid will not be refunded.", "disclaimerRedesign": "I acknowledge {BUTTON_START}wear and tear{BUTTON_END} will be present on the car. If I cancel my order, any Order Deposit and Transportation Fee paid will not be refunded.", "mechanical": { "description": "Every {TYPE} meets or exceeds Tesla\u2019s Mechanical Standards as outlined below:", "functional": "Components inspected for functionality:", "functionalList": { "autopilot": "Autopilot (if equipped)", "braking": "Vehicle braking system", "charging": "Charging system and equipment functionality", "controls": "Driver controls", "display": "Displays", "lighting": "Exterior lighting systems", "powerOperated": "Power-operated components", "powertrain": "Powertrain system", "restraint": "Safety restraint systems", "steering": "Steering and suspension components" }, "standards": "", "standardsList": { "brakes": "Brake pads (6 mm minimum)", "structural": "No evidence of structural repairs", "tires": "Tires (5/32\" minimum)", "tires_metric": "Tires (4 mm minimum)" }, "title": "Mechanical Condition" }, "modalDescription": "Every used Tesla has passed an internal inspection and may undergo, or is currently undergoing, light repairs to be prepared for sale. Normal wear and tear indicative of the age and mileage of the car should be expected.", "modalDisclaimer": "<span class=\"{CLASS}\" data-action-trigger=\"{TRIGGER}\">Mechanical and Cosmetic Standard</span>", "modalLink": "Meets Tesla's <span class=\"tds-link\">cosmetic and mechanical standards</span>", "modalLink__zh_CN": "Ensured that the vehicle condition has met Tesla's <span class=\"tds-link\">cosmetic and mechanical standards</span> at the time of delivery", "modalTitle": "Mechanical and Cosmetic Standards", "title": "Mechanical and Cosmetic Standards" }, "InspectionStandards": { "cosmetic": { "dents": "Dents or dings that are less than 2\" in diameter", "dentsAndDings_metric": "Dents or dings that are less than 1.25 cm in diameter", "dentsDemo": "Dents or dings that are less than 1/2\" in diameter", "dentsDemo_metric": "Dents or dings that are less than 1 cm in diameter", "dents_metric": "Dents or dings that are less than 5 cm in diameter", "entryPoints": "Wear on entry and exit points", "entryPointsSigns": "Signs of usage on entry and exit points", "exterior": "Exterior", "glass": "Glass", "glassChips": "Up to one chip less than or equal to 1/2\" in diameter, not in the driver's line of sight", "glassChipsDemo": "Up to one chip less than or equal to 1\" in diameter, not in the driver's line of sight", "glassChipsDemo_metric": "Up to one chip less than or equal to 2.5 cm in diameter, not in the driver's line of sight", "glassChips_metric": "Up to one chip less than or equal to 1.5 cm in diameter, not in the driver's line of sight", "glassPitting": "Pitting on windshield", "glassScratches": "Surface scratches, not in the driver's line of sight", "glassStoneChips": "Stone chips (passes local roadworthiness inspection guidelines)", "interior": "Interior", "interiorUsage": "Wear on upholstery or interior panels including markings, discoloration, small tears or stains up to 1\"", "interiorUsage_metric": "Wear on upholstery or interior panels including markings, discoloration, small tears or stains up to 2.5 cm", "interiorWear_metric": "Signs of usage on upholstery and interior panels such as markings, discoloration, small tears or stains up to 2.5 cm", "paintScratches": "Paint scratches that measure up to 4\" in one direction", "paintScratchesDemo": "Paint scratches that measure up to 1\" in one direction", "paintScratchesDemo_metric": "Paint scratches that measure up to 2.5 cm in one direction", "paintScratches_metric": "Paint scratches that measure up to 10 cm in one direction", "rockChips": "Rock chips", "scratches": "Scratches", "scuffsAndScrapes": "Scuffs and scrapes that measure up to 4\" in multiple directions", "scuffsAndScrapesDemo": "Scuffs and scrapes that measure up to 1\" in multiple directions", "scuffsAndScrapesDemo_metric": "Scuffs and scrapes that measure up to 2.5 cm in multiple directions", "scuffsAndScrapes_metric": "Scuffs and scrapes that measure up to 10 cm in multiple directions", "stoneChips": "Stone chips", "touchScreenDiscoloration": "Discoloration around the screen edge or border", "touchscreen": "Touchscreen", "wheelScratches": "Scratches, gouges, chips or dents less than 6\"", "wheelScratches_metric": "Scratches, gouges, chips or dents less than 15 cm", "wheels": "Wheels", "wheelsRash": "Rash up to 1.5 cm" }, "cosmeticDisclaimer": "Will exhibit cosmetic imperfections", "cosmeticLabel": "Cosmetic", "cpoLink": "<a href='{CPO_LINK}' className='tds-link' target='_blank' rel='noopener noreferrer'>Certified by Tesla</a>", "emeaDisclaimerList": ["<a href='{CPO_LINK}' className='tds-link' target='_blank' rel='noopener noreferrer'>Certified by Tesla</a>", "Fully inspected by an expert Tesla technician", "Free of major dents, scratches or cosmetic damages", "No evidence of structural repairs", "All vehicle components tested and fully functional"], "mechanical": { "autopilot": "Autopilot (if included)", "brakePad": "Minimum 6 mm brake pad thickness remaining", "brakes": "Brakes", "braking": "Vehicle braking system", "charging": "Charging system and equipment functionality", "controls": "Driver controls", "display": "Displays", "functional": "Functional Components", "keys": "Your vehicle will be delivered with a minimum of one key card/fob", "lighting": "Exterior lighting systems", "powerOperated": "Power-operated components", "powertrain": "Powertrain system", "repairHistory": "Repair History", "restraint": "Safety restraint systems", "steering": "Steering and suspension components", "structural": "No evidence of structural repairs", "tires": "Tires", "tiresTread": "Minimum 4 mm tread remaining" }, "mechanicalAndCosmeticDisclaimer": "Meets Tesla's cosmetic and mechanical standards", "mechanicalDisclaimer": "Meets Tesla's mechanical requirements", "mechanicalLabel": "Mechanical", "modalDescription": "Every used Tesla has passed an internal inspection and may undergo, or is currently undergoing, light repairs to be prepared for sale. Cosmetic imperfections and normal wear and tear indicative of the age and mileage of the car should still be expected.", "modalDescription__demo": "Every Demo/Previous-Demo Tesla has passed an internal inspection and may undergo light repairs to be prepared for sale. Normal wear and tear indicative of the age and mileage of the car should be expected.", "title": "Cosmetic and Mechanical Standards" }, "Inventory": { "autocheck": { "label": "Autocheck History" }, "availability": { "description": "This vehicle is part of a limited supply expected to be built and available for delivery this November or December. By placing this order, you are agreeing to take delivery before the end of 2022 calendar year. If Tesla is not able to build a vehicle for your order in 2022, you may be eligible for a refund.", "disclaimer": "I further agree to take delivery by 2022 calendar year and {BUTTON_START}Terms of Vehicle Availability.{BUTTON_END}", "title": "Vehicle Availability" }, "available_at_location": "Available for local delivery in {LOCATION}", "coming_soon_to_location": "Coming soon to {LOCATION} for local delivery", "common": { "additionalDetails": "Additional Details", "condition": "Condition", "cpo": "Certified Pre-Owned", "cpoVehicle": "Certified Pre-Owned Vehicle", "cpo_vehicle": "Certified Pre-Owned Tesla", "demo": "Demo/Previous-Demo", "demoVehicle": "Demo Vehicle", "demo_vehicle": "Demonstration Vehicle", "featureDetails": "Feature Details", "features": "Key Features", "file_noun": "File", "fullDetails": "Full Details", "go_back_label": "Go Back", "inProduction": "In Production", "inTransit": "In transit to {LOCATION}", "learnMore": "Learn More", "locatedIn": "Located in", "mileageUnit": "mile", "mileageUnits": "miles", "mileageUnits__short": "mi", "more_details": "for more details", "newVehicle": "New Vehicle", "newVehicleNoLocationPickUpDisclaimer": "Must be picked up at a local delivery center", "newVehiclePickUpDisclaimer": "Located in {LOCATION} and must be picked up at a local delivery center", "newVehiclePickupDisclaimerNonGated": "Will be available for pickup only in {LOCATION}", "new_vehicle": "new vehicle", "odometerMileage": "{DISTANCE} {UNITS} odometer", "odometerThreshold": "Less than {DISTANCE} {UNITS} odometer", "orderDepositNoTransportFee": "No est. transportation fee to your nearest <span class='tds-link tds-text_color--black' data-action-trigger='{TRIGGER}'>delivery location</span>", "orderDepositNoTransportFeeRedesign": "No est. transportation fee to your nearest {BUTTON_START}delivery location{BUTTON_END}", "orderDepositTransportFee": "{TRANSPORT_FEE} est. transportation fee to your nearest <span class='tds-link tds-text_color--black' data-action-trigger='{TRIGGER}'>delivery location</span>", "orderDepositTransportFeeRedesign": "{TRANSPORT_FEE} est. transportation fee to your nearest {BUTTON_START}delivery location{BUTTON_END}", "price_valid_disclaimer": { "disclaimer__CO__new": "Prices valid until 4pm", "disclaimer__CO__used": "Prices valid until midnight" }, "rangeDisclaimer": "Range figures based on testing new vehicles to {RANGE_STANDARD} standards. Vehicle range may change depending on battery age and condition, vehicle configuration, driving style, environmental and climate conditions.", "rangeEstLabel": "Range (est.)", "rangeLabel": "Range<br />({RANGE_STANDARD} est.)", "requestCallback": "For more information on this {MODEL_NAME}, <a href='{LINK}' target='_blank'>request a callback.</a>", "requestCallbackLabel": "For more information on this {MODEL_NAME}, {BUTTON_START}request a callback.{BUTTON_END}", "requestCallbackTitle": "Request a Callback ", "requestCallback_agreement": "I agree to be contacted at the number and email address provided with more information or offers about Tesla products. I understand these calls, emails or texts may use computer-assisted dialing or pre-recorded messages. This consent is not a condition of purchase.", "requestCallback_error": "The website encountered an unexpected error. Please try again later.", "requestCallback_success": "We've received your request. A Tesla Advisor will contact you soon.", "requestCallback_title_error": "An error has occurred", "requestCallback_title_success": "Thank You", "standard": { "EPA": "EPA", "NEDC": "NEDC", "WLTP": "WLTP" }, "used": "Used", "usedVehicle": "Used Vehicle", "used_vehicle": "Used Tesla", "vehicleLocationDisclaimer": "Available for pickup in {CITY}", "vehicleUnavailable": "This Vehicle is No Longer Available", "vehicleUnavailableBrowseOther": "The vehicle you were looking at is no longer available at the selected location or was sold out. You can try changing the delivery location or browse for other available inventory.", "view": "View" }, "deliveryRegionDisclaimer": "Available for delivery and registration in {LOCATION}", "premiumConnectivity": { "caraoke": "Caraoke", "description": "This {MODEL} comes with a {TRIAL}, with an ability to subscribe for {PRICE} per month after the trial ends. Accessible by the expansive center display, Premium Connectivity features include:", "disclaimer": "<i>*New features that become available after delivery may be subject to additional charges.</i>", "internetBrowser": "Internet browser", "musicStreaming": "In-car internet streaming music and media", "satelliteMaps": "Satellite maps with live traffic visualization", "subscription": 9.99, "videoStreaming": "Video streaming" }, "rangeDisclaimer": { "description": "This vehicle was built with a battery pack manufactured as early as 2017. While this pack was brand new when the vehicle was built, the cells have reduced capacity due to their age and you can expect up to 12% reduction in range from current production specifications.", "disclaimer": "Range figures may be up to 12% lower due to battery age.", "title": "Range Disclosure" }, "recall": { "description": "This vehicle may be subject to an open recall. <a href='{LINK}' className='tds-link' target='_blank' rel='noopener noreferrer'>Search for Recalls</a>", "disclaimer": "May be subject to an <a href='{LINK}' className='tds-link' target='_blank' rel='noopener noreferrer'>open recall</a>.", "title": "Recall Information" }, "registration": { "previouslyRegistered": "Previously registered" }, "vehicleDetails": { "conditionNotificationLabel": "Vehicle Condition Notification", "currentRegistrationDate": "", "deliveryStandard": "*For reference only", "deliveryStandardLabel": "Delivery Standard", "expiration": "Registration Expiration", "firstRegistered": "First Registration Date", "firstRegisteredOn": "First Registered On: {DATE}", "label": "Vehicle Details", "licensePlateNumber": "License Plate Number", "manufactureDate": "Manufacturing Date", "margin": "VAT non-reclaimable", "registrationCount": "", "registrationCountry": "Registration Country", "registrationState": "Registration State", "registrationStatus": "", "registrationValue": "", "sedan": "Sedan", "suv": "SUV", "testReport": "Third Party Test Report", "tradeInType": "", "vat": "VAT Reclaimable", "vehicleType": "Vehicle Type" }, "vehicleHistory": { "clean": { "content": "A third party vehicle history report contains no reported accident(s)/damage on this vehicle. Repairs may have been performed by a third party or Tesla and completed to Tesla\u2019s mechanical and cosmetic standards.", "label": "No Reported Accidents/Damage", "modalLink": "<span class=\"tds-link\">No Reported Accidents/Damage</span>", "modalTitle": "No Reported Accidents/Damage" }, "damage": { "content": "This vehicle has a reported previous accident and was repaired to Tesla's standards.", "content_alt": "A third party vehicle history report may have reported accident(s)/damage on this vehicle. Repairs have been performed by a third party or Tesla and completed to Tesla\u2019s mechanical and cosmetic standards.", "description": "This vehicle was damaged after leaving the factory and has been professionally repaired back to factory standards.", "disclaimer": "<a data-cfg-type=\"repair-disclosure\" target=\"{LINK_TARGET}\" href=\"{REPAIR_DOCUMENT_URL}\">Repair Disclosure</a>", "label": "Previously Repaired", "modalLink": "<span class=\"tds-link\">Previously Repaired</span>", "title": "Repaired to Factory Standards" }, "demo": { "content": "Every Demo/Previous-Demo Tesla has passed an internal inspection and may undergo light repairs to be prepared for sale. Normal wear and tear indicative of the age and mileage of the car should be expected.", "label": "Demonstration Vehicle", "title": "Demonstration Vehicle Cosmetic Standards" }, "disclaimer": "Comprehensive inspection and repairs completed as per Tesla standards" }, "warranties": { "additionalDetails__new": "For additional details, please review the <b><a href='{LINK}' target='_blank'>New Vehicle Limited Warranty.</a><b/>", "additionalDetails__used": "For additional details, please review the <b><a href='{LINK}' target='_blank'>Used Vehicle Limited Warranty.</a><b/>", "basicLimitedWarranty__new": "The Basic Limited Vehicle Warranty provides coverage up to {WARRANTY_YEAR} years or {WARRANTY_MILE} {UNITS}, whichever comes first.", "basicLimitedWarranty__used": "Vehicles that are still covered under the original Basic Vehicle Limited Warranty will have their coverage extended by {LIMITED_WARRANTY_YEAR} year or {LIMITED_WARRANTY_MILE} {UNITS}, whichever comes first upon expiration of the original warranty.", "batteryAndDriveWarranty__new": "The Battery and Drive Unit Limited Warranty provides coverage up to {WARRANTY_BATTERY_YEAR} years or {WARRANTY_BATTERY_MILE} {UNITS}, whichever comes first.", "batteryAndDriveWarranty__used": "The balance of the original Battery and Drive Unit and Supplemental Restraint System Limited Warranties will apply for used vehicles.", "batteryDriveWarranty": "Battery and Drive Unit Limited Warranty", "description__new": "<p>Your new vehicle is covered by the New Vehicle Limited Warranty, which includes the Basic Vehicle Limited Warranty, the Supplemental Restraint System Limited Warranty and the Battery and Drive Unit Limited Warranty.</p>", "description__used": "<p>The Used Vehicle Limited Warranty gives additional peace of mind to owners of used vehicles purchased directly from Tesla.</p><p>All used vehicles purchased directly from Tesla will be covered by the Used Vehicle Limited Warranty.</p>", "expirationBatteryUnlimited": "{DATE} / unlimited mileage", "expiration__demo": "{DATE} / {MILEAGE} total {UNITS}", "expiration__new": "{YEARS} Years / {MILEAGE} total {UNITS}", "expiration__used": "{DATE} / {MILEAGE} total {UNITS}", "expiration_single_year__new": "{YEARS} Year / {MILEAGE} total {UNITS}", "label": "Warranty", "label__new": "Limited Warranty", "label__used": "Basic Vehicle Limited Warranty", "modalTitle__new": "Limited Warranty", "modalTitle__used": "Used Vehicle Limited Warranty", "supplementalWarranty__new": "The Supplemental Restraint System Warranty provides coverage up to 5 years or 60,000 {UNITS}, whichever comes first.", "supplementalWarranty__used": "Vehicles no longer covered by the original Basic Vehicle Limited Warranty will receive coverage up to {LIMITED_WARRANTY_YEAR} year or {LIMITED_WARRANTY_MILE} {UNITS}, whichever comes first starting from your delivery date.", "usedExpiration": "{YEARS} year / {MILEAGE} {UNITS}", "usedExpiration__limited": "Additional {YEARS} year / {MILEAGE} {UNITS}", "usedLabel": "Used Vehicle Limited Warranty", "usedStartDate": "Starting from your delivery date", "usedStartDate__limited": "Begins after Basic Vehicle Limited Warranty expires", "warrantyPeriod__demo": "The warranty period for Demo vehicles begins the day the car was first put into service by Tesla and is active up to {WARRANTY_YEAR} years after this date or {WARRANTY_MILE} total {UNITS}, whichever comes first." } }, "Lease": { "m3": { "description": "The leasing calculator provides information about the price of the car if you participate in Tesla leasing. The calculator does not include taxes or fees. Please note you are subject to lease approval. You forgo the option to buy your car at the end of the lease and must return it to Tesla after the lease term. Tesla leasing is available in AL, AK, AZ, CA, CO, CT, DC, FL, GA, HI, IA, ID, IL, IN, KS, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NJ, NM, NV, NY, OH, OR, PA, RI, SD, TN, TX, UT, VA, VT, WA, WV, WY. Early termination fees apply. Fees may be charged for excessive wear plus any overage of milage at a rate of $0.25 per mile. Late payments will incur a 5% fee. Lease does not include maintenance or insurance. Security deposit not required. Complete terms will be included in Motor Vehicle Lease Agreement." }, "ms": { "description": "The leasing calculator provides information about the price of the car if you participate in Tesla leasing. The calculator does not include taxes or fees. Please note you are subject to lease approval. Tesla leasing is available in AL, AK, AZ, CA, CO, CT, DC, FL, GA, HI, IA, ID, IL, IN, KS, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NJ, NM, NV, NY, OH, OR, PA, RI, SD, TN, TX, UT, VA, VT, WA, WV, WY. Early termination fees apply. Fees may be charged for excessive wear plus any overage of milage at a rate of $0.25 per mile. Late payments will incur a 5% fee. Lease does not include maintenance or insurance. Security deposit not required. Complete terms will be included in Motor Vehicle Lease Agreement." }, "mx": { "description": "The leasing calculator provides information about the price of the car if you participate in Tesla leasing. The calculator does not include taxes or fees. Please note you are subject to lease approval. Tesla leasing is available in AL, AK, AZ, CA, CO, CT, DC, FL, GA, HI, IA, ID, IL, IN, KS, LA, MA, MD, ME, MI, MN, MO, MS, MT, NC, ND, NJ, NM, NV, NY, OH, OR, PA, RI, SD, TN, TX, UT, VA, VT, WA, WV, WY. Early termination fees apply. Fees may be charged for excessive wear plus any overage of milage at a rate of $0.25 per mile. Late payments will incur a 5% fee. Lease does not include maintenance or insurance. Security deposit not required. Complete terms will be included in Motor Vehicle Lease Agreement." }, "title": "Tesla Leasing" }, "LeftNavigation": { "package_matrix_compare": "Compare", "title__package": "First Production", "title__paint": "Next, Choose Color", "title__seat": "Choose Seat", "title__upgrade": "Choose Upgrades", "title__wheels": "Choose Wheels" }, "Lend": { "m3": { "description": "These are estimated monthly payments, available in most states. These estimates are subject to change and contingent on credit approval, term selected, available interest rates, and other factors. Your payments and rates may be higher. Additional charges such as tax, title, registration and other fees are due at signing." }, "ms": { "description": "These are estimated monthly payments, available in most states. These estimates are subject to change and contingent on credit approval, term selected, available interest rates, and other factors. Your payments and rates may be higher. Additional charges such as tax, title, registration and other fees are due at signing." }, "mx": { "description": "These are estimated monthly payments, available in most states. These estimates are subject to change and contingent on credit approval, term selected, available interest rates, and other factors. Your payments and rates may be higher. Additional charges such as tax, title, registration and other fees are due at signing." }, "my": { "description": "These are estimated monthly payments, available in most states. These estimates are subject to change and contingent on credit approval, term selected, available interest rates, and other factors. Your payments and rates may be higher. Additional charges such as tax, title, registration and other fees are due at signing." }, "title": "Tesla Lending" }, "Models": { "ct": { "short_name": "Cybertruck" }, "m3": { "short_name": "Model 3" }, "ms": { "short_name": "Model S" }, "mx": { "short_name": "Model X" }, "my": { "short_name": "Model Y" }, "name": "Select Model" }, "Navigation": { "custom_build__models": "<span class=\"custom-build--label\">OR</span><br /> Custom build Model S", "custom_build__modelx": "<span class=\"custom-build--label\">OR</span><br /> Custom build Model X", "custom_build_action_description": "May extend delivery time", "customize__choose_paint_and_interior": "Change interior pairing<span> - May extend delivery time</span>", "nextChoose": "Next," }, "OrderProgressBar": { "step__delivery_intent": "Delivery Intent", "step__delivery_profile": "Delivery Profile", "step__place_order": "Place Order" }, "Performance": { "m3": { "description": "Performance acceleration ratings are based on maximum battery power mode and follow <a href=\"{PERFORMANCE}\" target=\"LINK_TARGET\">Motor Trend's test procedure</a> of subtracting the first foot rollout time to represent drag strip performance." }, "ms": { "description": "Performance acceleration ratings are based on maximum battery power mode and follow <a href=\"{PERFORMANCE}\" target=\"LINK_TARGET\">Motor Trend's test procedure</a> of subtracting the first foot rollout time to represent drag strip performance." }, "mx": { "description": "Performance acceleration ratings are based on maximum battery power mode and follow <a href=\"{PERFORMANCE}\" target=\"LINK_TARGET\">Motor Trend's test procedure</a> of subtracting the first foot rollout time to represent drag strip performance." }, "my": { "description": "Performance acceleration ratings are based on maximum battery power mode and follow <a href=\"{PERFORMANCE}\" target=\"LINK_TARGET\">Motor Trend's test procedure</a> of subtracting the first foot rollout time to represent drag strip performance." }, "title": "Acceleration" }, "PostOrderSwap": { "AUTOPILOT": "Autopilot", "AUTOPILOT_FIRMWARE": "Autopilot", "AUTOPILOT_PACKAGE": "Autopilot", "AVAILABILITY": "Availability", "INTERIOR": "Interior", "INTERIOR_COLORWAY": "Interior", "INTERIOR_PACKAGE": "Interior", "MODEL": "Model", "PAINT": "Paint", "PICKUP_LOCATION": "Pickup Location", "PURCHASE_PRICE": "Purchase Price", "REAR_SEATS": "Seat", "SEAT": "Seat", "SPECS_ACCELERATION": "Acceleration", "SPECS_RANGE": "Range", "SPECS_TOP_SPEED": "Top Speed", "STEERING_WHEEL": "Steering Wheel", "TOWING": "Towing", "TOW_PACKAGE": "Towing", "TRIM": "Trim", "WHEELS": "Wheels", "WINTER_WHEELS": "Winter Wheels", "availableInDays": "Available in {AVAILABILITY} days", "designUnavailable": "Design Unavailable", "designUnavailableText": "The design you selected is no longer available.", "incentiveDescription": "Qualifies for federal tax credit price cap", "incentives": "Incentives", "newDesign": "New Design", "now": "Now", "orderedDesign": "Ordered Design", "selectNewDesign": "Select New Design", "selectSimilarDesign": "Select Similar Design", "showDifferencesOnly": "Show Differences Only", "similarDesign": "Similar Design" }, "Range": { "m3": { "description": "Figures based on testing {VALUE} to EPA standard. Vehicle range may vary depending on the vehicle configuration, battery age and condition, driving style and operating, environmental and climate conditions.<br><br>For additional information, please see the current version of the <a href=\"{OWNERS_MANUAL}\" target=\"LINK_TARGET\">Owner\u2019s Manual</a>. The Owner\u2019s Manual may be updated and revised as new features are introduced. Please refer to your vehicle\u2019s Owner\u2019s Manual for the most up to date information.</p>", "descriptionUnverified": "Vehicle range may vary depending on the vehicle configuration, battery age and condition, driving style and operating, environmental and climate conditions.<br><br>For additional information, please see the current version of the <a href=\"{OWNERS_MANUAL}\" target=\"LINK_TARGET\">Owner\u2019s Manual</a>. The Owner\u2019s Manual may be updated and revised as new features are introduced. Please refer to your vehicle\u2019s Owner\u2019s Manual for the most up to date information.</p>" }, "ms": { "description": "Figures based on testing {VALUE} to EPA standard. Vehicle range may vary depending on the vehicle configuration, battery age and condition, driving style and operating, environmental and climate conditions.<br><br>For additional information, please see the current version of the <a href=\"{OWNERS_MANUAL}\" target=\"LINK_TARGET\">Owner\u2019s Manual</a>. The Owner\u2019s Manual may be updated and revised as new features are introduced. Please refer to your vehicle\u2019s Owner\u2019s Manual for the most up to date information.</p>", "descriptionUnverified": "Vehicle range may vary depending on the vehicle configuration, battery age and condition, driving style and operating, environmental and climate conditions.<br><br>For additional information, please see the current version of the <a href=\"{OWNERS_MANUAL}\" target=\"LINK_TARGET\">Owner\u2019s Manual</a>. The Owner\u2019s Manual may be updated and revised as new features are introduced. Please refer to your vehicle\u2019s Owner\u2019s Manual for the most up to date information.</p>" }, "mx": { "description": "Figures based on testing {VALUE} to EPA standard. Vehicle range may vary depending on the vehicle configuration, battery age and condition, driving style and operating, environmental and climate conditions.<br><br>For additional information, please see the current version of the <a href=\"{OWNERS_MANUAL}\" target=\"LINK_TARGET\">Owner\u2019s Manual</a>. The Owner\u2019s Manual may be updated and revised as new features are introduced. Please refer to your vehicle\u2019s Owner\u2019s Manual for the most up to date information.</p>", "descriptionUnverified": "Vehicle range may vary depending on the vehicle configuration, battery age and condition, driving style and operating, environmental and climate conditions.<br><br>For additional information, please see the current version of the <a href=\"{OWNERS_MANUAL}\" target=\"LINK_TARGET\">Owner\u2019s Manual</a>. The Owner\u2019s Manual may be updated and revised as new features are introduced. Please refer to your vehicle\u2019s Owner\u2019s Manual for the most up to date information.</p>" }, "my": { "description": "Figures based on testing {VALUE} to EPA standard. Vehicle range may vary depending on the vehicle configuration, battery age and condition, driving style and operating, environmental and climate conditions.<br><br>For additional information, please see the current version of the <a href=\"{OWNERS_MANUAL}\" target=\"LINK_TARGET\">Owner\u2019s Manual</a>. The Owner\u2019s Manual may be updated and revised as new features are introduced. Please refer to your vehicle\u2019s Owner\u2019s Manual for the most up to date information.</p>", "descriptionUnverified": "Vehicle range may vary depending on the vehicle configuration, battery age and condition, driving style and operating, environmental and climate conditions.<br><br>For additional information, please see the current version of the <a href=\"{OWNERS_MANUAL}\" target=\"LINK_TARGET\">Owner\u2019s Manual</a>. The Owner\u2019s Manual may be updated and revised as new features are introduced. Please refer to your vehicle\u2019s Owner\u2019s Manual for the most up to date information.</p>" }, "title": "Range" }, "Referral": { "criteria": { "benefitsList": { "cash": "{AMOUNT} Off of Your Vehicle Price", "trial_APF1": "{DURATION} Months Enhanced Autopilot", "trial_APF2": "{DURATION} Months Full Self-Driving Capability", "trial_APPB": "{DURATION} Months Enhanced Autopilot", "trial_SC06": "{DURATION} Months Unlimited Free Supercharging" }, "condition": "Order a new {MODEL} and receive:", "disclaimer": "Promotion is tied to your Tesla Account and cannot be transferred to another vehicle, person or order, even in the case of ownership transfer. Used vehicles, business orders and vehicles used for commercial purposes are excluded from this promotion. Promotion subject to change or end at any time." }, "disclaimer__m3": "Order a new {MODEL} and take delivery by Dec 31, 2023 to be eligible for the above refer and earn program offers. Tesla does not guarantee vehicle availability or delivery by Dec 31, 2023 and will not grant exceptions. Promotion is tied to your Tesla Account and cannot be transferred to another vehicle, person or order, even in the case of ownership transfer. Used vehicles, business orders and vehicles used for commercial purposes (like taxi, rideshare and delivery services) are excluded from this promotion. Promotion subject to change or end at any time and is not stackable. Terms apply. Tesla reserves the right in its sole discretion to remove the free Supercharging from your vehicle in the event of excessive charging.", "disclaimer__my": "Order a new {MODEL} and take delivery by Dec 31, 2023 to be eligible for the above refer and earn program offers. Tesla does not guarantee vehicle availability or delivery by Dec 31, 2023 and will not grant exceptions. Promotion is tied to your Tesla Account and cannot be transferred to another vehicle, person or order, even in the case of ownership transfer. Used vehicles, business orders and vehicles used for commercial purposes (like taxi, rideshare and delivery services) are excluded from this promotion. Promotion subject to change or end at any time and is not stackable. Terms apply. Tesla reserves the right in its sole discretion to remove the free Supercharging from your vehicle in the event of excessive charging.", "discount": "Free, unlimited Supercharging", "finance_disclaimer": "Monthly payment includes {AMOUNT} referral credit", "modal_button": "DESIGN NOW", "modal_link": "I have a Model 3 reservation", "referral_applied": "Referral Applied", "referral_applied_name": "{NAME}'s Referral Applied", "referral_b_value": "You will receive {VALUE} credits once you take delivery of your car", "referral_desc": "{NAME}'s referral code gives you {SUPERCHARGER_REFERRAL_DISTANCE} free Supercharger miles.", "referral_title": "Free Supercharger Miles", "referral_title_b": "Earn with {NAME}'s Referral", "referrer_name": "Referral Bonus", "review_desc": "{NAME}'s referral code gives you {SUPERCHARGER_REFERRAL_DISTANCE} free Supercharger miles.", "review_title": "Free Supercharger Miles" }, "RefurbStandards": { "cosmetic": { "exterior": "Exterior", "exteriorList": ["Paint scratches that measure up to 4\" in one direction", "Scuffs and scrapes that measure up to 4\" in multiple directions", "Dents or dings that are less than 2\" in diameter", "Rock chips"], "glass": "Glass", "glassList": ["Pitting on windshield", "Up to one chip less than or equal to 1/2\" in diameter, not in the driver\u2019s line of sight", "Surface scratches, not in the driver's line of sight"], "interior": "Interior", "interiorList": ["Wear on upholstery or interior panels including markings, discoloration, small tears or stains up to 1\"", "Wear on entry and exit points"], "touchscreen": "Touchscreen", "touchscreenList": ["Discoloration around the screen edge or border "], "wheels": "Wheels", "wheelsList": ["Scratches, gouges, chips or dents less than 6\""] }, "cosmeticDisclaimer": "Will exhibit cosmetic imperfections", "cosmeticLabel": "Cosmetic", "mechanical": { "brakes": "Brakes", "brakesList": ["Minimum 6 mm brake pad thickness remaining"], "functional": "Functional Components ", "functionalList": ["Autopilot (if included)", "Displays", "Power-operated components", "Steering and suspension components", "Powertrain system", "Vehicle braking system", "Exterior lighting systems", "Driver controls", "Safety restraint systems", "Charging system and equipment functionality"], "repairHistory": "Repair History", "repairHistoryList": ["No evidence of structural repairs"], "tires": "Tires", "tiresList": ["Minimum 5/32\" tread remaining"] }, "mechanicalDisclaimer": "Meets Tesla's mechanical requirements", "mechanicalLabel": "Mechanical", "modalDescription": "Every used Tesla has passed an internal inspection and may undergo, or is currently undergoing, light repairs to be prepared for sale. Normal wear and tear indicative of the age and mileage of the car should be expected.", "title": "Cosmetic and Mechanical Standards" }, "RegistrationAddress": { "errors__address_INVALID": "Address could not be verified. <br/> Please make sure the address is correct and try again.", "errors__address_RECOMMENDED": "We don't recognize your address. <br />Please double check its accuracy to ensure a smooth delivery.", "label__enteredAddress": "Use Entered Address", "label__useAddressAsIs": "Use Verified Address", "label__uspsVerifiedAddress": "Use Verified Address" }, "Reservation": { "Quantity": "Quantity", "error__maxQty": "Please enter a numeric value up to {MAX_QTY}", "mt": { "FOUNDERS": "{QTY} Founders Series Roadster Reservation", "GENERAL_PRODUCTION": "{QTY} Roadster Reservation", "description": "Roadster reservations require an initial {INITIAL_AMT} credit card payment, plus a {WIRE_TRANSFER_AMT} wire transfer payment due in 10 days. Reservations are not final until the wire transfer payment is received.", "founder_label": "Founders Series Roadster", "label": "Roadster", "model_label": "Your Roadster", "title": "Select your Roadster" }, "payment_due": "Due within 10 days", "ts": { "FOUNDERS": "{QTY} Founders Series Tesla Semi Reservation", "FOUNDERS_PLURAL": "{QTY} Founders Series Tesla Semi Reservations", "GENERAL_PRODUCTION": "{QTY} Tesla Semi Reservation", "GENERAL_PRODUCTION_PLURAL": "{QTY} Tesla Semi Reservations", "description": "Tesla Semi reservations require an initial {INITIAL_AMT} credit card payment. A {WIRE_TRANSFER_AMT} wire transfer payment is required for the first Tesla Semi, plus a {ADDITIONAL_AMT} wire transfer for each additional Tesla Semi. Wire transfers are due within 10 days. Reservations are not final until the wire transfer payment is received.", "founder_label": "Founders Series Tesla Semi", "label": "Tesla Semi", "model_label": "Your Tesla Semi", "title": "Select your Tesla Semi" } }, "Returns": { "m3": { "description": "Cars eligible for return must have an odometer mileage of less than 1,000 miles at the time of return; have a New Vehicle Limited Warranty that has not been voided; have not been the subject of any submission or application for any available incentives or perks; is in new condition, without damage or abnormal wear and tear; and has not been resold or transferred to any person or entity. Returns must be completed within seven days of delivery. <a href='{LINK}' target='_blank'>Learn more</a> about return terms and conditions." }, "ms": { "description": "Cars eligible for return must have an odometer mileage of less than 1,000 miles at the time of return; have a New Vehicle Limited Warranty that has not been voided; have not been the subject of any submission or application for any available incentives or perks; is in new condition, without damage or abnormal wear and tear; and has not been resold or transferred to any person or entity. Returns must be completed within seven days of delivery. <a href='{LINK}' target='_blank'>Learn more</a> about return terms and conditions." }, "mx": { "description": "Cars eligible for return must have an odometer mileage of less than 1,000 miles at the time of return; have a New Vehicle Limited Warranty that has not been voided; have not been the subject of any submission or application for any available incentives or perks; is in new condition, without damage or abnormal wear and tear; and has not been resold or transferred to any person or entity. Returns must be completed within seven days of delivery. <a href='{LINK}' target='_blank'>Learn more</a> about return terms and conditions." }, "title": "Returns" }, "Review": { "Gas_Savings": "Gas Savings", "INITIAL_DEPOSIT": "Your Reservation Payment", "Incl_est_savings_label": "Include probable savings*", "account_company_name_label": "Company Name", "account_detail_disclaimer": "By entering my contact information above, I authorize Tesla to contact me about this request and <a className='tds-link' target='_blank' rel='noopener noreferrer' href='/legal/tesla-updates'>Tesla Updates</a> including other Tesla products, services and events. I can opt out in the Tesla app or by unsubscribing. This is not a purchase requirement.", "account_email_confirm_label": "Confirm Email Address", "account_email_confirm_text": "We won't spam you in any way", "account_email_label": "Email Address", "account_emailconfirm_label": "Confirm Email", "account_firstname_label": "First Name", "account_label": "Enter Account Details", "account_lastname_label": "Last Name", "account_password_label": "Password", "account_passwordconfirm_label": "Confirm Password", "account_phonenumber_label": "Mobile Phone Number", "applepay_payment_label": "Apple Pay", "billing_country_label": "Billing Country", "billing_zip_label": "Billing Zip Code", "billing_zip_placeholder": "", "btn_label__buy_with_cc": "BUY WITH CREDIT CARD", "btn_label__place_order": "Place Order", "btn_label__place_reservation": "Place Reservation", "cancel_update_order": "Keep my current design", "cc_ending": "ending in", "cc_exp_label": "Expiration Date", "cc_exp_placeholder": "MM / YY", "cc_name_label": "Name on Card", "cc_number_label": "Credit Card Number", "cc_save": "Back to saved card", "cvv_label": "CVV", "delivery_postal_code_disclaimer": "Confirm where this car will be registered", "disclaimer_label": { "m3": "By placing this order you agree to allow Tesla to save your credit card to pay for future services as described in the <a href='/about/legal#payment-terms-for-services' target='_blank'>payment terms</a>.", "mp": "By placing this order you agree to allow Tesla to save your credit card to pay for future services as described in the <a href='/about/legal#payment-terms-for-services' target='_blank'>payment terms</a>.", "ms": "By placing this order you agree to allow Tesla to save your credit card to pay for future services as described in the <a href='/about/legal#payment-terms-for-services' target='_blank'>payment terms</a>.", "mt": "By placing this reservation you agree to allow Tesla to save your credit card to pay for future services as described in the <a href='/about/legal#payment-terms-for-services' target='_blank'>payment terms</a>.", "mx": "By placing this order you agree to allow Tesla to save your credit card to pay for future services as described in the <a href='/about/legal#payment-terms-for-services' target='_blank'>payment terms</a>.", "my": "By placing this order you agree to allow Tesla to save your credit card to pay for future services as described in the <a href='/about/legal#payment-terms-for-services' target='_blank'>payment terms</a>.", "ts": "By placing this reservation you agree to allow Tesla to save your credit card to pay for future services as described in the <a href='/about/legal#payment-terms-for-services' target='_blank'>payment terms</a>." }, "edit": "Edit", "edit_design_label": "Edit Design", "errors__PAYMENT_FAILED": "There was a problem processing your payment. Please check and try a different payment method or contact your card issuing bank.", "errors__ccFieldsInvalid": "One or more of your credit card fields need attention", "estTotalCost": "Est. Total Cost", "est_savings_after_delivery": "Est. Savings After Delivery", "est_savings_disclaimer": "Savings are post purchase", "est_savings_label": "Probable Savings*", "est_savings_total": "Price after Est. Savings", "expected_base_price_semi": "Expected Base Price Per Semi", "expire": "Expires", "finplat_savings_label__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE": "Lease After Probable Savings", "finplat_savings_label__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE__m3": "Lease After Est. Savings", "finplat_savings_label__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE__ms": "Lease After Est. Savings", "finplat_savings_label__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE__mx": "Lease After Est. Savings", "finplat_savings_label__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE__my": "Lease After Est. Savings", "finplat_savings_label__AUTO_LOAN:LOAN:CT_PRIVATE": "Loan After Probable Savings", "finplat_savings_label__AUTO_LOAN:LOAN:CT_PRIVATE__m3": "Loan After Est. Savings", "finplat_savings_label__AUTO_LOAN:LOAN:CT_PRIVATE__ms": "Loan After Est. Savings", "finplat_savings_label__AUTO_LOAN:LOAN:CT_PRIVATE__mx": "Loan After Est. Savings", "finplat_savings_label__AUTO_LOAN:LOAN:CT_PRIVATE__my": "Loan After Est. Savings", "fuel": "Est. {NUM_FUEL_YEAR}-year gas savings", "home_address_label": "Home Address", "isDriver_label": "Is this person the driver?", "lease_savings_label": "Financing Lease after Est. Savings", "loan_savings_label": "Loan after Est. Savings", "model_label": "Your {MODEL}", "options_label": "Options", "payment_cc_billing_header": "Invoice data", "payment_cc_header": "Pay by credit card", "payment_label": "Payment", "payment_type_CC": "Credit card", "payment_type_WT": "Wire Transfer", "price_adjustment_label": "Price Adjustment", "price_estimated_short": "Est. {PRICE}", "pricing_details": "Pricing Details", "purchase_price": "Purchase Price", "regional": "{LABEL} EV rebate", "regional_qualification_link": "See if You Qualify", "savings_link_label": "See how our savings are calculated", "session_time_out_button": "GO TO MY ACCOUNT", "session_time_out_desc": "You've been timed out due to inactivity. Your updates have not been saved. To continue modifying your order, go to your account and start again.", "session_time_out_title": "Your session has timed out", "subtotal_vehicle": "Vehicle Subtotal", "summary_label": "Summary", "taxCredit": "Federal tax credit", "update_order": "Update Design", "vehicle_price": "Vehicle Price" }, "SummaryPanel": { "addMyCar": "Add my car", "addTaxesAndFees": "Add taxes and fees", "applePay": { "disclaimer": "or create an account and pay with credit card below" }, "deliveryCredit": "December 2022 Delivery Credit", "destination_fee": "Destination fee", "disclaimers": { "RefundPolicy": { "m3": "Your design can be modified after ordering, and you can return your car for a full refund within 7 days or 1,000 miles, whichever comes first. <a data-cfg-type=\"m3-return-policy\" target=\"{LINK_TARGET}\" href=\"{RETURN_POLICY_URL}\">Learn more</a>", "ms": "Your design can be modified after ordering, and you can return your car for a full refund within 7 days or 1,000 miles, whichever comes first. <a data-cfg-type=\"m3-return-policy\" target=\"{LINK_TARGET}\" href=\"{RETURN_POLICY_URL}\">Learn more</a>", "mx": "Your design can be modified after ordering, and you can return your car for a full refund within 7 days or 1,000 miles, whichever comes first. <a data-cfg-type=\"m3-return-policy\" target=\"{LINK_TARGET}\" href=\"{RETURN_POLICY_URL}\">Learn more</a>", "my": "Your design can be modified after ordering. and you can return your car for a full refund within 7 days or 1,000 miles, whichever comes first. <a data-cfg-type=\"m3-return-policy\" target=\"{LINK_TARGET}\" href=\"{RETURN_POLICY_URL}\">Learn more</a>" }, "afterTaxesAndFees": "Applied after taxes and fees", "calculator": "Calculator", "deliveryCreditDisclaimer": "If Delivered by Dec 31, 2022", "destination_fee": "Destination fee", "evLeaseIncentive": "Includes $7,500 EV lease incentive distributed across lease term", "excludingTax": "Excluding sales tax", "excludingTaxAndFee": "Excluding taxes & fees", "excludingTaxAndOtherFees": "Excluding taxes & other fees", "excludingTaxAndOtherFees__cash": "Excluding <a class=\"tds-link\" data-action-trigger=\"{TRIGGER}\">taxes & other fees</a>", "experimentalPaymentDisclaimer": "Paying with Cryptocurrency is currently experimental and may be unavailable in the future.", "incentivesAndGasSavingsDisclaimer": "Incentives & Gas Savings", "incentivesOffset": "Incentives offset your monthly payment", "includesDestinationFee": "Includes Destination fee ", "includingDestinationAndDocFee": "Includes {DESTINATION_AND_DOC_FEE} destination fee", "includingReservation": "Including reservation payment", "inventoryorderRefundPolicy": "You can return your car for a full refund within 7 days or 1,000 miles, whichever comes first. <a data-cfg-type=\"m3-return-policy\" target=\"{LINK_TARGET}\" href=\"{RETURN_POLICY_URL}\">Learn more</a>", "legalDisclaimer": { "default": "By placing this order I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} {MVPA_TYPE}</a>, <a data-cfg-type=\"terms-of-use\" target=\"{LINK_TARGET}\" href=\"{LEGAL_TERMS_URL}\">Terms of Use</a>{REPAIR_LINK}{INSPECTION_LINK} and the <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{NEW_PRIVACY_POLICY_URL}\">Privacy Notice</a>." }, "nonTransferrable": "Non-transferable.", "orderMVPA": "Order Agreement", "orderModifyAgreement": { "m3": "By modifying this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Terms of Use</a> and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "mp": "By modifying this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Pre-Order Agreement</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Terms of Use</a> and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "ms": "By modifying this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Terms of Use</a> and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "mx": "By modifying this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Terms of Use</a> and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "my": "By modifying this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Terms of Use</a> and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>." }, "orderNotRefundDeposit": "Non-refundable Order Deposit.", "orderNotRefundDepositWithTransportFee": "{FEE} Transport Fee and {ORDER_DEPOSIT} Order Deposit.<br /> Non-refundable.", "orderNotRefundShort": { "m3": "Non-refundable Order Fee", "mp": "Non-refundable Order Fee", "ms": "Non-refundable Order Fee", "mt": "Non-refundable Reservation Fee", "mx": "Non-refundable Order Fee", "my": "Non-refundable Order Fee", "ts": "Non-refundable Reservation Fee" }, "orderNotRefundShortWithTransportFee": "{FEE} Transport Fee and {ORDER_DEPOSIT} Order Fee.<br /> Non-refundable.", "orderPayment": "A {PAYMENT} payment is required to place your order.", "orderPaymentNotRefundable": { "m3": "One time order fee of {PAYMENT} due to complete your order.", "mp": "One time order fee of {PAYMENT} due to complete your order.", "ms": "One time order fee of {PAYMENT} due to complete your order.", "mt": "One time reservation fee of {PAYMENT} due to complete your reservation.", "mx": "One time order fee of {PAYMENT} due to complete your order.", "my": "One time order fee of {PAYMENT} due to complete your order.", "ts": "One time reservation fee of {PAYMENT} due to complete your reservation." }, "orderPaymentRefundable": { "m3": "Due today to complete your order: {PAYMENT}.", "mp": "Due today to complete your order: {PAYMENT}.", "ms": "Due today to complete your order: {PAYMENT}.", "mt": "Due today to complete your reservation: {PAYMENT}.", "mx": "Due today to complete your order: {PAYMENT}.", "my": "Due today to complete your order: {PAYMENT}.", "ts": "Due today to complete your reservation: {PAYMENT}." }, "orderPaymentSecRefundable": { "configurator": { "m3": "", "ms": "", "mx": "", "my": "" }, "inventory": [] }, "orderPaymentShort": "Due Today", "orderPlacementAgreement": { "ct": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Supercharger Fair Use Policy</a>, the <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Customer Privacy Agreement</a>.", "m3": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"payment-terms\" target=\"{LINK_TARGET}\" href=\"{PAYMENT_TERMS_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "m3_crypto": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{CRYPTO_ORDER_AGREEMENT_URL}\">What To Know About Cryptocurrency Payments</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "mp": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"payment-terms\" target=\"{LINK_TARGET}\" href=\"{PAYMENT_TERMS_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "mp_crypto": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Pre-Order Agreement</a>, <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{CRYPTO_ORDER_AGREEMENT_URL}\">What To Know About Cryptocurrency Payments</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "ms": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} {MVPA_TYPE}</a>, <a data-cfg-type=\"payment-terms\" target=\"{LINK_TARGET}\" href=\"{PAYMENT_TERMS_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "ms_crypto": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{CRYPTO_ORDER_AGREEMENT_URL}\">What To Know About Cryptocurrency Payments</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "mt": "By placing this order, I agree to the <a data-cfg-type=\"roadster-reservation-agreement\" target=\"{LINK_TARGET}\" href=\"{ROADSTER_RESERVATION_AGREEMENT_URL}\">Roadster Reservation Agreement</a>, <a data-cfg-type=\"payment-terms\" target=\"{LINK_TARGET}\" href=\"{PAYMENT_TERMS_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "mt_crypto": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{CRYPTO_ORDER_AGREEMENT_URL}\">What To Know About Cryptocurrency Payments</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "mx": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"payment-terms\" target=\"{LINK_TARGET}\" href=\"{PAYMENT_TERMS_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "mx_crypto": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{CRYPTO_ORDER_AGREEMENT_URL}\">What To Know About Cryptocurrency Payments</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "my": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"payment-terms\" target=\"{LINK_TARGET}\" href=\"{PAYMENT_TERMS_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "my_crypto": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{CRYPTO_ORDER_AGREEMENT_URL}\">What To Know About Cryptocurrency Payments</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "ts": "By placing this order, I agree to the <a data-cfg-type=\"semi-reservation-agreement\" target=\"{LINK_TARGET}\" href=\"{SEMI_RESERVATION_AGREEMENT_URL}\">Semi Reservation Agreement</a>, <a data-cfg-type=\"payment-terms\" target=\"{LINK_TARGET}\" href=\"{PAYMENT_TERMS_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "ts_crypto": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>, <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{CRYPTO_ORDER_AGREEMENT_URL}\">What To Know About Cryptocurrency Payments</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Terms of Use</a>{ACCESSORIES_TERMS}, and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>." }, "orderRefundPolicy": { "m3": "Your design can be modified after ordering.", "ms": "Your design can be modified after ordering.", "mx": "Your design can be modified after ordering.", "my": "Your design can be modified after ordering." }, "orderRefundShort": "Fully refundable", "orderSecondPayment": { "configurator": { "m3": "", "ms": "", "mx": "", "my": "" }, "inventory": [] }, "pickUpOnlyDisclaimer": "This {MODEL} is located in {LOCATION} and can be picked up at a local delivery center", "postOrderSwapDisclaimer": "By confirming changes, you acknowledge that your pickup location, price, and order configuration may be updated and agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Order Agreement</a>. Please review the order details before finalizing.", "preOrderPlacementAgreement": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Pre-Order Agreement</a>, <a data-cfg-type=\"supercharger-fair-use-policy\" target=\"{LINK_TARGET}\" href=\"{SUPERCHARGER_POLICY_URL}\">Supercharger Fair Use Policy</a>, the <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{NEW_PRIVACY_POLICY_URL}\">Customer Privacy Notice</a>.", "preOrderPlacementAgreement__m3": "By placing this order, I agree to the <a data-cfg-type=\"m3-order-agreement\" target=\"{LINK_TARGET}\" href=\"{ORDER_AGREEMENT_URL}\">{MODEL} Reservation Agreement</a>, <a data-cfg-type=\"legal-terms\" target=\"{LINK_TARGET}\" href=\"{LEGAL_TERMS_URL}\">Terms of Use</a> and <a data-cfg-type=\"customer-privacy-policy\" target=\"{LINK_TARGET}\" href=\"{PRIVACY_POLICY_URL}\">Privacy Notice</a>.", "referralCreditExlcuded": "Excludes {AMOUNT} referral credit", "reserveMVPA": "Pre-Order Agreement", "saveDesignAgreement": "By clicking "Save Design" I agree to be contacted at the number provided with more information or offers about Tesla products. I understand these calls or texts may use automated dialing or pre-recorded messages. This consent is not a condition of purchase.", "savingsAfterPurchase": "All savings are experienced after purchase. ", "savingsAfterPurchaseExcludeIncentive": "Savings are experienced after purchase, except for the {NAME_OF_INCENTIVE}", "shopLink": ", <a href='https://www.tesla.com/support/shop?redirect=no' target='_blank'>Accessories Terms</a>", "taxesAndFees": "Includes taxes and fees", "taxesAndFeesExcluded": "Excluding taxes and fees", "taxesAndFeesOther": "Other taxes and fees are applicable", "updatedPricingDisclaimer": "{MODEL} options and pricing may have changed since placing your initial order. By modifying your design, your order will be updated to reflect the currently available options and may be a different cost compared to your previous configuration.", "updatedPricingTitle": "Updated Pricing", "vatAmount": "Includes VAT of approx. {VAT_AMOUNT}", "vehicleLocationDisclaimer": { "EMEA": "This {MODEL} is located in {CITY} and must be picked up at a local delivery center." }, "viewDisclaimer": "View additional information" }, "down": "{DOWN} down", "error__leaseDepositExceeded": "When leasing, the down payment (including trade-in) cannot exceed 25% of the Tesla price", "est_lease_payment_label": "Est. financing lease payment", "est_payment_label": "Est. loan payment", "est_payment_label__finplat__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE": "Est. lease payment", "est_payment_label__finplat__AUTO_LOAN:LOAN:CT_PRIVATE": "Est. loan payment", "estimatePayment": "Estimate Payment", "footerLink": "Financing Details", "gasolineSavings": "Gasoline savings", "getAnEstimate": "Get an Estimate", "incentives": "Incentives", "lease__undefined": "More information about Operational Lease", "linkToFinance": "Calculate Financing", "loanAfterSavings": "Loan After Savings", "location__description": "The delivery location nearest to your Zip Code will be used to determine any applicable transportation fees", "location__header": "Delivery Location", "months": "{MONTHS} months", "netPrice__after_savings": "{INDICATOR} After Probable Savings", "netPrice__after_savings_lease_summary_modal": "", "netPrice__after_savings_loan_summary_modal": "", "netPrice__before_savings": "{INDICATOR} Purchase price", "netPrice__cash": "{INDICATOR} Purchase price", "netPrice__finplat": "Purchase price", "netPrice__finplat__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE": "Est. Lease", "netPrice__finplat__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE__inventory": "Est. Lease", "netPrice__finplat__AUTO_LOAN:LOAN:CT_PRIVATE": "Est. Loan", "netPrice__finplat__AUTO_LOAN:LOAN:CT_PRIVATE__inventory": "Est. Loan", "netPrice__lease": "{INDICATOR} Purchase price", "netPrice__loan": "{INDICATOR} Purchase price", "netPrice__savings": "{INDICATOR} after incentives & gas savings", "order_deposit": "Order Deposit", "order_fee": "Order Fee", "payment__cash": "Vehicle Price", "payment__cash__inventory": "Cash Price", "payment__finplat__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE": "Est. Lease Payment", "payment__finplat__AUTO_LEASE:OPERATIONAL_LEASE:CT_PRIVATE__inventory": "Lease Payment", "payment__finplat__AUTO_LOAN:LOAN:CT_PRIVATE": "Est. Loan Payment", "payment__finplat__AUTO_LOAN:LOAN:CT_PRIVATE__inventory": "Loan Payment", "payment__lease": "Financing Lease Payment", "payment__lease__operational_lease": "Renting Payment", "payment__loan": "Loan Payment", "price": "Price", "priceAfterSavings": "Price After Savings", "priceDetailsToggle": "See price details", "priceExcludingTax": "Price excluding sales tax", "priceIncludingSavings": "Price including savings", "rate": "{RATE}% APR", "referral": "Referral", "reservation_credit": "Original Reservation Credit", "taxAndFees": "Tax & Fees for ", "terms": "{TERMS} terms", "title": "Financial Overview", "total": "Total", "tradeInCredit": "Trade in Credit", "tradeInValue": "Trade-in Value" }, "Supercharging": { "m3": { "description": "" }, "ms": { "description": "Free Unlimited Supercharging is offered to the original buyer of this car, but is not transferrable to subsequent owners upon sale. Supercharger idle fees may still apply." }, "mx": { "description": "Free Unlimited Supercharging is offered to the original buyer of this car, but is not transferrable to subsequent owners upon sale. Supercharger idle fees may still apply." }, "title": "Free Unlimited Supercharging" }, "SupportPage": { "Disclaimers": { "error__maxVehiclePrice": "Vehicle Price cannot exceed {MAXIMUM_VEHICLEPRICE}", "error__minVehiclePrice": "Vehicle Price cannot be below {MINIMUM_VEHICLEPRICE}", "leaseDescription": "Pay only a portion of the full price with a low down payment and low monthly payments for the term of your lease. <a class=\"tds-link\" target='_blank' href='/support/financing?redirect=no'>Learn more about financing your vehicle</a>.", "loanDescription": "Finance your car purchase by paying a down payment and monthly installments until you've paid off the full price. <a class=\"tds-link\" target='_blank' href='/support/financing?redirect=no'>Learn more about financing your vehicle</a>." }, "HideDetails": "Hide Details", "ShowDetails": "Show Details", "SummaryPanel": { "acquisitionFee": "Acquisition Fee", "docFee": "Destination fee", "dueAtSigning": "Due at Signing", "estFees": "Est. Taxes and Fees", "firstMonth": "First Month Payment", "monthlyPayment": "Monthly Payment", "orderPayment": "Order Payment", "stateTaxes": { "regFee": "California Registration Fees", "saleTax": "California Sales Tax" }, "tradeIn": "Trade-in" }, "SupportFields": { "Downpayment": "Downpayment", "DownpaymentTradein": "Down Payment + Trade-in", "Miles": "Annual Miles", "TradeIn": "Trade-in", "Vehicle": "Vehicle", "VehiclePrice": "Vehicle Subtotal" }, "Title": "Financing and Leasing", "cashDisclaimer": { "description": "*Price indicated does not include taxes and fees" }, "designstudioLink": "Design Your {MODEL}", "inventoryLink": "View Inventory", "leaseDisclaimer": { "description": "*Price indicated does not include taxes and registration fees unless stated otherwise. You will be responsible for these additional taxes and fees. The payment calculations are provided for informational purposes only and may reflect assumptions that may not apply to you or loan terms for which you may not qualify. Loan approvals are valid for up to 60 days. Lease approvals are valid for up to 60 days." }, "loanDisclaimer": { "description": "*Price indicated does not include taxes and registration fees unless stated otherwise. You will be responsible for these additional taxes and fees. The payment calculations are provided for informational purposes only and may reflect assumptions that may not apply to you or loan terms for which you may not qualify. Loan approvals are valid for up to 60 days. Lease approvals are valid for up to 60 days." } }, "Survey": { "button_charging": "Charging", "button_details": "{MODEL} details", "button_faq": "View FAQs", "button_submit": "Submit", "description__invited_completed": "Make sure the address below is where you want your {MODEL} registered. The vehicle registration address must also be used for your financing application, sales tax and pick-up location.", "description__invited_pending": "Start your profile to prepare for delivery", "description__invited_waiting": "We'll notify you when your selections are available to order.", "description__notinvited_interested": "We will notify you when your {MODEL} is ready to design.<br /> Tell us more about your upcoming {MODEL} order below.", "description__notinvited_waiting": "We will notify you when these options become available.<br /> Tell us more about your upcoming {MODEL} order below.", "errors__cannotCompleteTransaction": "Sorry, we cannot complete your transaction at this time. Please try again later", "errors__configurationCouldNotBeSaved": "Sorry, your vehicle configuration could not be saved at this time. Please try again later.", "errors__registrationAddressIncomplete": "One or more registration address fields are incomplete", "errors__required": "required", "errors__surveySaveErrorMessage": "Sorry, we were not able to save your survey data. Please try again later", "errors__surveySaveErrorTitle": "Oops! Something went wrong", "errors__validFieldRequired": "a valid {FIELD_NAME} is required", "errors__waitingfor": "You must choose at least one reason for waiting", "field__address": "address", "field__address2_placeholder": "Apt, suite, unit", "field__city": "city", "field__waitingfordeliveryin_label": "To take delivery in", "field__zipcode": "zipcode", "headline__charging": "Your primary Charging Location", "headline__charging_assistance": "Do you need assistance with charging installation?", "headline__financing": "Preferred payment method", "headline__waiting": "I'm waiting for", "pickup_location__nodata": "TBD based on registration", "pickup_location__title": "Pickup location & date", "registration__city_label": "City", "registration__info": "Make sure the address below is where you want your {MODEL} registered. The vehicle registration address must also be used for your financing application, sales tax and pick-up location.", "registration__no_po_box": "P.O. Boxes are not allowed", "registration__postalcode_label": "Zip Code", "registration__state_label": "State", "registration__state_province_label": "State / Province / Region", "registration__street1_label": "Street Address", "registration__street2_label": "Apt, suite, unit", "registration__title": "Registration address", "subtitle__confirm_registration": "Confirm your registration address so we can prepare your delivery.", "success__description_invited_notify": "You will receive an email when additional configuration options become available.", "success__description_not_invited": "Deliveries are beginning in the US based on date of reservation and options selected", "success__title_invited_notify": "We'll notify you when new options become available", "success__title_not_invited": "Thanks! Your invite is coming soon", "survey__dont_know": "I don't know", "survey__home_multi_unit": "Home, an apartment or condo", "survey__home_single_unit": "Home, a single family house", "survey__work": "Work", "title__invited_completed": "Confirm your Registration Address to finalize your order.", "title__invited_waiting": "Tell us why you're waiting", "title__thanks_invited": "Thanks! We will notify you", "title__thanks_not_invited": "Thanks! Your invite is coming soon", "title__thankyou": "Thank You", "title__thankyou_for_your_order": "Thanks for you order!", "trade_in_label": "I have a trade-in", "wantsAllWheelDrive_label": "All-Wheel Drive", "wantsBaseModel_label": "Base {PRICE} {MODEL}", "wantsStandardBattery_label": "Standard Battery", "wantsWhiteInterior_label": "White Interior" }, "TaxAndFees": { "description": "Your registration address will determine your sales tax, registration and delivery fees.", "registrationAddressLabel": "Registration Address" }, "TradeIn": { "apiService__error": "Trade in value cannot be determined at this time. Please try again later.", "apiService__noValue": "Your vehicle requires a Tesla advisor to assist you in getting a trade in value during the delivery process.", "description_1": "Trading in your car may reduce your total payment and sales tax.", "description_teslaVin": "Tesla VIN disclaimer", "drivetrain": "Drivetrain", "editOptions": "Edit Options", "engine": "Engine", "error__mileage": "Invalid mileage input", "error__mileage_length": "Mileage should be limited to 6 characters", "error__postalCode": "Invalid zip code", "error__required_field": "The field is required", "error__vin": "Invalid VIN", "error__vin_tesla": "Tesla Trade-in to be completed during delivery", "estimatedCredit": "Kelley Blue Book Trade-In Value <span class=\"value\">{AMOUNT}</span>", "exotic__value": "Trade in and credits are greater than the cost of the Tesla. Final payment terms to be finalized during delivery.", "getEstimatedCredit": "Get Estimate", "kbb_disclaimer": "© {YEAR} by Kelley Blue Book Co., Inc. {START_DATE} - {END_DATE} Edition for {POSTAL_CODE} in good condition. All Rights Reserved. The specific information required to determine the value for this particular vehicle was supplied by the person generating this report. Vehicle valuations are opinions and may vary from vehicle to vehicle. Actual valuations will vary based upon market conditions, specifications, vehicle condition or other particular circumstances pertinent to this particular vehicle or the transaction or the parties to the transaction. This report is intended for the individual use of the person generating this report only and shall not be sold or transmitted to another party. Kelley Blue Book assumes no responsibility for errors or omissions", "makeLabel": "Make", "mileageLabel": "Mileage", "mileagePlaceholder": "Enter mileage", "modelLabel": "Model", "payoffAmountLabel": "Payoff Amount (Optional)", "teslaVinDisclaimer": "Existing owner? Trade in your Tesla during the delivery process.", "title": "Trade In", "transmission": "Transmission", "trimLabel": "Trim", "valuation_disclaimer_1": "Trade-in value assumes:", "valuation_disclaimer_2": "Details to be confirmed during delivery", "vinDescription": "Entering your car's VIN number will give you a more precise estimate.", "vinLabel": "VIN (Optional)", "vinPlaceholder": "Enter VIN", "yearLabel": "Year Built", "zipCodeLabel": "Postal Code", "zipPlaceholder": "Enter zip code" }, "Wheels": { "m3": { "description": "" }, "ms": { "description": "There are different advantages to the 21-inch and 19-inch wheels. For example, the 21-inch wheels generally provide increased handling whereas the 19-inch wheels wear less quickly and provide more protection from obstacles and poor road conditions." }, "mx": { "description": "There are different advantages to the 22-inch and 20-inch wheels. For example, the 22-inch wheels generally provide increased handling whereas the 20-inch wheels wear less quickly and provide more protection from obstacles and poor road conditions." }, "my": { "description": "" }, "title": "Wheels" }, "common": { "Select_Finance_Solutions": "Select Finance Solutions", "add": "Add", "add_to_order": "Add to Order", "afterSavings": "After Probable Savings", "apply": "Apply", "assistanceLink": "For immediate assistance, <a href='{LINK}' target='_blank'>please contact us.</a>", "availableForFasterPickup": "Available for faster pick up", "availablePickup": "Available for Immediate Pick Up", "back": "Back", "back_to_inventory": "Back to Inventory", "back_to_orders": "Back to Orders", "base": "Base", "buildYourModel": "Build Your {MODEL}", "buy_now": "Buy Now", "changeCar": "Change Car", "chat": "Chat", "comingSoon": "Coming Soon", "compare": "Compare", "compareDesigns": "Compare Designs", "confirm": "Confirm", "confirmChanges": "Confirm Changes", "continue": "Continue", "continue_desiging_model": "Continue Designing {MODEL}", "continue_to_payment": "Continue to Payment", "createOrder": "Create Order", "customize": "Customize", "details": "Details", "discard_changes": "Discard Changes", "done": "Done", "early": "Early", "edit": "Edit", "error": "Error", "error__invalidEmailRegion": "The email entered is already in use in another country. Please use a different email and try again.", "errors__accountTypeNotValid": "Select one option", "errors__ccNotValid": "card number is not valid", "errors__ccTypeNotSupported": "Tesla only accepts Visa, Mastercard, Discover, and Amex", "errors__checkYourAccount": "We encountered an error while processing your order. Please check <a href='/teslaaccount' target='_blank'>your account</a> before trying again.", "errors__configExpired": "There was an error processing your order due to recent product changes. Please <span class=\"tds-link\" data-action-trigger=\"{TRIGGER}\">click here</span> to refresh your browser", "errors__emailMatch": "Email addresses do not match", "errors__emailNotEqual": "Email addresses do not match", "errors__emailNotValid": "Email address is not valid", "errors__expiredCard": "Expiration date is past", "errors__firstLastNameNotValid": "Invalid name", "errors__generateRnFailure": "We are not able to create a reservation at this time. Please try again later.", "errors__genericOrderProcessing": "There was an error processing your order. <b>Please try again</b>", "errors__invalidAccountId": "Your account ID is not valid. Please contact Tesla Customer Support.", "errors__invalidCVV": "CVV is not valid for card", "errors__invalidConfig": "There was an error processing your order due to recent product changes.", "errors__invalidExpDate": "Invalid expiration date", "errors__invalidZipCode": "a valid zip code is required", "errors__maxlength": "Must have a max length of {MAXLENGTH}", "errors__minlength": "Must have a min length of {MINLENGTH}", "errors__passwordMatch": "Passwords do not match", "errors__passwordReqs": "Password must be a minimum of eight characters, one letter and one number", "errors__pattern_chamber_of_commerce": "Invalid Company Registration Number", "errors__phonenumberNotValid": "Phone number is not valid", "errors__poBoxesNotAllowed": "PO Box addresses are not allowed", "errors__required": "Required", "errors__sessionExpired": "Your session has expired. Please log in to your account.", "errors__unorderable": "This vehicle cannot be ordered at this time, try purchasing another vehicle", "errors__vatNumberNotValid": "TAX ID not valid, format: {VAT_NUMBER_FORMAT}", "for": "for", "fullyRefundable": "Fully refundable", "get_started": "Get Started", "go_back": "Go back", "hideDetails": "Hide Details", "hold": "Hold my place", "included": "Included", "includesVat": "Includes VAT", "intransitArriveSoon": "In Transit - Arriving Soon", "inventory": "Inventory", "label__testDrive": "Demo Drive", "late": "Late", "learn_more": "Learn More", "loaded": "Fully Loaded", "mid": "Mid", "monthlySymbol": "/mo", "next": "Next", "no": "No", "nonRefundable": "Non-refundable", "numMonths": "{NUM} months", "numWeeks": "{NUM} weeks", "numYears": "{NUM} years", "orderUpdated": "Order Updated", "orderWithCard": "Order with card", "orderYourModel": "Order your {MODEL}", "order_placed": "Order Placed", "paid": "Paid", "pending": "Pending", "performance": "Performance", "pickupAt": "Pickup at {LOCATION}", "potentialSavings": "Probable savings", "price": "Price", "purchasePrice": "Purchase Price", "readyForDelivery": "Ready for Delivery", "refundable": "Refundable", "reload": "Reload", "remove": "Remove", "reservationNumber": "Reservation Number", "reservation_label": "Your Reservation Payment", "reserve_today": "Reserve today", "review_changes": "Review Changes", "review_summary": "Review Summary", "salesTax": "Sales Tax", "save_and_continue": "Save & Continue", "savingsAmount": "Probable savings", "seeDetails": "See Details", "select": "Select", "selectCountry": "Select Country", "showDetails": "Show Details", "standard": "Standard", "submit": "Submit", "success": "Success", "term": "Term", "upfrontTax": "Up Front Tax", "viewAndCompare": "View & Compare", "viewAvailableInventory": "For quicker potential delivery, <a href='{LINK}' target='{LINK_TARGET}' data-cfg-type='view-available-inventory' class='tds-link'>view available inventory.</a>", "want_it": "I want it", "watch": "Watch", "week": "week", "weeks": "weeks", "yes": "Yes", "yourDesign": "Your Design", "yourModel": "Your {MODEL}" }, "customDesign": { "title": "Your {MODEL_NAME} Design" }, "share": { "copyLink": "Copy Link", "disclaimer": "By clicking \"Send\", I authorize Tesla to contact me with more information about my saved design and Tesla products, services and regional events via the contact information I provide. I understand calls or texts may use automatic or computer-assisted dialing or pre-recorded messages. Normal message and data rates apply. I can opt out at any time in the Tesla app or by <a href=\"{COMMUNICATION_URL}\" target=\"_blank\">unsubscribing</a>.", "downloadPDF": "Download PDF", "email__label": "Email Address", "email__placeholder": "Enter email address", "failMessage": "There was an error processing your request. Please try again.", "getUpdates": "Get Tesla Updates", "learnAboutUpdates": "Learn about <a href=\"{TESLA_UPDATES_URL}\" target=\"_blank\">Tesla Updates</a>", "linkCopied": "Link Copied", "send": "Send", "shareDesign": "Save Your Design", "shareDesignSubtitle": "Send your design to your email inbox", "success": "Saved Design Emailed", "successMessage": "A link to your design has been sent to your email" } } }, "common.ui": { "language": "en", "locale": "en_US", "market": "US", "requestedLocale": "en_US", "source": "TTP", "strings": { "arrowCollapse": "Arrow Collapse", "arrowExpand": "Arrow Expand", "cash": "Cash", "close": "Close", "closeModal": "Close Modal", "configurator__headLabel": "Design Your Tesla", "copyLink": "Copy Link", "done": "Done", "exampleEmail": "[email protected]", "fields": { "zipCode": "Postal Code" }, "finance": "Loan", "galleryControlNext": "Gallery Control Next", "galleryControlPrevious": "Gallery Control Previous", "hideDetails": "Hide details", "hideDisclaimer": "Hide Notes", "lease": "Lease", "lease__operational_lease": "Operational Lease", "loan": "Loan", "next": "Next", "order": "Order", "price": "Price", "readMore": "Read More", "remove": "Remove", "review_and_order": "Review & Order", "saveDesign": "Save Design", "saveDesignMessages": { "error": "There was an error saving design", "form": { "empty": "required", "invalidEmail": "not a valid email", "mailBody": "Check out my Tesla design:", "mailSubject": "My Tesla Design", "shareLink": "Enter your email to save this design and receive your shareable link.", "successDescription": "Your design is saved. We will email you the shareable link below." }, "success": "Your design was saved. Redirecting..." }, "saveSpecSheet": "Save spec sheet", "select": "Select", "selectOptions": { "false": "Select Option", "true": "Option Selected" }, "selected": "Selected", "showDisclaimer": "Show Notes", "submit": "Submit", "term": "Term", "viewDetails": "View details" } }, "common.geo": { "language": "en", "locale": "en_US", "market": "US", "requestedLocale": "en_US", "source": "TTP", "strings": [] } } };
window.tesla = { ...dataJson, ...tslaObj };
if (typeof tesla.env === 'string') {
tesla.env = JSON.parse(tesla.env);
}
tesla.env.analytics = tesla.env.analytics && 1;
if (typeof tesla.DSServices === 'string') {
tesla.DSServices = JSON.parse(tesla.DSServices);
}
if (typeof tesla.i18n === 'string') {
tesla.i18n = JSON.parse(tesla.i18n);
}
tesla.extraFinanceProducts = tesla.extraFinanceProducts && typeof tesla.extraFinanceProducts === 'string'
? JSON.parse(tesla.extraFinanceProducts ?? '{}')
: (tesla.extraFinanceProducts || {});
if (typeof tesla.extraFinanceProducts === 'object' && Object.keys(tesla.extraFinanceProducts).length > 0) {
var model = tesla.omsParams.model;
var variant = tesla.omsParams.variant;
var leaseProducts = tesla.DSServices['Lease.' + model + '.' + variant].lease;
for (var i = 0; i < leaseProducts.length; i++) {
if (leaseProducts.incomplete) {
var accountType = leaseProducts.accountType || 'business';
var aldFinanceProduct = tesla.extraFinanceProducts['ald.' + accountType] || {};
leaseProducts.incomplete = false;
aldFinanceProduct.variables = Object.assign(leaseProducts.variables, aldFinanceProduct.variables);
leaseProducts = Object.assign(leaseProducts, aldFinanceProduct);
}
}
}
var accessoriesList = tesla.accessoriesList ? tesla.accessoriesList.list : [];
tesla.accessoriesTranslations = tesla.accessoriesTranslations || {};
if (accessoriesList) {
for (var i = 0; i < accessoriesList.length; i++) {
var accessory = accessoriesList;
var options = accessory.options || [];
for (var n = 0; n < options.length; n++) {
if ('partNumber' in options[n] && tesla.accessoriesTranslations[options[n].partNumber]) {
var translation = tesla.accessoriesTranslations[options[n].partNumber];
accessory.name = translation.name || accessory.name;
accessory.description = translation.description || accessory.description;
}
}
}
}
[\QUOTE]
Sponsored
Last edited: