Skip to content

Commit dd4a29a

Browse files
authored
Merge pull request #58 from Saul-BT/patch-1
Update available Google models
2 parents 4c13247 + 079e8a6 commit dd4a29a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ OPENAI_BASE_URL="https://api.openai.com/v1"
1212

1313
# Optional: Specify the exact models to map haiku/sonnet to.
1414
# If PREFERRED_PROVIDER=google, these MUST be valid Gemini model names known to the server.
15-
# Defaults to gemini-2.5-pro-preview-03-25 and gemini-2.0-flash if PREFERRED_PROVIDER=google.
15+
# Defaults to gemini-2.5-pro and gemini-2.5-flash if PREFERRED_PROVIDER=google.
1616
# Defaults to gpt-4.1 and gpt-4.1-mini if PREFERRED_PROVIDER=openai.
1717
# These are IGNORED when PREFERRED_PROVIDER=anthropic (models are not remapped).
1818
# BIG_MODEL="gpt-4.1"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ The following OpenAI models are supported with automatic `openai/` prefix handli
127127

128128
#### Gemini Models
129129
The following Gemini models are supported with automatic `gemini/` prefix handling:
130-
- gemini-2.5-pro-preview-03-25
131-
- gemini-2.0-flash
130+
- gemini-2.5-pro
131+
- gemini-2.5-flash
132132

133133
### Model Prefix Handling
134134
The proxy automatically adds the appropriate prefix to model names:

0 commit comments

Comments
 (0)