Skip to content

Commit 31483f7

Browse files
committed
docs: update deepseek usage guide
1 parent ede5ab4 commit 31483f7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

original/2025-01-25-deepseek-use-en.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,12 @@ In one day, my Mistral account usage was as follows (Model: `mistral-large-2411`
5050
| Input | 297,429 | 0.59 |
5151

5252

53-
For model `mistral-small-2409`,
53+
For the `mistral-small-2409` model, the total usage was 1,022,407 tokens.
5454

55-
Total usage: 1,022,407 tokens
55+
Assuming 1/3 of these were input tokens and 2/3 were output tokens:
5656

57-
Assuming 1/3 are input tokens and 2/3 are output tokens:
57+
There were 340,802 input tokens and 681,605 output tokens.
5858

59-
The number of input tokens is 340,802, and the number of output tokens is 681,605.
59+
Therefore, the total cost is calculated as 340,802 * 0.2 / 1,000,000 + 681,605 * 0.6 / 1,000,000 = 0.07 + 0.41 = 0.48 USD.
6060

61-
So the total cost is 340,802 * 0.2 / 1000000 + 681,605 * 0.6 / 1000000 = 0.07 + 0.41 = 0.48 USD.
62-
63-
The Mistral console gives a total usage cost of 0.43 USD, which approximately matches our calculation.
61+
The Mistral console reports a total usage cost of 0.43 USD, which approximately matches our calculation.

0 commit comments

Comments
 (0)