From a7f7bd8d8755bed825a4dd4606559f79f8b2e094 Mon Sep 17 00:00:00 2001 From: Amolith Date: Wed, 19 Nov 2025 08:36:59 -0700 Subject: [PATCH] chore(crush): remove custom gemini provider --- dot_config/crush/crush.json | 48 ------------------------------------- 1 file changed, 48 deletions(-) diff --git a/dot_config/crush/crush.json b/dot_config/crush/crush.json index f052cf97e77753d0ac38068d5fa6d93a65b196e1..72d65eae0892c4944fc726e1d2a9245c500f01bb 100644 --- a/dot_config/crush/crush.json +++ b/dot_config/crush/crush.json @@ -66,54 +66,6 @@ "supports_attachments": true } ] - }, - "gemini": { - "name": "Google Gemini", - "id": "gemini", - "api_key": "$GEMINI_API_KEY", - "api_endpoint": "$GEMINI_API_ENDPOINT", - "type": "gemini", - "models": [ - { - "id": "gemini-3-pro-preview", - "name": "Gemini 3 Pro Preview", - "cost_per_1m_in": 1.25, - "cost_per_1m_out": 10, - "cost_per_1m_in_cached": 1.625, - "cost_per_1m_out_cached": 0.31, - "context_window": 1048576, - "default_max_tokens": 50000, - "can_reason": true, - "has_reasoning_efforts": false, - "supports_attachments": true - }, - { - "id": "gemini-2.5-pro", - "name": "Gemini 2.5 Pro", - "cost_per_1m_in": 1.25, - "cost_per_1m_out": 10, - "cost_per_1m_in_cached": 1.625, - "cost_per_1m_out_cached": 0.31, - "context_window": 1048576, - "default_max_tokens": 50000, - "can_reason": true, - "has_reasoning_efforts": false, - "supports_attachments": true - }, - { - "id": "gemini-2.5-flash", - "name": "Gemini 2.5 Flash", - "cost_per_1m_in": 0.3, - "cost_per_1m_out": 2.5, - "cost_per_1m_in_cached": 0.3833, - "cost_per_1m_out_cached": 0.075, - "context_window": 1048576, - "default_max_tokens": 50000, - "can_reason": true, - "has_reasoning_efforts": false, - "supports_attachments": true - } - ] } } }