File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ The following OpenAI models are supported with automatic `openai/` prefix handli
127127
128128#### Gemini Models
129129The 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
134134The proxy automatically adds the appropriate prefix to model names:
You can’t perform that action at this time.
0 commit comments