Skip to content

Commit 02917ea

Browse files
committed
feat(leapmotor): add new vehicle specifications for multiple models
- Introduced specifications for Leapmotor B01, B10, C10, C16, Lafa 5, and T03 across model years 2023 to 2025. - Added detailed information including powertrain, battery, dimensions, and performance for each model. - Included specifications for various trims and battery options, enhancing the dataset's comprehensiveness.
1 parent e4a19ce commit 02917ea

29 files changed

Lines changed: 1366 additions & 0 deletions

src/leapmotor/b01/2025/b01.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"$schema": "../../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"year": 2025,
5+
"trim": {
6+
"slug": "base",
7+
"name": "Base"
8+
},
9+
"markets": ["CN"],
10+
"availability": {
11+
"status": "production",
12+
"start_year": 2025
13+
},
14+
"powertrain": {
15+
"drivetrain": "rwd",
16+
"system_power_kw": 132,
17+
"motors": [
18+
{
19+
"position": "rear",
20+
"type": "pmsm",
21+
"power_kw": 132
22+
}
23+
]
24+
},
25+
"battery": {
26+
"chemistry": "lfp",
27+
"pack_capacity_kwh_gross": 67.1,
28+
"pack_capacity_kwh_net": 62.0,
29+
"thermal_management": "liquid",
30+
"heat_pump": true
31+
},
32+
"charge_ports": [
33+
{
34+
"kind": "combo",
35+
"connector": "ccs2",
36+
"location": {
37+
"side": "left",
38+
"position": "rear"
39+
}
40+
}
41+
],
42+
"charging": {
43+
"ac": {
44+
"max_power_kw": 11.0,
45+
"phases": 3
46+
},
47+
"dc": {
48+
"max_power_kw": 120,
49+
"architecture_voltage_class": "400v"
50+
}
51+
},
52+
"range": {
53+
"rated": [
54+
{
55+
"cycle": "cltc",
56+
"range_km": 650
57+
}
58+
]
59+
},
60+
"performance": {
61+
"acceleration_0_100_kmh_s": 7.5,
62+
"top_speed_kmh": 180
63+
},
64+
"weights": {
65+
"curb_weight_kg": 1711
66+
},
67+
"sources": [
68+
{
69+
"type": "oem",
70+
"title": "Leapmotor B01 2025 Official Specifications",
71+
"url": "https://www.leapmotor.com/b01",
72+
"accessed_at": "2025-01-28T00:00:00Z"
73+
},
74+
{
75+
"type": "press",
76+
"title": "Leapmotor B01 Wikipedia",
77+
"publisher": "Wikipedia",
78+
"url": "https://en.wikipedia.org/wiki/Leapmotor_B01",
79+
"accessed_at": "2025-01-28T00:00:00Z"
80+
}
81+
]
82+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "../../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"variant": {
5+
"slug": "160kw",
6+
"name": "160 kW",
7+
"kind": "performance_package"
8+
},
9+
"powertrain": {
10+
"system_power_kw": 160,
11+
"motors": [
12+
{
13+
"position": "rear",
14+
"power_kw": 160
15+
}
16+
]
17+
},
18+
"performance": {
19+
"acceleration_0_100_kmh_s": 6.8,
20+
"top_speed_kmh": 180
21+
},
22+
"sources": [
23+
{
24+
"type": "oem",
25+
"title": "Leapmotor B01 160 kW Variant Specifications",
26+
"url": "https://www.leapmotor.com/b01",
27+
"accessed_at": "2025-01-28T00:00:00Z"
28+
}
29+
]
30+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "../../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"variant": {
5+
"slug": "56_2kwh",
6+
"name": "56.2 kWh",
7+
"kind": "battery_upgrade"
8+
},
9+
"battery": {
10+
"pack_capacity_kwh_gross": 56.2,
11+
"pack_capacity_kwh_net": 52.0
12+
},
13+
"range": {
14+
"rated": [
15+
{
16+
"cycle": "cltc",
17+
"range_km": 510
18+
}
19+
]
20+
},
21+
"weights": {
22+
"curb_weight_kg": 1550
23+
},
24+
"sources": [
25+
{
26+
"type": "oem",
27+
"title": "Leapmotor B01 56.2 kWh Variant Specifications",
28+
"url": "https://www.leapmotor.com/b01",
29+
"accessed_at": "2025-01-28T00:00:00Z"
30+
}
31+
]
32+
}

src/leapmotor/b01/base.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"make": {
5+
"slug": "leapmotor",
6+
"name": "Leapmotor"
7+
},
8+
"model": {
9+
"slug": "b01",
10+
"name": "B01"
11+
},
12+
"vehicle_type": "passenger_car",
13+
"body": {
14+
"style": "sedan",
15+
"doors": 4,
16+
"seats": 5
17+
},
18+
"dimensions": {
19+
"length_mm": 4770,
20+
"width_mm": 1880,
21+
"height_mm": 1490,
22+
"wheelbase_mm": 2735
23+
}
24+
}

src/leapmotor/b10/2025/b10.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"$schema": "../../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"year": 2025,
5+
"trim": {
6+
"slug": "base",
7+
"name": "Base"
8+
},
9+
"markets": ["CN"],
10+
"availability": {
11+
"status": "production",
12+
"start_year": 2025
13+
},
14+
"powertrain": {
15+
"drivetrain": "rwd",
16+
"system_power_kw": 132,
17+
"motors": [
18+
{
19+
"position": "rear",
20+
"type": "pmsm",
21+
"power_kw": 132
22+
}
23+
]
24+
},
25+
"battery": {
26+
"chemistry": "lfp",
27+
"pack_capacity_kwh_gross": 67.1,
28+
"pack_capacity_kwh_net": 62.0,
29+
"thermal_management": "liquid",
30+
"heat_pump": true
31+
},
32+
"charge_ports": [
33+
{
34+
"kind": "combo",
35+
"connector": "ccs2",
36+
"location": {
37+
"side": "left",
38+
"position": "rear"
39+
}
40+
}
41+
],
42+
"charging": {
43+
"ac": {
44+
"max_power_kw": 11.0,
45+
"phases": 3
46+
},
47+
"dc": {
48+
"max_power_kw": 120,
49+
"architecture_voltage_class": "400v"
50+
}
51+
},
52+
"range": {
53+
"rated": [
54+
{
55+
"cycle": "cltc",
56+
"range_km": 600
57+
}
58+
]
59+
},
60+
"performance": {
61+
"acceleration_0_100_kmh_s": 7.8,
62+
"top_speed_kmh": 180
63+
},
64+
"weights": {
65+
"curb_weight_kg": 1756
66+
},
67+
"sources": [
68+
{
69+
"type": "oem",
70+
"title": "Leapmotor B10 2025 Official Specifications",
71+
"url": "https://www.leapmotor.com/b10",
72+
"accessed_at": "2025-01-28T00:00:00Z"
73+
},
74+
{
75+
"type": "press",
76+
"title": "Leapmotor B10 Wikipedia",
77+
"publisher": "Wikipedia",
78+
"url": "https://en.wikipedia.org/wiki/Leapmotor_B10",
79+
"accessed_at": "2025-01-28T00:00:00Z"
80+
}
81+
]
82+
}
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "../../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"variant": {
5+
"slug": "160kw",
6+
"name": "160 kW",
7+
"kind": "performance_package"
8+
},
9+
"powertrain": {
10+
"system_power_kw": 160,
11+
"motors": [
12+
{
13+
"position": "rear",
14+
"power_kw": 160
15+
}
16+
]
17+
},
18+
"performance": {
19+
"acceleration_0_100_kmh_s": 6.5,
20+
"top_speed_kmh": 180
21+
},
22+
"sources": [
23+
{
24+
"type": "oem",
25+
"title": "Leapmotor B10 160 kW Variant Specifications",
26+
"url": "https://www.leapmotor.com/b10",
27+
"accessed_at": "2025-01-28T00:00:00Z"
28+
}
29+
]
30+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"$schema": "../../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"variant": {
5+
"slug": "56_2kwh",
6+
"name": "56.2 kWh",
7+
"kind": "battery_upgrade"
8+
},
9+
"battery": {
10+
"pack_capacity_kwh_gross": 56.2,
11+
"pack_capacity_kwh_net": 52.0
12+
},
13+
"range": {
14+
"rated": [
15+
{
16+
"cycle": "cltc",
17+
"range_km": 510
18+
}
19+
]
20+
},
21+
"weights": {
22+
"curb_weight_kg": 1670
23+
},
24+
"sources": [
25+
{
26+
"type": "oem",
27+
"title": "Leapmotor B10 56.2 kWh Variant Specifications",
28+
"url": "https://www.leapmotor.com/b10",
29+
"accessed_at": "2025-01-28T00:00:00Z"
30+
}
31+
]
32+
}

src/leapmotor/b10/base.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"$schema": "../../../schema.json",
3+
"schema_version": "1.0.0",
4+
"make": {
5+
"slug": "leapmotor",
6+
"name": "Leapmotor"
7+
},
8+
"model": {
9+
"slug": "b10",
10+
"name": "B10"
11+
},
12+
"vehicle_type": "suv",
13+
"body": {
14+
"style": "crossover",
15+
"doors": 5,
16+
"seats": 5
17+
},
18+
"dimensions": {
19+
"length_mm": 4515,
20+
"width_mm": 1885,
21+
"height_mm": 1655,
22+
"wheelbase_mm": 2735
23+
}
24+
}

0 commit comments

Comments
 (0)