Skip to content

Commit c510cb1

Browse files
authored
deepseek-chat and deepseek-reasoner
1 parent b14b3c8 commit c510cb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llm-prices.html

+2
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ <h2>Presets</h2>
159159
'amazon-nova-micro': { name: 'Amazon Nova Micro', input: 0.035, output: 0.14 },
160160
'amazon-nova-lite': { name: 'Amazon Nova Lite', input: 0.06, output: 0.24 },
161161
'amazon-nova-pro': { name: 'Amazon Nova Pro', input: 0.8, output: 3.2 },
162+
'deepseek-chat': { name: 'DeepSeek Chat', input: 0.14, output: 0.28 },
163+
'deepseek-reasoner': { name: 'DeepSeek Reasoner', input: 0.55, output: 2.19 },
162164
};
163165

164166
function calculateCost() {

0 commit comments

Comments
 (0)