We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5d8519 commit 5dfa6cdCopy full SHA for 5dfa6cd
app/worker.tsx
@@ -85,10 +85,10 @@ app.get("/", async (c) => {
85
<th>Attachment</th>
86
<th>Reasoning</th>
87
<th>Temperature</th>
88
- <th>Input Cost</th>
89
- <th>Output Cost</th>
90
- <th>Input Cached Cost</th>
91
- <th>Output Cached Cost</th>
+ <th>Input Cost (per 1M)</th>
+ <th>Output Cost (per 1M)</th>
+ <th>Input Cached Cost (per 1M)</th>
+ <th>Output Cached Cost (per 1M)</th>
92
<th>Context Limit</th>
93
<th>Output Limit</th>
94
</tr>
0 commit comments