@kenz1117/dsh-ui-usage-billing 0.9.20 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.en.md +1 -1
- package/README.md +1 -1
- package/lib/client.js +1441 -1096
- package/lib/index.js +31 -1
- package/lib/types/client/PeakAlertBanner.d.ts +2 -2
- package/lib/types/client/PluginInfoCard.d.ts +4 -3
- package/lib/types/client/locales.d.ts +1 -1
- package/package.json +1 -1
- package/lib/types/plans.d.ts +0 -39
package/README.en.md
CHANGED
|
@@ -152,7 +152,7 @@ cost (CNY) = (missInput × p_input + cacheHit × p_cacheHit + output × p_output
|
|
|
152
152
|
| Doubao | Seed-2.0 Pro, Seed-2.0 Mini, Seed-1.6 |
|
|
153
153
|
| Moonshot | Kimi K3, K2.7 Code, K2.7 Code HighSpeed, K2.6 |
|
|
154
154
|
| Xiaomi | MiMo V2.5 (exempt when billed via a token-plan subscription channel)¹ |
|
|
155
|
-
| MiniMax | MiniMax-M3
|
|
155
|
+
| MiniMax | MiniMax-M3, MiniMax-M2.7, MiniMax-M2.7-highspeed |
|
|
156
156
|
| Baidu | ERNIE-5.1 |
|
|
157
157
|
| Tencent | Hunyuan T1, Hunyuan Hy3 |
|
|
158
158
|
| 01.AI | Yi-Lightning |
|
package/README.md
CHANGED
|
@@ -152,7 +152,7 @@ cost(CNY)= (missInput × p_input + cacheHit × p_cacheHit + output × p_outp
|
|
|
152
152
|
| 字节豆包 | Doubao Seed-2.0 Pro、Seed-2.0 Mini、Seed-1.6 |
|
|
153
153
|
| 月之暗面 | Kimi K3、K2.7 Code、K2.7 Code HighSpeed、K2.6 |
|
|
154
154
|
| 小米 | MiMo V2.5(走 token plan 订阅通道时豁免计费)¹ |
|
|
155
|
-
| MiniMax | MiniMax-M3
|
|
155
|
+
| MiniMax | MiniMax-M3、MiniMax-M2.7、MiniMax-M2.7-highspeed |
|
|
156
156
|
| 百度 | ERNIE-5.1 |
|
|
157
157
|
| 腾讯 | 混元 T1、混元 Hy3 |
|
|
158
158
|
| 零一万物 | Yi-Lightning |
|