From 19013222adda0a7b5c90a1039e0f38eb42e6f7f0 Mon Sep 17 00:00:00 2001 From: "Laisky.Cai" Date: Thu, 6 Feb 2025 13:16:45 +0000 Subject: [PATCH] doc: Update README for gemini-2.0-flash support and details - Update README.md to enhance clarity and support for gemini-2.0-flash features. - Include references to related pull request for better traceability. - Improve documentation of bug fixes and new features for better user understanding. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9863c47d..c4dbf59b 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Also welcome to register and use my deployed one-api gateway, which supports var - [Support gpt-4o-audio](#support-gpt-4o-audio) - [Support deepseek-reasoner \& gemini-2.0-flash-thinking-exp-01-21](#support-deepseek-reasoner--gemini-20-flash-thinking-exp-01-21) - [Support o3-mini](#support-o3-mini) + - [Support gemini-2.0-flash](#support-gemini-20-flash) - [Bug fix](#bug-fix) - [The token balance cannot be edited](#the-token-balance-cannot-be-edited) - [Whisper's transcription only charges for the length of the input audio](#whispers-transcription-only-charges-for-the-length-of-the-input-audio) @@ -116,6 +117,10 @@ type UserRequestCost struct { - [feat: extend support for o3 models and update model ratios #2048](https://github.com/songquanpeng/one-api/pull/2048) +### Support gemini-2.0-flash + +- [feat: support gemini-2.0-flash #2055](https://github.com/songquanpeng/one-api/pull/2055) + ## Bug fix ### The token balance cannot be edited