From b5c55a03cf052d24a81383d61b00f49609e8c22c Mon Sep 17 00:00:00 2001 From: "Laisky.Cai" Date: Sun, 12 Jan 2025 04:24:12 +0000 Subject: [PATCH] docs: update README to include support for Vertex Imagen3 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f9fce78c..7e0010d0 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Fully compatible with the upstream version, can be used directly by replacing th - [Support replicate chat models](#support-replicate-chat-models) - [Support OpenAI O1/O1-mini/O1-preview](#support-openai-o1o1-minio1-preview) - [Get request's cost](#get-requests-cost) + - [Support Vertex Imagen3](#support-vertex-imagen3) - [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) @@ -90,6 +91,10 @@ type UserRequestCost struct { } ``` +### Support Vertex Imagen3 + +- [feat: support vertex imagen3 #2030](https://github.com/songquanpeng/one-api/pull/2030) + ## Bug fix ### The token balance cannot be edited