Commit 74b7f0bc authored by fisherdaddy's avatar fisherdaddy

chore: update openai price

parent c254f91f
...@@ -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-11-06 21:30'; const lastUpdateTime = '2024-12-18 19:56';
return ( return (
<> <>
......
...@@ -33,22 +33,34 @@ ...@@ -33,22 +33,34 @@
"outputPrice": 12 "outputPrice": 12
}, },
{ {
"name": "o1-preview", "name": "o1",
"logo": "/assets/icon/openai_small.svg", "logo": "/assets/icon/openai_small.svg",
"inputPrice": 15, "inputPrice": 15,
"outputPrice": 60 "outputPrice": 60
}, },
{
"name": "gpt-4o-mini-audio-preview",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 10,
"outputPrice": 20
},
{ {
"name": "gpt-4o-audio-preview", "name": "gpt-4o-audio-preview",
"logo": "/assets/icon/openai_small.svg", "logo": "/assets/icon/openai_small.svg",
"inputPrice": 2.5, "inputPrice": 100,
"outputPrice": 10 "outputPrice": 200
}, },
{ {
"name": "gpt-4o-realtime-preview", "name": "gpt-4o-mini-realtime-preview",
"logo": "/assets/icon/openai_small.svg", "logo": "/assets/icon/openai_small.svg",
"inputPrice": 5, "inputPrice": 10,
"outputPrice": 20 "outputPrice": 20
},
{
"name": "gpt-4o-realtime-preview",
"logo": "/assets/icon/openai_small.svg",
"inputPrice": 100,
"outputPrice": 200
} }
] ]
} }
\ No newline at end of file
...@@ -178,7 +178,7 @@ ...@@ -178,7 +178,7 @@
/* margin-top: 35px; */ /* margin-top: 35px; */
line-height: 16px; line-height: 16px;
padding-top: -11px; padding-top: -11px;
width: 80px; width: 100px;
text-align: right; text-align: right;
height: 40px; height: 40px;
word-break: break-all; word-break: break-all;
......
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