Skip to content

Commit d4f16ef

Browse files
committed
add gemini-flash 2.5
1 parent 1e54642 commit d4f16ef

File tree

2 files changed

+14
-11
lines changed

2 files changed

+14
-11
lines changed

AiServer/wwwroot/lib/data/ai-models.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,8 +1148,8 @@
11481148
{
11491149
"id": "gemini-flash",
11501150
"tags": [],
1151-
"website": "https://openrouter.ai/models/google/gemini-flash-1.5",
1152-
"description": "Gemini 1.5 Flash is a foundation model that performs well at a variety of multimodal tasks such as visual understanding, classification, summarization, and creating content from image, audio and video. It's adept at processing visual and text inputs such as photographs, documents, infographics, and screenshots.",
1151+
"website": "https://openrouter.ai/google/gemini-2.5-flash-preview",
1152+
"description": "Gemini 2.5 Flash is Google's state-of-the-art workhorse model, specifically designed for advanced reasoning, coding, mathematics, and scientific tasks. It includes built-in \"thinking\" capabilities, enabling it to provide responses with greater accuracy and nuanced context handling.",
11531153
"icon": "/img/models/gemini-pro.svg"
11541154
},
11551155
{
@@ -1176,10 +1176,10 @@
11761176
"vision": true
11771177
},
11781178
{
1179-
"id": "gemini-flash-2.0",
1179+
"id": "gemini-flash-2.5",
11801180
"tags": [],
1181-
"website": "https://openrouter.ai/google/gemini-2.0-flash-001",
1182-
"description": "Gemini Flash 2.0 offers a significantly faster time to first token (TTFT) compared to Gemini Flash 1.5, while maintaining quality on par with larger models like Gemini Pro 1.5. It introduces notable enhancements in multimodal understanding, coding capabilities, complex instruction following, and function calling. These advancements come together to deliver more seamless and robust agentic experiences.",
1181+
"website": "https://openrouter.ai/google/gemini-2.5-flash-preview",
1182+
"description": "Gemini 2.5 Flash is Google's state-of-the-art workhorse model, specifically designed for advanced reasoning, coding, mathematics, and scientific tasks. It includes built-in \"thinking\" capabilities, enabling it to provide responses with greater accuracy and nuanced context handling.",
11831183
"icon": "/img/models/gemini-pro.svg"
11841184
},
11851185
{
@@ -1190,10 +1190,10 @@
11901190
"icon": "/img/models/gemini-pro.svg"
11911191
},
11921192
{
1193-
"id": "gemini-flash-thinking-2.0",
1193+
"id": "gemini-flash-thinking-2.5",
11941194
"tags": [],
1195-
"website": "https://openrouter.ai/google/gemini-2.0-flash-thinking-exp:free",
1196-
"description": "Gemini 2.0 Flash Thinking Mode is an experimental model that's trained to generate the \"thinking process\" the model goes through as part of its response. As a result, Thinking Mode is capable of stronger reasoning capabilities in its responses than the base Gemini 2.0 Flash model.",
1195+
"website": "https://openrouter.ai/google/gemini-2.5-flash-preview:thinking",
1196+
"description": "Gemini 2.5 Flash is Google's state-of-the-art workhorse model, specifically designed for advanced reasoning, coding, mathematics, and scientific tasks. It includes built-in \"thinking\" capabilities, enabling it to provide responses with greater accuracy and nuanced context handling.",
11971197
"icon": "/img/models/gemini-pro.svg"
11981198
},
11991199
{

AiServer/wwwroot/lib/data/ai-types.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@
7575
"gemini-pro": "google/gemini-2.5-pro-exp-03-25:free",
7676
"gemini-pro-vision": "google/gemini-pro-vision",
7777
"gemini-pro-1.5": "google/gemini-pro-1.5",
78-
"gemini-flash": "google/gemini-flash-1.5",
79-
"gemini-flash-2.0": "google/gemini-2.0-flash-001",
78+
"gemini-flash": "google/gemini-2.5-flash-preview",
79+
"gemini-flash-2.5": "google/gemini-2.5-flash-preview",
80+
"gemini-flash-thinking-2.5": "google/gemini-2.5-flash-preview:thinking",
8081
"gemini-pro-2.5": "google/gemini-2.5-pro-preview-03-25",
8182
"gpt-3.5-turbo": "openai/gpt-3.5-turbo",
8283
"gpt-4": "openai/gpt-4",
@@ -188,7 +189,9 @@
188189
"gemini-pro-2.5": "gemini-2.5-pro-preview-03-25",
189190
"gemini-flash-2.0": "gemini-2.0-flash",
190191
"gemini-flash-lite-2.0": "gemini-2.0-flash-lite-001",
191-
"gemini-flash-thinking-2.0": "gemini-2.0-flash-thinking-exp-01-21"
192+
"gemini-flash-thinking-2.0": "gemini-2.0-flash-thinking-exp-01-21",
193+
"gemini-flash": "gemini-2.5-flash-preview-04-17",
194+
"gemini-flash-2.5": "gemini-2.5-flash-preview-04-17"
192195
}
193196
},
194197
{

0 commit comments

Comments
 (0)