Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

87 changes: 87 additions & 0 deletions src/kia/ev6/2023/ev6.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,87 @@
{
"$schema": "../../../../schema.json",
"schema_version": "1.0.0",
"year": 2023,
"trim": {
"slug": "light_rwd",
"name": "Light RWD"
},
"markets": ["US"],
"availability": {
"status": "discontinued",
"start_year": 2023,
"end_year": 2024
},
"powertrain": {
"drivetrain": "rwd",
"system_power_kw": 125,
"motors": [
{
"position": "rear",
"type": "pmsm",
"power_kw": 125
}
]
},
"battery": {
"chemistry": "nmc",
"pack_capacity_kwh_gross": 63.7,
"pack_capacity_kwh_net": 58.0,
"thermal_management": "liquid",
"heat_pump": true,
"preconditioning": {
"supported": true,
"modes": ["route_planner"]
},
"warranty": {
"years": 10,
"distance_km": 160934
}
},
"charge_ports": [
{
"kind": "combo",
"connector": "ccs1",
"location": {
"side": "right",
"position": "rear"
}
}
],
"charging": {
"ac": {
"max_power_kw": 11.0,
"phases": 1
},
"dc": {
"max_power_kw": 100,
"architecture_voltage_class": "400v"
}
},
"range": {
"rated": [
{
"cycle": "epa",
"range_km": 373
}
]
},
"capacity": {
"cargo_l": 480,
"frunk_l": 52
},
"sources": [
{
"type": "oem",
"title": "2023 Kia EV6 Specs — Kia US",
"url": "https://www.kia.com/us/en/ev6/specs-compare",
"accessed_at": "2026-06-20T00:00:00Z"
},
{
"type": "regulatory",
"title": "2023 Kia EV6 Standard Range RWD — EPA Fuel Economy Guide",
"url": "https://www.fueleconomy.gov/feg/Find.do?action=sbs&id=46007",
"accessed_at": "2026-06-20T00:00:00Z"
}
]
}
77 changes: 77 additions & 0 deletions src/kia/ev6/2023/ev6_gt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"$schema": "../../../../schema.json",
"schema_version": "1.0.0",
"year": 2023,
"variant": {
"slug": "gt",
"name": "GT",
"kind": "performance_package"
},
"trim": {
"slug": "gt",
"name": "GT"
},
"powertrain": {
"drivetrain": "awd",
"system_power_kw": 430,
"system_torque_nm": 740,
"motors": [
{
"position": "front",
"type": "pmsm",
"power_kw": 175
},
{
"position": "rear",
"type": "pmsm",
"power_kw": 303
}
]
},
"battery": {
"pack_capacity_kwh_gross": 77.4,
"pack_capacity_kwh_net": 74.0
},
"charging": {
"dc": {
"max_power_kw": 240,
"architecture_voltage_class": "800v"
}
},
"range": {
"rated": [
{
"cycle": "epa",
"range_km": 332
}
]
},
"performance": {
"acceleration_0_100_kmh_s": 3.5,
"top_speed_kmh": 260
},
"capacity": {
"cargo_l": 490,
"frunk_l": 20
},
"v2x": {
"v2l": {
"supported": true,
"max_power_kw": 3.6
}
},
"sources": [
{
"type": "regulatory",
"title": "2023 Kia EV6 AWD GT — EPA Fuel Economy Guide",
"url": "https://www.fueleconomy.gov/feg/Find.do?action=sbs&id=46003",
"accessed_at": "2026-06-20T00:00:00Z"
},
{
"type": "oem",
"title": "2023 Kia EV6 GT Specs — Kia US",
"url": "https://www.kia.com/us/en/ev6/specs-compare",
"accessed_at": "2026-06-20T00:00:00Z"
}
]
}
77 changes: 77 additions & 0 deletions src/kia/ev6/2023/ev6_long_range.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
{
"$schema": "../../../../schema.json",
"schema_version": "1.0.0",
"year": 2023,
"variant": {
"slug": "long_range",
"name": "Long Range",
"kind": "battery_upgrade"
},
"trim": {
"slug": "wind_rwd",
"name": "Wind RWD"
},
"powertrain": {
"drivetrain": "rwd",
"system_power_kw": 168,
"system_torque_nm": 350,
"motors": [
{
"position": "rear",
"type": "pmsm",
"power_kw": 168,
"torque_nm": 350
}
]
},
"battery": {
"pack_capacity_kwh_gross": 77.4,
"pack_capacity_kwh_net": 74.0
},
"charging": {
"dc": {
"max_power_kw": 233,
"architecture_voltage_class": "800v"
}
},
"range": {
"rated": [
{
"cycle": "epa",
"range_km": 499
}
]
},
"performance": {
"acceleration_0_100_kmh_s": 7.3,
"top_speed_kmh": 185
},
"weights": {
"curb_weight_kg": 1985
},
"capacity": {
"cargo_l": 480,
"frunk_l": 52,
"towing_braked_kg": 1600
},
"v2x": {
"v2l": {
"supported": true,
"max_power_kw": 3.6
}
},
"sources": [
{
"type": "regulatory",
"title": "2023 Kia EV6 Long Range RWD — EPA Fuel Economy Guide",
"url": "https://www.fueleconomy.gov/feg/Find.do?action=sbs&id=46006",
"accessed_at": "2026-06-20T00:00:00Z"
},
{
"type": "testing_org",
"title": "Kia EV6 Long Range 2WD — EV Database",
"url": "https://ev-database.org/car/1481/Kia-EV6-Long-Range-2WD",
"accessed_at": "2026-06-20T00:00:00Z"
}
]
}
82 changes: 82 additions & 0 deletions src/kia/ev6/2023/ev6_long_range_awd.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
{
"$schema": "../../../../schema.json",
"schema_version": "1.0.0",
"year": 2023,
"variant": {
"slug": "long_range_awd",
"name": "Long Range AWD",
"kind": "battery_upgrade"
},
"trim": {
"slug": "wind_awd",
"name": "Wind AWD"
},
"powertrain": {
"drivetrain": "awd",
"system_power_kw": 239,
"system_torque_nm": 605,
"motors": [
{
"position": "front",
"type": "pmsm",
"power_kw": 74
},
{
"position": "rear",
"type": "pmsm",
"power_kw": 165,
"torque_nm": 605
}
]
},
"battery": {
"pack_capacity_kwh_gross": 77.4,
"pack_capacity_kwh_net": 74.0,
"cell_count": 384
},
"charging": {
"dc": {
"max_power_kw": 233,
"architecture_voltage_class": "800v"
}
},
"range": {
"rated": [
{
"cycle": "epa",
"range_km": 454,
"notes": "19-inch wheels; 20-inch wheels rated at 406 km (252 miles)"
}
]
},
"performance": {
"acceleration_0_100_kmh_s": 5.2,
"top_speed_kmh": 185
},
"capacity": {
"cargo_l": 490,
"frunk_l": 20,
"towing_braked_kg": 1800,
"towing_unbraked_kg": 750
},
"v2x": {
"v2l": {
"supported": true,
"max_power_kw": 3.6
}
},
"sources": [
{
"type": "regulatory",
"title": "2023 Kia EV6 Long Range AWD (19-inch) — EPA Fuel Economy Guide",
"url": "https://www.fueleconomy.gov/feg/Find.do?action=sbs&id=46004",
"accessed_at": "2026-06-20T00:00:00Z"
},
{
"type": "regulatory",
"title": "2023 Kia EV6 Long Range AWD (20-inch) — EPA Fuel Economy Guide",
"url": "https://www.fueleconomy.gov/feg/Find.do?action=sbs&id=46005",
"accessed_at": "2026-06-20T00:00:00Z"
}
]
}
Loading