Skip to content

Commit f528e11

Browse files
authored
1 parent 5adf893 commit f528e11

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

llm-prices.html

+12
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,18 @@ <h2>Preset prices (all per million tokens)</h2>
177177
}
178178
},
179179
'deepseek-reasoner': { name: 'DeepSeek Reasoner', input: 0.55, output: 2.19 },
180+
'pixtral-12b': { name: 'Pixtral 12B', input: 0.15, output: 0.15 },
181+
'mistral-small-latest': { name: 'Mistral Small 3.1', input: 0.1, output: 0.3 },
182+
'mistral-nemo': { name: 'Mistral NeMo', input: 0.15, output: 0.15 },
183+
'open-mistral-7b': { name: 'Mistral 7B', input: 0.25, output: 0.25 },
184+
'open-mixtral-8x7b': { name: 'Mixtral 8x7B', input: 0.7, output: 0.7 },
185+
'open-mixtral-8x22b': { name: 'Mixtral 8x22B', input: 2, output: 6 },
186+
'mistral-large-latest': { name: 'Mistral Large 24.11', input: 2, output: 6 },
187+
'pixtral-large-latest': { name: 'Pixtral Large', input: 2, output: 6 },
188+
'mistral-saba-latest': { name: 'Mistral Saba', input: 0.2, output: 0.6 },
189+
'codestral-latest': { name: 'Codestral', input: 0.3, output: 0.9 },
190+
'ministral-8b-latest': { name: 'Ministral 8B 24.10', input: 0.1, output: 0.1 },
191+
'ministral-3b-latest': { name: 'Ministral 3B 24.10', input: 0.04, output: 0.04 },
180192
};
181193

182194
function calculateCost() {

0 commit comments

Comments
 (0)