@llmgateway/models 1.212.1 → 1.213.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.
@@ -0,0 +1,40 @@
1
+ export declare const tencentModels: [{
2
+ readonly id: "hy3";
3
+ readonly name: "Hy3";
4
+ readonly description: "Tencent's 295B Mixture-of-Experts model with 21B active parameters, native 256K context support, and three reasoning modes for complex reasoning and agentic tasks.";
5
+ readonly family: "tencent";
6
+ readonly releasedAt: Date;
7
+ readonly providers: [{
8
+ readonly providerId: "deepinfra";
9
+ readonly externalId: "tencent/Hy3";
10
+ readonly inputPrice: "0.14e-6";
11
+ readonly cachedInputPrice: "0.035e-6";
12
+ readonly outputPrice: "0.58e-6";
13
+ readonly requestPrice: "0";
14
+ readonly contextSize: 262144;
15
+ readonly maxOutput: 131072;
16
+ readonly quantization: "fp8";
17
+ readonly streaming: true;
18
+ readonly reasoning: true;
19
+ readonly reasoningEfforts: ["none", "low", "high"];
20
+ readonly vision: false;
21
+ readonly tools: true;
22
+ readonly jsonOutput: true;
23
+ readonly jsonOutputSchema: true;
24
+ }, {
25
+ readonly providerId: "novita";
26
+ readonly externalId: "tencent/hy3";
27
+ readonly inputPrice: "0.14e-6";
28
+ readonly cachedInputPrice: "0.035e-6";
29
+ readonly outputPrice: "0.58e-6";
30
+ readonly requestPrice: "0";
31
+ readonly contextSize: 262144;
32
+ readonly maxOutput: 262144;
33
+ readonly streaming: true;
34
+ readonly reasoning: true;
35
+ readonly reasoningEfforts: ["none", "low", "high"];
36
+ readonly vision: false;
37
+ readonly tools: true;
38
+ readonly jsonOutputSchema: true;
39
+ }];
40
+ }];
@@ -0,0 +1,46 @@
1
+ export const tencentModels = [
2
+ {
3
+ id: "hy3",
4
+ name: "Hy3",
5
+ description: "Tencent's 295B Mixture-of-Experts model with 21B active parameters, native 256K context support, and three reasoning modes for complex reasoning and agentic tasks.",
6
+ family: "tencent",
7
+ releasedAt: new Date("2026-07-06"),
8
+ providers: [
9
+ {
10
+ providerId: "deepinfra",
11
+ externalId: "tencent/Hy3",
12
+ inputPrice: "0.14e-6",
13
+ cachedInputPrice: "0.035e-6",
14
+ outputPrice: "0.58e-6",
15
+ requestPrice: "0",
16
+ contextSize: 262144,
17
+ maxOutput: 131072,
18
+ quantization: "fp8",
19
+ streaming: true,
20
+ reasoning: true,
21
+ reasoningEfforts: ["none", "low", "high"],
22
+ vision: false,
23
+ tools: true,
24
+ jsonOutput: true,
25
+ jsonOutputSchema: true,
26
+ },
27
+ {
28
+ providerId: "novita",
29
+ externalId: "tencent/hy3",
30
+ inputPrice: "0.14e-6",
31
+ cachedInputPrice: "0.035e-6",
32
+ outputPrice: "0.58e-6",
33
+ requestPrice: "0",
34
+ contextSize: 262144,
35
+ maxOutput: 262144,
36
+ streaming: true,
37
+ reasoning: true,
38
+ reasoningEfforts: ["none", "low", "high"],
39
+ vision: false,
40
+ tools: true,
41
+ jsonOutputSchema: true,
42
+ },
43
+ ],
44
+ },
45
+ ];
46
+ //# sourceMappingURL=tencent.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tencent.js","sourceRoot":"","sources":["../../src/models/tencent.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC5B;QACC,EAAE,EAAE,KAAK;QACT,IAAI,EAAE,KAAK;QACX,WAAW,EACV,qKAAqK;QACtK,MAAM,EAAE,SAAS;QACjB,UAAU,EAAE,IAAI,IAAI,CAAC,YAAY,CAAC;QAClC,SAAS,EAAE;YACV;gBACC,UAAU,EAAE,WAAW;gBACvB,UAAU,EAAE,aAAa;gBACzB,UAAU,EAAE,SAAS;gBACrB,gBAAgB,EAAE,UAAU;gBAC5B,WAAW,EAAE,SAAS;gBACtB,YAAY,EAAE,GAAG;gBACjB,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,MAAM;gBACjB,YAAY,EAAE,KAAK;gBACnB,SAAS,EAAE,IAAI;gBACf,SAAS,EAAE,IAAI;gBACf,gBAAgB,EAAE,CAAC,MAAM,EAAE,KAAK,EAAE,MAAM,CAAC;gBACzC,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,IAAI;gBACX,UAAU,EAAE,IAAI;gBAChB,gBAAgB,EAAE,IAAI;aACtB;YACD;gBACC,UAAU,EAAE,QAAQ;gBACpB,UAAU,EAAE,aAAa;gBACzB,UAAU,EAAE,SAAS;gBACrB,gBAAgB,EAAE,UAAU;gBAC5B,WAAW,EAAE,SAAS;gBACtB,YAAY,EAAE,GAAG;gBACjB,WAAW,EAAE,MAAM;gBACnB,SAAS,EAAE,MAAM;gBACjB,SAAS,EAAE,IAAI;gBACf,SAAS,EAAE,IAAI;gBACf,gBAAgB,EAAE,CAAC,MAAM,EAAE,KAAK,EAAE,MAAM,CAAC;gBACzC,MAAM,EAAE,KAAK;gBACb,KAAK,EAAE,IAAI;gBACX,gBAAgB,EAAE,IAAI;aACtB;SACD;KACD;CACoC,CAAC"}
package/dist/models.d.ts CHANGED
@@ -12524,6 +12524,45 @@ export declare const models: [{
12524
12524
  readonly tools: true;
12525
12525
  readonly jsonOutput: true;
12526
12526
  }];
12527
+ }, {
12528
+ readonly id: "hy3";
12529
+ readonly name: "Hy3";
12530
+ readonly description: "Tencent's 295B Mixture-of-Experts model with 21B active parameters, native 256K context support, and three reasoning modes for complex reasoning and agentic tasks.";
12531
+ readonly family: "tencent";
12532
+ readonly releasedAt: Date;
12533
+ readonly providers: [{
12534
+ readonly providerId: "deepinfra";
12535
+ readonly externalId: "tencent/Hy3";
12536
+ readonly inputPrice: "0.14e-6";
12537
+ readonly cachedInputPrice: "0.035e-6";
12538
+ readonly outputPrice: "0.58e-6";
12539
+ readonly requestPrice: "0";
12540
+ readonly contextSize: 262144;
12541
+ readonly maxOutput: 131072;
12542
+ readonly quantization: "fp8";
12543
+ readonly streaming: true;
12544
+ readonly reasoning: true;
12545
+ readonly reasoningEfforts: ["none", "low", "high"];
12546
+ readonly vision: false;
12547
+ readonly tools: true;
12548
+ readonly jsonOutput: true;
12549
+ readonly jsonOutputSchema: true;
12550
+ }, {
12551
+ readonly providerId: "novita";
12552
+ readonly externalId: "tencent/hy3";
12553
+ readonly inputPrice: "0.14e-6";
12554
+ readonly cachedInputPrice: "0.035e-6";
12555
+ readonly outputPrice: "0.58e-6";
12556
+ readonly requestPrice: "0";
12557
+ readonly contextSize: 262144;
12558
+ readonly maxOutput: 262144;
12559
+ readonly streaming: true;
12560
+ readonly reasoning: true;
12561
+ readonly reasoningEfforts: ["none", "low", "high"];
12562
+ readonly vision: false;
12563
+ readonly tools: true;
12564
+ readonly jsonOutputSchema: true;
12565
+ }];
12527
12566
  }, {
12528
12567
  readonly id: "nemotron-3-ultra-550b";
12529
12568
  readonly name: "Nemotron 3 Ultra 550B";
package/dist/models.js CHANGED
@@ -19,6 +19,7 @@ import { openbmbModels } from "./models/openbmb.js";
19
19
  import { perplexityModels } from "./models/perplexity.js";
20
20
  import { reveModels } from "./models/reve.js";
21
21
  import { sakanaModels } from "./models/sakana.js";
22
+ import { tencentModels } from "./models/tencent.js";
22
23
  import { xaiModels } from "./models/xai.js";
23
24
  import { xiaomiModels } from "./models/xiaomi.js";
24
25
  import { zaiModels } from "./models/zai.js";
@@ -43,6 +44,7 @@ export const models = [
43
44
  ...nousresearchModels,
44
45
  ...reveModels,
45
46
  ...sakanaModels,
47
+ ...tencentModels,
46
48
  ...nvidiaModels,
47
49
  ...openbmbModels,
48
50
  ...zaiModels,
@@ -1 +1 @@
1
- {"version":3,"file":"models.js","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAsrB5C,MAAM,CAAC,MAAM,MAAM,GAAG;IACrB,GAAG,gBAAgB;IACnB,GAAG,YAAY;IACf,GAAG,eAAe;IAClB,GAAG,YAAY;IACf,GAAG,gBAAgB;IACnB,GAAG,SAAS;IACZ,GAAG,YAAY;IACf,GAAG,UAAU;IACb,GAAG,cAAc;IACjB,GAAG,aAAa;IAChB,GAAG,eAAe;IAClB,GAAG,aAAa;IAChB,GAAG,cAAc;IACjB,GAAG,aAAa;IAChB,GAAG,gBAAgB;IACnB,GAAG,UAAU;IACb,GAAG,eAAe;IAClB,GAAG,kBAAkB;IACrB,GAAG,UAAU;IACb,GAAG,YAAY;IACf,GAAG,YAAY;IACf,GAAG,aAAa;IAChB,GAAG,SAAS;IACZ,GAAG,gBAAgB;CACkB,CAAC"}
1
+ {"version":3,"file":"models.js","sourceRoot":"","sources":["../src/models.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAC;AACtD,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC1D,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5C,OAAO,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAsrB5C,MAAM,CAAC,MAAM,MAAM,GAAG;IACrB,GAAG,gBAAgB;IACnB,GAAG,YAAY;IACf,GAAG,eAAe;IAClB,GAAG,YAAY;IACf,GAAG,gBAAgB;IACnB,GAAG,SAAS;IACZ,GAAG,YAAY;IACf,GAAG,UAAU;IACb,GAAG,cAAc;IACjB,GAAG,aAAa;IAChB,GAAG,eAAe;IAClB,GAAG,aAAa;IAChB,GAAG,cAAc;IACjB,GAAG,aAAa;IAChB,GAAG,gBAAgB;IACnB,GAAG,UAAU;IACb,GAAG,eAAe;IAClB,GAAG,kBAAkB;IACrB,GAAG,UAAU;IACb,GAAG,YAAY;IACf,GAAG,aAAa;IAChB,GAAG,YAAY;IACf,GAAG,aAAa;IAChB,GAAG,SAAS;IACZ,GAAG,gBAAgB;CACkB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@llmgateway/models",
3
- "version": "1.212.1",
3
+ "version": "1.213.0",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",