User reported a ~ Google Gemini bill against an expected ~ budget. Permanent ban on Gemini for this project — all LLM inference goes through claude -p --model sonnet (CLAUDE_CODE_OAUTH_TOKEN) or OPENROUTER_API_KEY as fallback. The 10 scripts in scripts/ that import google-genai/-generativeai are moved under scripts/_archived-gemini/ with a DO-NOT-RUN README. Project memory updated (feedback-no-gemini-ever.md) and the older reference note that recommended gemini-3.1-pro-preview is revoked. |
||
|---|---|---|
| .. | ||
| 08-video-analysis.py | ||
| 11-generate-case-images.py | ||
| 13-analyze-loose-images.py | ||
| 20-reanalyze-vision-gemini.py | ||
| 21-reextract-entities-gemini.py | ||
| README.md | ||
| rebuild_doc38.py | ||
| rebuild_doc65_full.py | ||
| rebuild_doc65_gemini.py | ||
| rebuild_doc65_section6.py | ||
| rebuild_doc65_section8.py | ||
Quarantine — DO NOT RUN
These scripts use the Google Gemini SDK. Gemini is permanently banned on this project after a billing incident (~$200 charged vs ~$10 expected, May 2026).
Anything that needs LLM inference here goes through Claude Code OAuth (Sonnet)
via claude -p subprocess, OR OPENROUTER_API_KEY as fallback. Never Gemini.
Kept here for archaeology only — to re-enable, port to claude -p --model sonnet
with --output-format json and add an explicit --max-cost cap.
See ~/.claude/projects/-Users-guto-ufo/memory/feedback-no-gemini-ever.md.