@rayadesu/dsh-client-ui-billing 0.3.9 → 0.3.10

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/lib/client.js CHANGED
@@ -4868,7 +4868,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4868
4868
  "state.unavailable": "额度不可用",
4869
4869
  "action.refresh": "刷新",
4870
4870
  "info.aria": "花费说明",
4871
- "info.hint": "仅能预估 DeepSeek 及 MiMo 相关模型。本会话花费按每条消息的发生时刻(北京时间)所在峰谷时段单价计费:缓存命中输入、未命中输入(含缓存写入)、输出(含推理)分别计价。DeepSeek 费率按 8 月 17 日实行的标准,高峰时段为北京时间周一至周五 9:00–12:00、14:00–18:00,周末全天按低谷价计费;MiMo 系列不区分峰谷,统一费率。",
4871
+ "info.hint": "仅能预估 DeepSeek 及 MiMo 相关模型。本会话花费按每条消息的发生时刻(北京时间)所在峰谷时段单价计费:缓存命中输入、未命中输入(含缓存写入)、输出(含推理)分别计价。基础费率按 DeepSeek 8 月 17 日实行的标准,其中 flash 系列(V4.1 Flash / V4 Flash / Vision Exp)自 9 月 10 日 12:00 起执行新价(谷时 0.02 / 1.0 / 4.0 元每百万 token,峰时为其两倍),该时刻之前的消息仍按原价;V4 Pro 自 9 月 14 日 12:00 起改由 V4.1 Flash 服务并按其实施费率计费。高峰时段为北京时间周一至周五 9:00–12:00、14:00–18:00,周末全天按低谷价计费;MiMo 系列不区分峰谷,统一费率。",
4872
4872
  "badge.aria": "DeepSeek 额度:{amount}",
4873
4873
  "panel.aria": "DeepSeek 额度详情",
4874
4874
  "label.sessionRanking": "今日会话花费",
@@ -4889,7 +4889,7 @@ Set the \`cycles\` parameter to \`"ref"\` to resolve cyclical schemas with defs.
4889
4889
  "state.unavailable": "Balance unavailable",
4890
4890
  "action.refresh": "Refresh",
4891
4891
  "info.aria": "About this spend",
4892
- "info.hint": "Only DeepSeek and MiMo models are estimated. This session's spend is priced per message at the rate of its Beijing-time peak/off-peak hour: cache-hit input, cache-miss input (including cache writes), and output (including reasoning) are billed separately. DeepSeek rates follow the August 17 pricing; peak hours are Beijing time Monday–Friday 09:00–12:00 and 14:00–18:00, and weekends are billed at off-peak prices all day. MiMo series uses a flat rate with no peak/off-peak distinction.",
4892
+ "info.hint": "Only DeepSeek and MiMo models are estimated. This session's spend is priced per message at the rate of its Beijing-time peak/off-peak hour: cache-hit input, cache-miss input (including cache writes), and output (including reasoning) are billed separately. The base rates follow DeepSeek's August 17 pricing; the flash series (V4.1 Flash, V4 Flash, Vision Exp) was re-priced from September 10, 12:00 Beijing time (off-peak 0.02 / 1.0 / 4.0 CNY per 1M tokens, peak at twice those prices) while messages from before that instant keep the earlier rates, and V4 Pro switches to V4.1 Flash and its rates from September 14, 12:00 Beijing time. Peak hours are Beijing time Monday–Friday 09:00–12:00 and 14:00–18:00, and weekends are billed at off-peak prices all day. MiMo series uses a flat rate with no peak/off-peak distinction.",
4893
4893
  "badge.aria": "DeepSeek balance {amount}",
4894
4894
  "panel.aria": "DeepSeek balance details",
4895
4895
  "label.sessionRanking": "Today session spend",
@@ -16,7 +16,7 @@ export declare const zh: {
16
16
  readonly 'state.unavailable': "额度不可用";
17
17
  readonly 'action.refresh': "刷新";
18
18
  readonly 'info.aria': "花费说明";
19
- readonly 'info.hint': "仅能预估 DeepSeek 及 MiMo 相关模型。本会话花费按每条消息的发生时刻(北京时间)所在峰谷时段单价计费:缓存命中输入、未命中输入(含缓存写入)、输出(含推理)分别计价。DeepSeek 费率按 8 月 17 日实行的标准,高峰时段为北京时间周一至周五 9:00–12:00、14:00–18:00,周末全天按低谷价计费;MiMo 系列不区分峰谷,统一费率。";
19
+ readonly 'info.hint': "仅能预估 DeepSeek 及 MiMo 相关模型。本会话花费按每条消息的发生时刻(北京时间)所在峰谷时段单价计费:缓存命中输入、未命中输入(含缓存写入)、输出(含推理)分别计价。基础费率按 DeepSeek 8 月 17 日实行的标准,其中 flash 系列(V4.1 Flash / V4 Flash / Vision Exp)自 9 月 10 日 12:00 起执行新价(谷时 0.02 / 1.0 / 4.0 元每百万 token,峰时为其两倍),该时刻之前的消息仍按原价;V4 Pro 自 9 月 14 日 12:00 起改由 V4.1 Flash 服务并按其实施费率计费。高峰时段为北京时间周一至周五 9:00–12:00、14:00–18:00,周末全天按低谷价计费;MiMo 系列不区分峰谷,统一费率。";
20
20
  readonly 'badge.aria': "DeepSeek 额度:{amount}";
21
21
  readonly 'panel.aria': "DeepSeek 额度详情";
22
22
  readonly 'label.sessionRanking': "今日会话花费";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rayadesu/dsh-client-ui-billing",
3
3
  "description": "Session-header DeepSeek account-balance and conversation-spend badge over the billing Remote",
4
- "version": "0.3.9",
4
+ "version": "0.3.10",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
7
7
  "types": "lib/types/index.d.ts",
@@ -47,7 +47,7 @@
47
47
  "access": "public"
48
48
  },
49
49
  "peerDependencies": {
50
- "@rayadesu/dsh-llm-billing": "^0.3.9",
50
+ "@rayadesu/dsh-llm-billing": "^0.3.10",
51
51
  "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.5",
52
52
  "@deepseek-ai/dsh-client-ui-conversation": "^0.1.2-alpha.5",
53
53
  "@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.5",
@@ -58,7 +58,7 @@
58
58
  "@deepseek-ai/dsh-session": "^0.1.2-alpha.5"
59
59
  },
60
60
  "devDependencies": {
61
- "@rayadesu/dsh-llm-billing": "^0.3.9",
61
+ "@rayadesu/dsh-llm-billing": "^0.3.10",
62
62
  "@deepseek-ai/dsh-api-gateway": "^0.1.2-alpha.5",
63
63
  "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.5",
64
64
  "@deepseek-ai/dsh-client-store": "^0.1.2-alpha.5",