feat(gemini): update Gemini model to 2.5 versions and add billing toggle in settings

This commit is contained in:
Alex Newman
2025-12-25 19:47:41 -05:00
parent 7827226ed6
commit 8364af1e48
6 changed files with 304 additions and 6 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ Settings are managed in `~/.claude-mem/settings.json`. The file is auto-created
| Setting | Default | Description |
|-------------------------------|---------------------------------|---------------------------------------|
| `CLAUDE_MEM_GEMINI_API_KEY` | — | Gemini API key ([get free key](https://aistudio.google.com/app/apikey)) |
| `CLAUDE_MEM_GEMINI_MODEL` | `gemini-2.0-flash-exp` | Gemini model: `gemini-2.0-flash-exp`, `gemini-1.5-flash`, `gemini-1.5-pro` |
| `CLAUDE_MEM_GEMINI_MODEL` | `gemini-2.5-flash-lite` | Gemini model: `gemini-2.5-flash-lite`, `gemini-2.5-flash`, `gemini-3-flash` |
See [Gemini Provider](usage/gemini-provider) for detailed configuration and free tier information.
-1
View File
@@ -162,7 +162,6 @@ If you hit rate limits:
### Observation Quality
If observations seem lower quality with Gemini:
- Try `gemini-1.5-pro` for more capable extraction
- Note that Claude typically produces slightly higher quality observations
- Consider using Gemini for cost savings and Claude for important projects