From 186e8532d0b8af22edd9f370da9874459e2e4040 Mon Sep 17 00:00:00 2001 From: fisherdaddy <wn0808040236@163.com> Date: Tue, 14 Jan 2025 18:52:55 +0800 Subject: [PATCH] feature: update vision model price --- src/data/vision-model-pricing.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/data/vision-model-pricing.json b/src/data/vision-model-pricing.json index 336431b..3b05bc4 100644 --- a/src/data/vision-model-pricing.json +++ b/src/data/vision-model-pricing.json @@ -14,6 +14,12 @@ "inputPrice": 1.5, "outputPrice": 4.5 }, + { + "name": "gemini 1.5 Flash", + "logo": "/assets/icon/google_small.svg", + "inputPrice": 0.53, + "outputPrice": 2.1 + }, { "name": "Doubao-vision-pro-32k", "logo": "/assets/icon/doubao.png", @@ -56,6 +62,18 @@ "inputPrice": 50, "outputPrice": 50 }, + { + "name": "gemini 1.5 Pro", + "logo": "/assets/icon/google_small.svg", + "inputPrice": 87.5, + "outputPrice": 35 + }, + { + "name": "claude 3.5\nSonnet", + "logo": "/assets/icon/anthropic_small.svg", + "inputPrice": 26.3, + "outputPrice": 105 + }, { "name": "o1", "logo": "/assets/icon/openai_small.svg", -- 2.18.1