← back to AbramsOS
chat: drop dead Gemini models from picker (Google prepay $0); adapter kept for easy re-enable (TK-11084)
8205414afe15d79be5e8e7c8ec0834252c1f343e · 2026-09-01 17:50:25 -0700 · Steve
Files touched
Diff
commit 8205414afe15d79be5e8e7c8ec0834252c1f343e
Author: Steve <steve@designerwallcoverings.com>
Date: Tue Sep 1 17:50:25 2026 -0700
chat: drop dead Gemini models from picker (Google prepay $0); adapter kept for easy re-enable (TK-11084)
---
lib/chat-registry.js | 25 +++----------------------
1 file changed, 3 insertions(+), 22 deletions(-)
diff --git a/lib/chat-registry.js b/lib/chat-registry.js
index 1532177..96e98ad 100644
--- a/lib/chat-registry.js
+++ b/lib/chat-registry.js
@@ -6,29 +6,10 @@
// visibility: 'external' lanes have their prompt REDACTED before it leaves the box.
// 'local' lanes (Ollama) may see raw PII (never leaves the network).
+// Gemini lanes removed from the picker 2026-09-01 — Google prepay is $0 (429).
+// The gemini.js adapter + the dispatch 'gemini' case are intentionally kept, so
+// re-enabling is just re-adding these two entries once the Google wallet is funded.
const MODELS = [
- {
- id: 'gemini-2.5-flash',
- label: 'Gemini 2.5 Flash',
- provider: 'gemini',
- providerModel: 'gemini-2.5-flash',
- visibility: 'external',
- contextWindow: '1M tokens',
- speed: 'fast',
- cost: '~$0.10 / 1M in · $0.40 / 1M out',
- dataNote: 'External — Google. PII is redacted before send.',
- },
- {
- id: 'gemini-2.5-pro',
- label: 'Gemini 2.5 Pro',
- provider: 'gemini',
- providerModel: 'gemini-2.5-pro',
- visibility: 'external',
- contextWindow: '1M tokens',
- speed: 'medium',
- cost: '~$1.25 / 1M in · $10 / 1M out',
- dataNote: 'External — Google. PII is redacted before send.',
- },
{
id: 'ollama-qwen3',
label: 'Qwen3 14B (local)',
← a0e1b82 chat: default lane = GPT-5.2 (funded external) instead of ol
·
back to AbramsOS
·
chat: move Model/Agent pickers to a centered top-middle nav ee61b91 →