Skip to content

Commit 460c56f

Browse files
bbbuggbbbugg
andauthored
🐛 fix: update input and output prices (lobehub#7094)
* 💰 fix(pricing): update input and output values of DeepSeek R1 for Volcengine API * fix(pricing): update input and output prices for Qwen 'QwQ Plus' and 'QwQ 32B' models. --------- Co-authored-by: bbbugg <daming20120101@16.com>
1 parent 54a855c commit 460c56f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/config/aiModels/qwen.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const qwenChatModels: AIChatModelCard[] = [
1616
organization: 'Qwen',
1717
pricing: {
1818
currency: 'CNY',
19-
input: 0,
20-
output: 0,
19+
input: 1.6,
20+
output: 4,
2121
},
2222
releasedAt: '2025-03-06',
2323
settings: {
@@ -253,8 +253,8 @@ const qwenChatModels: AIChatModelCard[] = [
253253
organization: 'Qwen',
254254
pricing: {
255255
currency: 'CNY',
256-
input: 0,
257-
output: 0,
256+
input: 2,
257+
output: 6,
258258
},
259259
releasedAt: '2025-03-06',
260260
type: 'chat',

src/config/aiModels/volcengine.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ const doubaoChatModels: AIChatModelCard[] = [
2020
maxOutput: 8000,
2121
pricing: {
2222
currency: 'CNY',
23-
input: 2, // 2.24 恢复原价 4, 16
24-
output: 8,
23+
input: 4,
24+
output: 16,
2525
},
2626
type: 'chat',
2727
},

0 commit comments

Comments
 (0)