diff --git a/docs/index.html b/docs/index.html
index 13c621c..10b4cc5 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -232,6 +232,7 @@
| 10 | Gemini 3.1 ProGoogle | $66K | 1/3 |
| 11 | GPT-5.4 NanoOpenAI | $39K | 1/3 |
| 12 | Grok 4.20 BetaxAI | $25K | 2/3 |
+ | 13 | Gemma 4 31BGoogle | $0 | 3/3 |
| - | Greedy BotBaseline | $0 | 3/3 |
@@ -390,6 +391,7 @@ const MODEL_CONFIG = {
'gemini-3.1-pro-preview': { name: 'Gemini 3.1 Pro', color: '#00d4aa', width: 2, logo: 'static/images/logos/gemini-color.png' },
'gpt-5.4-nano': { name: 'GPT-5.4 Nano', color: '#ff8c42', width: 2, logo: 'static/images/logos/openai_logo_icon_248315.png' },
'grok-4.20-beta': { name: 'Grok 4.20 Beta', color: '#69db7c', width: 2, logo: 'static/images/logos/grok.png' },
+ 'gemma-4-31b-it': { name: 'Gemma 4 31B', color: '#4285f4', width: 2, logo: 'static/images/logos/gemini-color.png' },
'greedy_bot': { name: 'Greedy Bot', color: '#ff4b6e', width: 1.5, logo: null },
};
@@ -474,7 +476,7 @@ const MONTH_KEYS = ['2025-01','2025-02','2025-03','2025-04','2025-05','2025-06',
const SORT_ORDER = [
'claude-opus-4-6','glm-5','gpt-5.4','kimi-k2.5','gemini-3-flash-preview',
'gemini-3.1-flash-lite-preview','gpt-5.4-mini','claude-sonnet-4-6',
- 'qwen3.5-397b','gemini-3.1-pro-preview','gpt-5.4-nano','grok-4.20-beta','greedy_bot'
+ 'qwen3.5-397b','gemini-3.1-pro-preview','gpt-5.4-nano','grok-4.20-beta','gemma-4-31b-it','greedy_bot'
];
let fundsChart = null;
diff --git a/docs/static/data.json b/docs/static/data.json
index f9af87e..ef32076 100644
--- a/docs/static/data.json
+++ b/docs/static/data.json
@@ -180,5 +180,19 @@
"2025-10": 47249.363333333335,
"2025-11": 36218.026666666665,
"2025-12": 24874.28
+ },
+ "gemma-4-31b-it": {
+ "2025-01": 242218.68,
+ "2025-02": 209277.07,
+ "2025-03": 162886.96,
+ "2025-04": 133438.52,
+ "2025-05": 95965.98,
+ "2025-06": 55114.41,
+ "2025-07": 33459.95,
+ "2025-08": 52345.86,
+ "2025-09": 3720.6,
+ "2025-10": 0.0,
+ "2025-11": 0.0,
+ "2025-12": 0.0
}
}
\ No newline at end of file