From 24761c2ce55e534bcb1c21791fba7efed0203f1e Mon Sep 17 00:00:00 2001 From: Martial BE Date: Wed, 13 Mar 2024 14:51:37 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20modify:=20update=20ali=20billing?= =?UTF-8?q?=20rates=20(#105)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/model-ratio.go | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/common/model-ratio.go b/common/model-ratio.go index 877c7147..8db6920f 100644 --- a/common/model-ratio.go +++ b/common/model-ratio.go @@ -128,11 +128,13 @@ func init() { // ¥0.008 / 1k tokens "qwen-turbo": {[]float64{0.5715, 0.5715}, ChannelTypeAli}, // ¥0.02 / 1k tokens - "qwen-plus": {[]float64{1.4286, 1.4286}, ChannelTypeAli}, - "qwen-max": {[]float64{1.4286, 1.4286}, ChannelTypeAli}, - "qwen-max-longcontext": {[]float64{1.4286, 1.4286}, ChannelTypeAli}, - "qwen-vl-plus": {[]float64{0.5715, 0.5715}, ChannelTypeAli}, - "qwen-vl-max": {[]float64{0.5715, 0.5715}, ChannelTypeAli}, + "qwen-plus": {[]float64{1.4286, 1.4286}, ChannelTypeAli}, + "qwen-vl-max": {[]float64{1.4286, 1.4286}, ChannelTypeAli}, + // 0.12元/1,000tokens + "qwen-max": {[]float64{8.5714, 8.5714}, ChannelTypeAli}, + "qwen-max-longcontext": {[]float64{8.5714, 8.5714}, ChannelTypeAli}, + // 0.008元/1,000tokens + "qwen-vl-plus": {[]float64{0.5715, 0.5715}, ChannelTypeAli}, // ¥0.0007 / 1k tokens "text-embedding-v1": {[]float64{0.05, 0.05}, ChannelTypeAli},