mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-02-12 09:12:50 +00:00
docs: remove Gemini 3 Pro from supported router models
This commit is contained in:
@@ -24,10 +24,10 @@ ANTHROPIC_API_KEY=your-api-key-here
|
||||
|
||||
# --- OpenRouter (access Gemini 3 models via single API) ---
|
||||
# OPENROUTER_API_KEY=sk-or-your-openrouter-key
|
||||
# ROUTER_DEFAULT=openrouter,google/gemini-3-pro-preview
|
||||
# ROUTER_DEFAULT=openrouter,google/gemini-3-flash-preview
|
||||
|
||||
# =============================================================================
|
||||
# Available Models
|
||||
# =============================================================================
|
||||
# OpenAI: gpt-5.2, gpt-5-mini
|
||||
# OpenRouter: google/gemini-3-pro-preview, google/gemini-3-flash-preview
|
||||
# OpenRouter: google/gemini-3-flash-preview
|
||||
|
||||
@@ -282,7 +282,7 @@ Shannon supports routing Claude Agent SDK requests through alternative LLM provi
|
||||
| Provider | Models | Use Case |
|
||||
|----------|--------|----------|
|
||||
| OpenAI | `gpt-5.2`, `gpt-5-mini` | Good tool use, balanced cost/performance |
|
||||
| OpenRouter | `google/gemini-3-pro-preview`, `google/gemini-3-flash-preview` | Access to Gemini 3 models via single API |
|
||||
| OpenRouter | `google/gemini-3-flash-preview` | Access to Gemini 3 models via single API |
|
||||
|
||||
**Configuration (in .env):**
|
||||
```bash
|
||||
@@ -292,7 +292,7 @@ ROUTER_DEFAULT=openai,gpt-5.2
|
||||
|
||||
# OpenRouter
|
||||
OPENROUTER_API_KEY=sk-or-your-key
|
||||
ROUTER_DEFAULT=openrouter,google/gemini-3-pro-preview
|
||||
ROUTER_DEFAULT=openrouter,google/gemini-3-flash-preview
|
||||
```
|
||||
|
||||
**Note:** Shannon is optimized for Anthropic's Claude models. Alternative providers are useful for cost savings during development but may produce varying results.
|
||||
|
||||
@@ -285,7 +285,7 @@ Shannon can route requests through alternative AI providers using [claude-code-r
|
||||
|----------|--------|
|
||||
| **Anthropic** | Claude Sonnet 4 |
|
||||
| **OpenAI** | gpt-5.2, gpt-5-mini |
|
||||
| **OpenRouter** | google/gemini-3-pro-preview, google/gemini-3-flash-preview |
|
||||
| **OpenRouter** | google/gemini-3-flash-preview |
|
||||
|
||||
#### Disclaimer
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
"api_base_url": "https://openrouter.ai/api/v1/chat/completions",
|
||||
"api_key": "$OPENROUTER_API_KEY",
|
||||
"models": [
|
||||
"google/gemini-3-pro-preview",
|
||||
"google/gemini-3-flash-preview"
|
||||
],
|
||||
"transformer": {
|
||||
|
||||
Reference in New Issue
Block a user