Merge pull request #108 from gnanam1990/fix/openrouter-gemini-model-id-103

docs: replace stale OpenRouter Gemini example
This commit is contained in:
Kevin Codex
2026-04-02 16:44:06 +08:00
committed by GitHub

View File

@@ -122,9 +122,13 @@ export OPENAI_MODEL=deepseek-chat
export CLAUDE_CODE_USE_OPENAI=1
export OPENAI_API_KEY=sk-or-...
export OPENAI_BASE_URL=https://openrouter.ai/api/v1
export OPENAI_MODEL=google/gemini-2.0-flash
export OPENAI_MODEL=google/gemini-2.0-flash-001
```
OpenRouter model availability changes over time. If a model stops working,
pick another currently available OpenRouter model before assuming the
OpenAI-compatible setup is broken.
### Ollama (local, free)
```bash