Commit 96cc39b5 authored by fisherdaddy's avatar fisherdaddy

chore: update llm price for qwen-vl-plus & deepseek-v3

parent d8bc7532
...@@ -11,7 +11,7 @@ import LoadingOverlay from './LoadingOverlay'; ...@@ -11,7 +11,7 @@ import LoadingOverlay from './LoadingOverlay';
const PricingCharts = () => { const PricingCharts = () => {
useScrollToTop(); useScrollToTop();
const isLoading = usePageLoading(); const isLoading = usePageLoading();
const lastUpdateTime = '2024-12-18 19:56'; const lastUpdateTime = '2025-01-09 10:00';
return ( return (
<> <>
......
...@@ -44,18 +44,18 @@ ...@@ -44,18 +44,18 @@
"inputPrice": 0.8, "inputPrice": 0.8,
"outputPrice": 2 "outputPrice": 2
}, },
{
"name": "deepseek-\nchat-128k",
"logo": "/assets/icon/deepseek_small.jpg",
"inputPrice": 1,
"outputPrice": 2
},
{ {
"name": "gpt-4o-mini", "name": "gpt-4o-mini",
"logo": "/assets/icon/openai_small.svg", "logo": "/assets/icon/openai_small.svg",
"inputPrice": 1.05, "inputPrice": 1.05,
"outputPrice": 4.2 "outputPrice": 4.2
}, },
{
"name": "deepseek-v3",
"logo": "/assets/icon/deepseek_small.jpg",
"inputPrice": 2,
"outputPrice": 8
},
{ {
"name": "qwen-math-plus", "name": "qwen-math-plus",
"logo": "/assets/icon/ali_small.svg", "logo": "/assets/icon/ali_small.svg",
......
...@@ -26,6 +26,12 @@ ...@@ -26,6 +26,12 @@
"inputPrice": 6, "inputPrice": 6,
"outputPrice": 6 "outputPrice": 6
}, },
{
"name": "qwen-vl-plus",
"logo": "/assets/icon/ali_small.svg",
"inputPrice": 8,
"outputPrice": 8
},
{ {
"name": "GLM-4V-Plus", "name": "GLM-4V-Plus",
"logo": "/assets/icon/glm_small.svg", "logo": "/assets/icon/glm_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