Commit 90ce34bc authored by fisherdaddy's avatar fisherdaddy

feat: add new AI model pricing for Gemini 2.5 pro Preview and Claude 3.7 Sonnet in pricing data

parent f6b96aa9
...@@ -116,6 +116,12 @@ ...@@ -116,6 +116,12 @@
"inputPrice": 24, "inputPrice": 24,
"outputPrice": 24 "outputPrice": 24
}, },
{
"name": "gemini 2.5 pro Preview",
"logo": "/assets/icon/google_small.svg",
"inputPrice": 8.75,
"outputPrice": 70
},
{ {
"name": "qwen-max-32k", "name": "qwen-max-32k",
"logo": "/assets/icon/ali_small.svg", "logo": "/assets/icon/ali_small.svg",
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
"inputPrice": 0.7, "inputPrice": 0.7,
"outputPrice": 2.8 "outputPrice": 2.8
}, },
{ {
"name": "Doubao-1.5-vision-pro-32k", "name": "Doubao-1.5-vision-pro-32k",
"logo": "/assets/icon/doubao.png", "logo": "/assets/icon/doubao.png",
...@@ -74,6 +75,12 @@ ...@@ -74,6 +75,12 @@
"inputPrice": 24, "inputPrice": 24,
"outputPrice": 24 "outputPrice": 24
}, },
{
"name": "gemini 2.5 pro Preview",
"logo": "/assets/icon/google_small.svg",
"inputPrice": 8.75,
"outputPrice": 70
},
{ {
"name": "gpt-4o", "name": "gpt-4o",
"logo": "/assets/icon/openai_small.svg", "logo": "/assets/icon/openai_small.svg",
...@@ -92,6 +99,12 @@ ...@@ -92,6 +99,12 @@
"inputPrice": 87.5, "inputPrice": 87.5,
"outputPrice": 35 "outputPrice": 35
}, },
{
"name": "claude 3.7\nSonnet",
"logo": "/assets/icon/anthropic_small.svg",
"inputPrice": 26.3,
"outputPrice": 105
},
{ {
"name": "claude 3.5\nSonnet", "name": "claude 3.5\nSonnet",
"logo": "/assets/icon/anthropic_small.svg", "logo": "/assets/icon/anthropic_small.svg",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment