Skip to content

Commit 711d0b6

Browse files
oxyplayolegklimov
authored andcommitted
Update usage-based-pricing.md
1 parent e6a0868 commit 711d0b6

File tree

1 file changed

+20
-30
lines changed

1 file changed

+20
-30
lines changed

docs/src/content/docs/introduction/usage-based-pricing.md

Lines changed: 20 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -27,58 +27,51 @@ Refact.ai uses a usage-based pricing system with coins. This page explains how c
2727
<th>Model</th>
2828
<th>Input Tokens</th>
2929
<th>Output Tokens</th>
30-
<th>Cache Write</th>
3130
<th>Cache Read</th>
32-
<th>Think Tokens</th>
31+
<th>Cache Write</th>
3332
</tr>
3433
</thead>
3534
<tbody>
3635
<tr>
3736
<td>GPT-4o</td>
38-
<td data-coins="5000" data-dollars="5">$5.00</td>
39-
<td data-coins="15000" data-dollars="15">$15.00</td>
40-
<td>-</td>
41-
<td>-</td>
37+
<td data-coins="2500" data-dollars="2.50">$2.50</td>
38+
<td data-coins="10000" data-dollars="10.00">$10.00</td>
39+
<td data-coins="1250" data-dollars="1.25">$1.25</td>
4240
<td>-</td>
4341
</tr>
4442
<tr>
4543
<td>GPT-4o-mini</td>
46-
<td data-coins="1000" data-dollars="1">$1.00</td>
47-
<td data-coins="3000" data-dollars="3">$3.00</td>
48-
<td>-</td>
49-
<td>-</td>
44+
<td data-coins="150" data-dollars="0.15">$0.15</td>
45+
<td data-coins="600" data-dollars="0.60">$0.60</td>
46+
<td data-coins="75" data-dollars="0.075">$0.075</td>
5047
<td>-</td>
5148
</tr>
5249
<tr>
5350
<td>GPT-4.1</td>
54-
<td data-coins="10000" data-dollars="10">$10.00</td>
55-
<td data-coins="30000" data-dollars="30">$30.00</td>
56-
<td>-</td>
57-
<td>-</td>
51+
<td data-coins="2000" data-dollars="2.00">$2.00</td>
52+
<td data-coins="8000" data-dollars="8.00">$8.00</td>
53+
<td data-coins="500" data-dollars="0.50">$0.50</td>
5854
<td>-</td>
5955
</tr>
6056
<tr>
6157
<td>Claude 3.7 Sonnet</td>
62-
<td data-coins="3000" data-dollars="3">$3.00</td>
63-
<td data-coins="15000" data-dollars="15">$15.00</td>
64-
<td data-coins="3750" data-dollars="3.75">$3.75</td>
58+
<td data-coins="3000" data-dollars="3.00">$3.00</td>
59+
<td data-coins="15000" data-dollars="15.00">$15.00</td>
6560
<td data-coins="300" data-dollars="0.30">$0.30</td>
66-
<td>Yes*</td>
61+
<td data-coins="3750" data-dollars="3.75">$3.75</td>
6762
</tr>
6863
<tr>
6964
<td>Claude 3.5 Sonnet</td>
70-
<td data-coins="3000" data-dollars="3">$3.00</td>
71-
<td data-coins="15000" data-dollars="15">$15.00</td>
72-
<td data-coins="3750" data-dollars="3.75">$3.75</td>
65+
<td data-coins="3000" data-dollars="3.00">$3.00</td>
66+
<td data-coins="15000" data-dollars="15.00">$15.00</td>
7367
<td data-coins="300" data-dollars="0.30">$0.30</td>
74-
<td>-</td>
68+
<td data-coins="3750" data-dollars="3.75">$3.75</td>
7569
</tr>
7670
<tr>
7771
<td>o3-mini</td>
78-
<td data-coins="500" data-dollars="0.50">$0.50</td>
79-
<td data-coins="1500" data-dollars="1.50">$1.50</td>
80-
<td>-</td>
81-
<td>-</td>
72+
<td data-coins="1100" data-dollars="1.10">$1.10</td>
73+
<td data-coins="4400" data-dollars="4.40">$4.40</td>
74+
<td data-coins="550" data-dollars="0.55">$0.55</td>
8275
<td>-</td>
8376
</tr>
8477
</tbody>
@@ -103,9 +96,7 @@ showCoinsBtn.onclick = () => setTable('coins');
10396
showDollarsBtn.onclick = () => setTable('dollars');
10497
</script>
10598

106-
*“Think tokens” apply to Claude 3.7 Sonnet for advanced reasoning; these are billed at the output token rate when enabled.*
107-
108-
> **Note:** 1,000 coins = $1. For example, generating 10,000 output tokens with GPT-4o would cost 15,000 coins (or $15).
99+
> **Note:** 1,000 coins = $1. For example, generating 10,000 output tokens with GPT-4o would cost 10,000 coins (or $10).
109100
110101
> **Note:** 1,000 coins = $1. For example, generating 10,000 output tokens with GPT-4o would cost 150 coins ($0.15).
111102
@@ -136,4 +127,3 @@ If you prefer to use your own API key (for OpenAI, Anthropic, or local models),
136127
**No commission:** For now, Refact.ai does not take any commission or markup on API usage. You pay only for the actual API cost of the model you use.
137128

138129
For more information on how to use Bring Your Own Key (BYOK), see the [BYOK documentation](https://github.com/smallcloudai/refact/blob/main/docs/byok.md) in the repository.
139-

0 commit comments

Comments
 (0)