@serviceme/devtools-shared 2.0.5 → 2.0.7

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/dist/index.js CHANGED
@@ -503,19 +503,39 @@ const PRIMARY_METADATA = {
503
503
  thinkingSchema: "reasoningEffort",
504
504
  supportsReasoningEffort: true,
505
505
  pricingUSD: {
506
- input: .057,
507
- output: .2,
508
- cacheRead: .0164
506
+ input: .114,
507
+ output: .4,
508
+ cacheRead: .0329
509
509
  },
510
510
  pricingCNY: {
511
- input: .4,
512
- output: 1.4,
513
- cacheRead: .115
511
+ input: .8,
512
+ output: 2.8,
513
+ cacheRead: .23
514
514
  },
515
515
  priceCategory: "low",
516
516
  maxInputTokens: 1e6,
517
517
  maxOutputTokens: 128e3
518
518
  },
519
+ "glm-5.3-flashx": {
520
+ detail: "GLM-5.3 FlashX — 快速版,原生多模态视觉 Coding,1M 上下文",
521
+ imageInput: true,
522
+ toolCalling: true,
523
+ thinkingSchema: "reasoningEffort",
524
+ supportsReasoningEffort: true,
525
+ pricingUSD: {
526
+ input: .286,
527
+ output: 1,
528
+ cacheRead: .0814
529
+ },
530
+ pricingCNY: {
531
+ input: 2,
532
+ output: 7,
533
+ cacheRead: .57
534
+ },
535
+ priceCategory: "medium",
536
+ maxInputTokens: 1e6,
537
+ maxOutputTokens: 128e3
538
+ },
519
539
  "glm-5.1-highspeed": {
520
540
  detail: "GLM-5.1 HighSpeed — 400 TPS 高吞吐生产变体([0, 32K) tier 镜像 GLM-5.1)",
521
541
  imageInput: false,
@@ -1401,6 +1421,7 @@ const BUILTIN_PROVIDER_PRESETS = {
1401
1421
  models: [
1402
1422
  buildPresetModel("glm-5.3", "GLM-5.3", "https://open.bigmodel.cn/api/paas/v4"),
1403
1423
  buildPresetModel("glm-5.3-flash", "GLM-5.3 Flash", "https://open.bigmodel.cn/api/paas/v4"),
1424
+ buildPresetModel("glm-5.3-flashx", "GLM-5.3 FlashX", "https://open.bigmodel.cn/api/paas/v4"),
1404
1425
  buildPresetModel("glm-5.2", "GLM-5.2", "https://open.bigmodel.cn/api/paas/v4"),
1405
1426
  buildPresetModel("glm-5.1", "GLM-5.1", "https://open.bigmodel.cn/api/paas/v4"),
1406
1427
  buildPresetModel("glm-5", "GLM-5", "https://open.bigmodel.cn/api/paas/v4"),
package/dist/index.mjs CHANGED
@@ -502,19 +502,39 @@ const PRIMARY_METADATA = {
502
502
  thinkingSchema: "reasoningEffort",
503
503
  supportsReasoningEffort: true,
504
504
  pricingUSD: {
505
- input: .057,
506
- output: .2,
507
- cacheRead: .0164
505
+ input: .114,
506
+ output: .4,
507
+ cacheRead: .0329
508
508
  },
509
509
  pricingCNY: {
510
- input: .4,
511
- output: 1.4,
512
- cacheRead: .115
510
+ input: .8,
511
+ output: 2.8,
512
+ cacheRead: .23
513
513
  },
514
514
  priceCategory: "low",
515
515
  maxInputTokens: 1e6,
516
516
  maxOutputTokens: 128e3
517
517
  },
518
+ "glm-5.3-flashx": {
519
+ detail: "GLM-5.3 FlashX — 快速版,原生多模态视觉 Coding,1M 上下文",
520
+ imageInput: true,
521
+ toolCalling: true,
522
+ thinkingSchema: "reasoningEffort",
523
+ supportsReasoningEffort: true,
524
+ pricingUSD: {
525
+ input: .286,
526
+ output: 1,
527
+ cacheRead: .0814
528
+ },
529
+ pricingCNY: {
530
+ input: 2,
531
+ output: 7,
532
+ cacheRead: .57
533
+ },
534
+ priceCategory: "medium",
535
+ maxInputTokens: 1e6,
536
+ maxOutputTokens: 128e3
537
+ },
518
538
  "glm-5.1-highspeed": {
519
539
  detail: "GLM-5.1 HighSpeed — 400 TPS 高吞吐生产变体([0, 32K) tier 镜像 GLM-5.1)",
520
540
  imageInput: false,
@@ -1400,6 +1420,7 @@ const BUILTIN_PROVIDER_PRESETS = {
1400
1420
  models: [
1401
1421
  buildPresetModel("glm-5.3", "GLM-5.3", "https://open.bigmodel.cn/api/paas/v4"),
1402
1422
  buildPresetModel("glm-5.3-flash", "GLM-5.3 Flash", "https://open.bigmodel.cn/api/paas/v4"),
1423
+ buildPresetModel("glm-5.3-flashx", "GLM-5.3 FlashX", "https://open.bigmodel.cn/api/paas/v4"),
1403
1424
  buildPresetModel("glm-5.2", "GLM-5.2", "https://open.bigmodel.cn/api/paas/v4"),
1404
1425
  buildPresetModel("glm-5.1", "GLM-5.1", "https://open.bigmodel.cn/api/paas/v4"),
1405
1426
  buildPresetModel("glm-5", "GLM-5", "https://open.bigmodel.cn/api/paas/v4"),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serviceme/devtools-shared",
3
- "version": "2.0.5",
3
+ "version": "2.0.7",
4
4
  "description": "Shared webview↔extension message contracts and cross-package data models used by SERVICEME.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "repository": {