diff --git a/index.html b/index.html
index be62cfe..df1466a 100644
--- a/index.html
+++ b/index.html
@@ -939,6 +939,24 @@
white-space: nowrap;
}
+ .model-cell {
+ display: inline-flex;
+ align-items: center;
+ gap: 8px;
+ white-space: nowrap;
+ font-weight: 700;
+ }
+
+ .model-icon {
+ width: 20px;
+ height: 20px;
+ flex: 0 0 auto;
+ object-fit: contain;
+ border-radius: 5px;
+ background: #ffffff;
+ box-shadow: 0 0 0 1px rgba(226, 232, 240, 0.9);
+ }
+
.heat {
color: var(--ink);
background:
@@ -1805,7 +1823,7 @@
- | GPT-5.5 |
+ GPT-5.5 |
Direct chat |
+9.6 |
+38.9 |
@@ -1816,7 +1834,7 @@
+23.5 |
- | GPT-5.4 |
+ GPT-5.4 |
Direct chat |
+6.2 |
+21.1 |
@@ -1827,7 +1845,7 @@
+12.8 |
- | GPT-5.4-mini |
+ GPT-5.4-mini |
Direct chat |
+4.3 |
+11.4 |
@@ -1838,7 +1856,7 @@
+12.7 |
- | GPT-5.4-nano |
+ GPT-5.4-nano |
Direct chat |
+19.0 |
+8.2 |
@@ -1849,7 +1867,7 @@
+24.9 |
- | GPT-5.2 |
+ GPT-5.2 |
Direct chat |
+11.2 |
+18.9 |
@@ -1860,7 +1878,7 @@
+16.6 |
- | Qwen3.5-4B |
+ Qwen3.5-4B |
Direct chat |
+3.1 |
+14.6 |
@@ -1871,7 +1889,7 @@
+19.2 |
- | Qwen3.6-35B-A3B |
+ Qwen3.6-35B-A3B |
Direct chat |
+7.6 |
+9.3 |
@@ -1882,7 +1900,7 @@
+9.1 |
- | GPT-5.5 |
+ GPT-5.5 |
Codex |
+5.5 |
+57.5 |
@@ -1893,7 +1911,7 @@
+21.8 |
- | GPT-5.5 |
+ GPT-5.5 |
Claude Code |
+4.0 |
+58.3 |
diff --git a/skillopt-assets/openai.png b/skillopt-assets/openai.png
new file mode 100644
index 0000000..bd7a119
Binary files /dev/null and b/skillopt-assets/openai.png differ
diff --git a/skillopt-assets/qwen-color.png b/skillopt-assets/qwen-color.png
new file mode 100644
index 0000000..2667528
Binary files /dev/null and b/skillopt-assets/qwen-color.png differ
diff --git a/skillopt.html b/skillopt.html
index be62cfe..df1466a 100644
--- a/skillopt.html
+++ b/skillopt.html
@@ -939,6 +939,24 @@
white-space: nowrap;
}
+ .model-cell {
+ display: inline-flex;
+ align-items: center;
+ gap: 8px;
+ white-space: nowrap;
+ font-weight: 700;
+ }
+
+ .model-icon {
+ width: 20px;
+ height: 20px;
+ flex: 0 0 auto;
+ object-fit: contain;
+ border-radius: 5px;
+ background: #ffffff;
+ box-shadow: 0 0 0 1px rgba(226, 232, 240, 0.9);
+ }
+
.heat {
color: var(--ink);
background:
@@ -1805,7 +1823,7 @@
- | GPT-5.5 |
+ GPT-5.5 |
Direct chat |
+9.6 |
+38.9 |
@@ -1816,7 +1834,7 @@
+23.5 |
- | GPT-5.4 |
+ GPT-5.4 |
Direct chat |
+6.2 |
+21.1 |
@@ -1827,7 +1845,7 @@
+12.8 |
- | GPT-5.4-mini |
+ GPT-5.4-mini |
Direct chat |
+4.3 |
+11.4 |
@@ -1838,7 +1856,7 @@
+12.7 |
- | GPT-5.4-nano |
+ GPT-5.4-nano |
Direct chat |
+19.0 |
+8.2 |
@@ -1849,7 +1867,7 @@
+24.9 |
- | GPT-5.2 |
+ GPT-5.2 |
Direct chat |
+11.2 |
+18.9 |
@@ -1860,7 +1878,7 @@
+16.6 |
- | Qwen3.5-4B |
+ Qwen3.5-4B |
Direct chat |
+3.1 |
+14.6 |
@@ -1871,7 +1889,7 @@
+19.2 |
- | Qwen3.6-35B-A3B |
+ Qwen3.6-35B-A3B |
Direct chat |
+7.6 |
+9.3 |
@@ -1882,7 +1900,7 @@
+9.1 |
- | GPT-5.5 |
+ GPT-5.5 |
Codex |
+5.5 |
+57.5 |
@@ -1893,7 +1911,7 @@
+21.8 |
- | GPT-5.5 |
+ GPT-5.5 |
Claude Code |
+4.0 |
+58.3 |