Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ai-box
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
青山
ai-box
Commits
96cc39b5
Commit
96cc39b5
authored
Jan 09, 2025
by
fisherdaddy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update llm price for qwen-vl-plus & deepseek-v3
parent
d8bc7532
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
7 deletions
+13
-7
PricingCharts.jsx
src/components/PricingCharts.jsx
+1
-1
llm-pricing.json
src/data/llm-pricing.json
+6
-6
vision-model-pricing.json
src/data/vision-model-pricing.json
+6
-0
No files found.
src/components/PricingCharts.jsx
View file @
96cc39b5
...
@@ -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
=
'202
4-12-18 19:56
'
;
const
lastUpdateTime
=
'202
5-01-09 10:00
'
;
return
(
return
(
<>
<>
...
...
src/data/llm-pricing.json
View file @
96cc39b5
...
@@ -44,18 +44,18 @@
...
@@ -44,18 +44,18 @@
"inputPrice"
:
0.8
,
"inputPrice"
:
0.8
,
"outputPrice"
:
2
"outputPrice"
:
2
},
},
{
"name"
:
"deepseek-
\n
chat-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"
,
...
...
src/data/vision-model-pricing.json
View file @
96cc39b5
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment