@llmgateway/models 1.140.0 → 1.141.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/dist/models/zai.d.ts +19 -19
- package/dist/models/zai.js +19 -19
- package/dist/models.d.ts +19 -19
- package/dist/providers.js +1 -1
- package/package.json +1 -1
package/dist/models/zai.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ export declare const zaiModels: [{
|
|
|
2
2
|
readonly id: "glm-5.2";
|
|
3
3
|
readonly name: "GLM-5.2";
|
|
4
4
|
readonly description: "Zhipu GLM-5.2 flagship model for long-horizon coding and agentic engineering tasks with a 1M context window.";
|
|
5
|
-
readonly family: "
|
|
5
|
+
readonly family: "zai";
|
|
6
6
|
readonly releasedAt: Date;
|
|
7
7
|
readonly providers: [{
|
|
8
8
|
readonly providerId: "zai";
|
|
@@ -54,7 +54,7 @@ export declare const zaiModels: [{
|
|
|
54
54
|
readonly id: "glm-5.1";
|
|
55
55
|
readonly name: "GLM-5.1";
|
|
56
56
|
readonly description: "Zhipu GLM-5.1 flagship model engineered for long-horizon autonomous tasks with enhanced coding and agentic capabilities.";
|
|
57
|
-
readonly family: "
|
|
57
|
+
readonly family: "zai";
|
|
58
58
|
readonly releasedAt: Date;
|
|
59
59
|
readonly providers: [{
|
|
60
60
|
readonly providerId: "zai";
|
|
@@ -135,7 +135,7 @@ export declare const zaiModels: [{
|
|
|
135
135
|
readonly id: "glm-5";
|
|
136
136
|
readonly name: "GLM-5";
|
|
137
137
|
readonly description: "Zhipu GLM-5 with advanced reasoning capabilities.";
|
|
138
|
-
readonly family: "
|
|
138
|
+
readonly family: "zai";
|
|
139
139
|
readonly releasedAt: Date;
|
|
140
140
|
readonly providers: [{
|
|
141
141
|
readonly providerId: "zai";
|
|
@@ -244,7 +244,7 @@ export declare const zaiModels: [{
|
|
|
244
244
|
readonly id: "glm-4.5";
|
|
245
245
|
readonly name: "GLM-4.5";
|
|
246
246
|
readonly description: "Zhipu GLM-4.5 with reasoning capabilities.";
|
|
247
|
-
readonly family: "
|
|
247
|
+
readonly family: "zai";
|
|
248
248
|
readonly releasedAt: Date;
|
|
249
249
|
readonly providers: [{
|
|
250
250
|
readonly providerId: "zai";
|
|
@@ -281,7 +281,7 @@ export declare const zaiModels: [{
|
|
|
281
281
|
readonly id: "glm-4.5v";
|
|
282
282
|
readonly name: "GLM-4.5V";
|
|
283
283
|
readonly description: "GLM-4.5 with vision support.";
|
|
284
|
-
readonly family: "
|
|
284
|
+
readonly family: "zai";
|
|
285
285
|
readonly releasedAt: Date;
|
|
286
286
|
readonly providers: [{
|
|
287
287
|
readonly providerId: "zai";
|
|
@@ -318,7 +318,7 @@ export declare const zaiModels: [{
|
|
|
318
318
|
readonly id: "glm-4.5-air";
|
|
319
319
|
readonly name: "GLM-4.5 Air";
|
|
320
320
|
readonly description: "Lightweight GLM-4.5 variant.";
|
|
321
|
-
readonly family: "
|
|
321
|
+
readonly family: "zai";
|
|
322
322
|
readonly releasedAt: Date;
|
|
323
323
|
readonly providers: [{
|
|
324
324
|
readonly providerId: "zai";
|
|
@@ -354,7 +354,7 @@ export declare const zaiModels: [{
|
|
|
354
354
|
readonly id: "glm-4.5-x";
|
|
355
355
|
readonly name: "GLM-4.5 X";
|
|
356
356
|
readonly description: "Extended GLM-4.5 with advanced reasoning.";
|
|
357
|
-
readonly family: "
|
|
357
|
+
readonly family: "zai";
|
|
358
358
|
readonly releasedAt: Date;
|
|
359
359
|
readonly providers: [{
|
|
360
360
|
readonly providerId: "zai";
|
|
@@ -376,7 +376,7 @@ export declare const zaiModels: [{
|
|
|
376
376
|
readonly id: "glm-4.5-airx";
|
|
377
377
|
readonly name: "GLM-4.5 AirX";
|
|
378
378
|
readonly description: "Enhanced GLM-4.5 Air variant.";
|
|
379
|
-
readonly family: "
|
|
379
|
+
readonly family: "zai";
|
|
380
380
|
readonly releasedAt: Date;
|
|
381
381
|
readonly providers: [{
|
|
382
382
|
readonly providerId: "zai";
|
|
@@ -398,7 +398,7 @@ export declare const zaiModels: [{
|
|
|
398
398
|
readonly id: "glm-4.5-flash";
|
|
399
399
|
readonly name: "GLM-4.5 Flash";
|
|
400
400
|
readonly description: "Free, fast GLM-4.5 model.";
|
|
401
|
-
readonly family: "
|
|
401
|
+
readonly family: "zai";
|
|
402
402
|
readonly free: true;
|
|
403
403
|
readonly stability: "unstable";
|
|
404
404
|
readonly releasedAt: Date;
|
|
@@ -421,7 +421,7 @@ export declare const zaiModels: [{
|
|
|
421
421
|
readonly id: "glm-4.7";
|
|
422
422
|
readonly name: "GLM-4.7";
|
|
423
423
|
readonly description: "Latest GLM with enhanced reasoning capabilities.";
|
|
424
|
-
readonly family: "
|
|
424
|
+
readonly family: "zai";
|
|
425
425
|
readonly releasedAt: Date;
|
|
426
426
|
readonly providers: [{
|
|
427
427
|
readonly providerId: "zai";
|
|
@@ -547,7 +547,7 @@ export declare const zaiModels: [{
|
|
|
547
547
|
readonly id: "glm-4.7-flashx";
|
|
548
548
|
readonly name: "GLM-4.7 FlashX";
|
|
549
549
|
readonly description: "Lightweight, high-speed GLM-4.7 variant.";
|
|
550
|
-
readonly family: "
|
|
550
|
+
readonly family: "zai";
|
|
551
551
|
readonly releasedAt: Date;
|
|
552
552
|
readonly providers: [{
|
|
553
553
|
readonly providerId: "zai";
|
|
@@ -569,7 +569,7 @@ export declare const zaiModels: [{
|
|
|
569
569
|
readonly id: "glm-4.7-flash-free";
|
|
570
570
|
readonly name: "GLM-4.7 Flash (Free)";
|
|
571
571
|
readonly description: "Free, lightweight GLM-4.7 model.";
|
|
572
|
-
readonly family: "
|
|
572
|
+
readonly family: "zai";
|
|
573
573
|
readonly free: true;
|
|
574
574
|
readonly stability: "unstable";
|
|
575
575
|
readonly releasedAt: Date;
|
|
@@ -592,7 +592,7 @@ export declare const zaiModels: [{
|
|
|
592
592
|
readonly id: "glm-4.7-flash";
|
|
593
593
|
readonly name: "GLM-4.7 Flash";
|
|
594
594
|
readonly description: "Lightweight, high-speed GLM-4.7 model.";
|
|
595
|
-
readonly family: "
|
|
595
|
+
readonly family: "zai";
|
|
596
596
|
readonly stability: "unstable";
|
|
597
597
|
readonly releasedAt: Date;
|
|
598
598
|
readonly providers: [{
|
|
@@ -614,7 +614,7 @@ export declare const zaiModels: [{
|
|
|
614
614
|
readonly id: "glm-4.6";
|
|
615
615
|
readonly name: "GLM-4.6";
|
|
616
616
|
readonly description: "Updated GLM with reasoning capabilities.";
|
|
617
|
-
readonly family: "
|
|
617
|
+
readonly family: "zai";
|
|
618
618
|
readonly releasedAt: Date;
|
|
619
619
|
readonly providers: [{
|
|
620
620
|
readonly providerId: "zai";
|
|
@@ -696,7 +696,7 @@ export declare const zaiModels: [{
|
|
|
696
696
|
readonly id: "glm-4-32b-0414-128k";
|
|
697
697
|
readonly name: "GLM-4 32B (0414-128k)";
|
|
698
698
|
readonly description: "GLM-4 32B instruction-tuned model.";
|
|
699
|
-
readonly family: "
|
|
699
|
+
readonly family: "zai";
|
|
700
700
|
readonly releasedAt: Date;
|
|
701
701
|
readonly providers: [{
|
|
702
702
|
readonly providerId: "zai";
|
|
@@ -717,7 +717,7 @@ export declare const zaiModels: [{
|
|
|
717
717
|
readonly id: "glm-4.6v";
|
|
718
718
|
readonly name: "GLM-4.6V";
|
|
719
719
|
readonly description: "Flagship vision-language model (106B) with native function calling support.";
|
|
720
|
-
readonly family: "
|
|
720
|
+
readonly family: "zai";
|
|
721
721
|
readonly releasedAt: Date;
|
|
722
722
|
readonly providers: [{
|
|
723
723
|
readonly providerId: "zai";
|
|
@@ -752,7 +752,7 @@ export declare const zaiModels: [{
|
|
|
752
752
|
readonly id: "glm-4.6v-flashx";
|
|
753
753
|
readonly name: "GLM-4.6V FlashX";
|
|
754
754
|
readonly description: "Fast vision-language model with extended capabilities.";
|
|
755
|
-
readonly family: "
|
|
755
|
+
readonly family: "zai";
|
|
756
756
|
readonly releasedAt: Date;
|
|
757
757
|
readonly providers: [{
|
|
758
758
|
readonly providerId: "zai";
|
|
@@ -773,7 +773,7 @@ export declare const zaiModels: [{
|
|
|
773
773
|
readonly id: "glm-4.6v-flash";
|
|
774
774
|
readonly name: "GLM-4.6V Flash";
|
|
775
775
|
readonly description: "Ultra-fast, lightweight vision-language model (9B) for low-latency workloads.";
|
|
776
|
-
readonly family: "
|
|
776
|
+
readonly family: "zai";
|
|
777
777
|
readonly free: true;
|
|
778
778
|
readonly stability: "unstable";
|
|
779
779
|
readonly releasedAt: Date;
|
|
@@ -819,7 +819,7 @@ export declare const zaiModels: [{
|
|
|
819
819
|
readonly id: "glm-image";
|
|
820
820
|
readonly name: "GLM-Image";
|
|
821
821
|
readonly description: "Z.AI's GLM-Image text-to-image generation model with hybrid auto-regressive architecture, excellent for text-rendering and knowledge-intensive generation.";
|
|
822
|
-
readonly family: "
|
|
822
|
+
readonly family: "zai";
|
|
823
823
|
readonly output: ["text", "image"];
|
|
824
824
|
readonly releasedAt: Date;
|
|
825
825
|
readonly providers: [{
|
package/dist/models/zai.js
CHANGED
|
@@ -3,7 +3,7 @@ export const zaiModels = [
|
|
|
3
3
|
id: "glm-5.2",
|
|
4
4
|
name: "GLM-5.2",
|
|
5
5
|
description: "Zhipu GLM-5.2 flagship model for long-horizon coding and agentic engineering tasks with a 1M context window.",
|
|
6
|
-
family: "
|
|
6
|
+
family: "zai",
|
|
7
7
|
releasedAt: new Date("2026-06-13"),
|
|
8
8
|
providers: [
|
|
9
9
|
{
|
|
@@ -77,7 +77,7 @@ export const zaiModels = [
|
|
|
77
77
|
id: "glm-5.1",
|
|
78
78
|
name: "GLM-5.1",
|
|
79
79
|
description: "Zhipu GLM-5.1 flagship model engineered for long-horizon autonomous tasks with enhanced coding and agentic capabilities.",
|
|
80
|
-
family: "
|
|
80
|
+
family: "zai",
|
|
81
81
|
releasedAt: new Date("2026-04-07"),
|
|
82
82
|
providers: [
|
|
83
83
|
{
|
|
@@ -182,7 +182,7 @@ export const zaiModels = [
|
|
|
182
182
|
id: "glm-5",
|
|
183
183
|
name: "GLM-5",
|
|
184
184
|
description: "Zhipu GLM-5 with advanced reasoning capabilities.",
|
|
185
|
-
family: "
|
|
185
|
+
family: "zai",
|
|
186
186
|
releasedAt: new Date("2026-02-15"),
|
|
187
187
|
providers: [
|
|
188
188
|
{
|
|
@@ -317,7 +317,7 @@ export const zaiModels = [
|
|
|
317
317
|
id: "glm-4.5",
|
|
318
318
|
name: "GLM-4.5",
|
|
319
319
|
description: "Zhipu GLM-4.5 with reasoning capabilities.",
|
|
320
|
-
family: "
|
|
320
|
+
family: "zai",
|
|
321
321
|
releasedAt: new Date("2025-07-28"),
|
|
322
322
|
providers: [
|
|
323
323
|
{
|
|
@@ -374,7 +374,7 @@ export const zaiModels = [
|
|
|
374
374
|
id: "glm-4.5v",
|
|
375
375
|
name: "GLM-4.5V",
|
|
376
376
|
description: "GLM-4.5 with vision support.",
|
|
377
|
-
family: "
|
|
377
|
+
family: "zai",
|
|
378
378
|
releasedAt: new Date("2025-08-11"),
|
|
379
379
|
providers: [
|
|
380
380
|
{
|
|
@@ -415,7 +415,7 @@ export const zaiModels = [
|
|
|
415
415
|
id: "glm-4.5-air",
|
|
416
416
|
name: "GLM-4.5 Air",
|
|
417
417
|
description: "Lightweight GLM-4.5 variant.",
|
|
418
|
-
family: "
|
|
418
|
+
family: "zai",
|
|
419
419
|
releasedAt: new Date("2025-07-25"),
|
|
420
420
|
providers: [
|
|
421
421
|
{
|
|
@@ -472,7 +472,7 @@ export const zaiModels = [
|
|
|
472
472
|
id: "glm-4.5-x",
|
|
473
473
|
name: "GLM-4.5 X",
|
|
474
474
|
description: "Extended GLM-4.5 with advanced reasoning.",
|
|
475
|
-
family: "
|
|
475
|
+
family: "zai",
|
|
476
476
|
releasedAt: new Date("2025-07-28"),
|
|
477
477
|
providers: [
|
|
478
478
|
{
|
|
@@ -497,7 +497,7 @@ export const zaiModels = [
|
|
|
497
497
|
id: "glm-4.5-airx",
|
|
498
498
|
name: "GLM-4.5 AirX",
|
|
499
499
|
description: "Enhanced GLM-4.5 Air variant.",
|
|
500
|
-
family: "
|
|
500
|
+
family: "zai",
|
|
501
501
|
releasedAt: new Date("2025-07-28"),
|
|
502
502
|
providers: [
|
|
503
503
|
{
|
|
@@ -522,7 +522,7 @@ export const zaiModels = [
|
|
|
522
522
|
id: "glm-4.5-flash",
|
|
523
523
|
name: "GLM-4.5 Flash",
|
|
524
524
|
description: "Free, fast GLM-4.5 model.",
|
|
525
|
-
family: "
|
|
525
|
+
family: "zai",
|
|
526
526
|
free: true,
|
|
527
527
|
stability: "unstable",
|
|
528
528
|
releasedAt: new Date("2025-08-13"),
|
|
@@ -548,7 +548,7 @@ export const zaiModels = [
|
|
|
548
548
|
id: "glm-4.7",
|
|
549
549
|
name: "GLM-4.7",
|
|
550
550
|
description: "Latest GLM with enhanced reasoning capabilities.",
|
|
551
|
-
family: "
|
|
551
|
+
family: "zai",
|
|
552
552
|
releasedAt: new Date("2025-12-22"),
|
|
553
553
|
providers: [
|
|
554
554
|
{
|
|
@@ -710,7 +710,7 @@ export const zaiModels = [
|
|
|
710
710
|
id: "glm-4.7-flashx",
|
|
711
711
|
name: "GLM-4.7 FlashX",
|
|
712
712
|
description: "Lightweight, high-speed GLM-4.7 variant.",
|
|
713
|
-
family: "
|
|
713
|
+
family: "zai",
|
|
714
714
|
releasedAt: new Date("2025-12-22"),
|
|
715
715
|
providers: [
|
|
716
716
|
{
|
|
@@ -735,7 +735,7 @@ export const zaiModels = [
|
|
|
735
735
|
id: "glm-4.7-flash-free",
|
|
736
736
|
name: "GLM-4.7 Flash (Free)",
|
|
737
737
|
description: "Free, lightweight GLM-4.7 model.",
|
|
738
|
-
family: "
|
|
738
|
+
family: "zai",
|
|
739
739
|
free: true,
|
|
740
740
|
stability: "unstable",
|
|
741
741
|
releasedAt: new Date("2025-12-22"),
|
|
@@ -761,7 +761,7 @@ export const zaiModels = [
|
|
|
761
761
|
id: "glm-4.7-flash",
|
|
762
762
|
name: "GLM-4.7 Flash",
|
|
763
763
|
description: "Lightweight, high-speed GLM-4.7 model.",
|
|
764
|
-
family: "
|
|
764
|
+
family: "zai",
|
|
765
765
|
stability: "unstable",
|
|
766
766
|
releasedAt: new Date("2025-12-22"),
|
|
767
767
|
providers: [
|
|
@@ -803,7 +803,7 @@ export const zaiModels = [
|
|
|
803
803
|
id: "glm-4.6",
|
|
804
804
|
name: "GLM-4.6",
|
|
805
805
|
description: "Updated GLM with reasoning capabilities.",
|
|
806
|
-
family: "
|
|
806
|
+
family: "zai",
|
|
807
807
|
releasedAt: new Date("2025-09-30"),
|
|
808
808
|
providers: [
|
|
809
809
|
{
|
|
@@ -892,7 +892,7 @@ export const zaiModels = [
|
|
|
892
892
|
id: "glm-4-32b-0414-128k",
|
|
893
893
|
name: "GLM-4 32B (0414-128k)",
|
|
894
894
|
description: "GLM-4 32B instruction-tuned model.",
|
|
895
|
-
family: "
|
|
895
|
+
family: "zai",
|
|
896
896
|
releasedAt: new Date("2025-04-14"),
|
|
897
897
|
providers: [
|
|
898
898
|
{
|
|
@@ -916,7 +916,7 @@ export const zaiModels = [
|
|
|
916
916
|
id: "glm-4.6v",
|
|
917
917
|
name: "GLM-4.6V",
|
|
918
918
|
description: "Flagship vision-language model (106B) with native function calling support.",
|
|
919
|
-
family: "
|
|
919
|
+
family: "zai",
|
|
920
920
|
releasedAt: new Date("2025-12-08"),
|
|
921
921
|
providers: [
|
|
922
922
|
{
|
|
@@ -955,7 +955,7 @@ export const zaiModels = [
|
|
|
955
955
|
id: "glm-4.6v-flashx",
|
|
956
956
|
name: "GLM-4.6V FlashX",
|
|
957
957
|
description: "Fast vision-language model with extended capabilities.",
|
|
958
|
-
family: "
|
|
958
|
+
family: "zai",
|
|
959
959
|
releasedAt: new Date("2025-12-08"),
|
|
960
960
|
providers: [
|
|
961
961
|
{
|
|
@@ -979,7 +979,7 @@ export const zaiModels = [
|
|
|
979
979
|
id: "glm-4.6v-flash",
|
|
980
980
|
name: "GLM-4.6V Flash",
|
|
981
981
|
description: "Ultra-fast, lightweight vision-language model (9B) for low-latency workloads.",
|
|
982
|
-
family: "
|
|
982
|
+
family: "zai",
|
|
983
983
|
free: true,
|
|
984
984
|
stability: "unstable",
|
|
985
985
|
releasedAt: new Date("2025-12-08"),
|
|
@@ -1047,7 +1047,7 @@ export const zaiModels = [
|
|
|
1047
1047
|
id: "glm-image",
|
|
1048
1048
|
name: "GLM-Image",
|
|
1049
1049
|
description: "Z.AI's GLM-Image text-to-image generation model with hybrid auto-regressive architecture, excellent for text-rendering and knowledge-intensive generation.",
|
|
1050
|
-
family: "
|
|
1050
|
+
family: "zai",
|
|
1051
1051
|
output: ["text", "image"],
|
|
1052
1052
|
releasedAt: new Date("2025-01-14"),
|
|
1053
1053
|
providers: [
|
package/dist/models.d.ts
CHANGED
|
@@ -10371,7 +10371,7 @@ export declare const models: [{
|
|
|
10371
10371
|
readonly id: "glm-5.2";
|
|
10372
10372
|
readonly name: "GLM-5.2";
|
|
10373
10373
|
readonly description: "Zhipu GLM-5.2 flagship model for long-horizon coding and agentic engineering tasks with a 1M context window.";
|
|
10374
|
-
readonly family: "
|
|
10374
|
+
readonly family: "zai";
|
|
10375
10375
|
readonly releasedAt: Date;
|
|
10376
10376
|
readonly providers: [{
|
|
10377
10377
|
readonly providerId: "zai";
|
|
@@ -10423,7 +10423,7 @@ export declare const models: [{
|
|
|
10423
10423
|
readonly id: "glm-5.1";
|
|
10424
10424
|
readonly name: "GLM-5.1";
|
|
10425
10425
|
readonly description: "Zhipu GLM-5.1 flagship model engineered for long-horizon autonomous tasks with enhanced coding and agentic capabilities.";
|
|
10426
|
-
readonly family: "
|
|
10426
|
+
readonly family: "zai";
|
|
10427
10427
|
readonly releasedAt: Date;
|
|
10428
10428
|
readonly providers: [{
|
|
10429
10429
|
readonly providerId: "zai";
|
|
@@ -10504,7 +10504,7 @@ export declare const models: [{
|
|
|
10504
10504
|
readonly id: "glm-5";
|
|
10505
10505
|
readonly name: "GLM-5";
|
|
10506
10506
|
readonly description: "Zhipu GLM-5 with advanced reasoning capabilities.";
|
|
10507
|
-
readonly family: "
|
|
10507
|
+
readonly family: "zai";
|
|
10508
10508
|
readonly releasedAt: Date;
|
|
10509
10509
|
readonly providers: [{
|
|
10510
10510
|
readonly providerId: "zai";
|
|
@@ -10613,7 +10613,7 @@ export declare const models: [{
|
|
|
10613
10613
|
readonly id: "glm-4.5";
|
|
10614
10614
|
readonly name: "GLM-4.5";
|
|
10615
10615
|
readonly description: "Zhipu GLM-4.5 with reasoning capabilities.";
|
|
10616
|
-
readonly family: "
|
|
10616
|
+
readonly family: "zai";
|
|
10617
10617
|
readonly releasedAt: Date;
|
|
10618
10618
|
readonly providers: [{
|
|
10619
10619
|
readonly providerId: "zai";
|
|
@@ -10650,7 +10650,7 @@ export declare const models: [{
|
|
|
10650
10650
|
readonly id: "glm-4.5v";
|
|
10651
10651
|
readonly name: "GLM-4.5V";
|
|
10652
10652
|
readonly description: "GLM-4.5 with vision support.";
|
|
10653
|
-
readonly family: "
|
|
10653
|
+
readonly family: "zai";
|
|
10654
10654
|
readonly releasedAt: Date;
|
|
10655
10655
|
readonly providers: [{
|
|
10656
10656
|
readonly providerId: "zai";
|
|
@@ -10687,7 +10687,7 @@ export declare const models: [{
|
|
|
10687
10687
|
readonly id: "glm-4.5-air";
|
|
10688
10688
|
readonly name: "GLM-4.5 Air";
|
|
10689
10689
|
readonly description: "Lightweight GLM-4.5 variant.";
|
|
10690
|
-
readonly family: "
|
|
10690
|
+
readonly family: "zai";
|
|
10691
10691
|
readonly releasedAt: Date;
|
|
10692
10692
|
readonly providers: [{
|
|
10693
10693
|
readonly providerId: "zai";
|
|
@@ -10723,7 +10723,7 @@ export declare const models: [{
|
|
|
10723
10723
|
readonly id: "glm-4.5-x";
|
|
10724
10724
|
readonly name: "GLM-4.5 X";
|
|
10725
10725
|
readonly description: "Extended GLM-4.5 with advanced reasoning.";
|
|
10726
|
-
readonly family: "
|
|
10726
|
+
readonly family: "zai";
|
|
10727
10727
|
readonly releasedAt: Date;
|
|
10728
10728
|
readonly providers: [{
|
|
10729
10729
|
readonly providerId: "zai";
|
|
@@ -10745,7 +10745,7 @@ export declare const models: [{
|
|
|
10745
10745
|
readonly id: "glm-4.5-airx";
|
|
10746
10746
|
readonly name: "GLM-4.5 AirX";
|
|
10747
10747
|
readonly description: "Enhanced GLM-4.5 Air variant.";
|
|
10748
|
-
readonly family: "
|
|
10748
|
+
readonly family: "zai";
|
|
10749
10749
|
readonly releasedAt: Date;
|
|
10750
10750
|
readonly providers: [{
|
|
10751
10751
|
readonly providerId: "zai";
|
|
@@ -10767,7 +10767,7 @@ export declare const models: [{
|
|
|
10767
10767
|
readonly id: "glm-4.5-flash";
|
|
10768
10768
|
readonly name: "GLM-4.5 Flash";
|
|
10769
10769
|
readonly description: "Free, fast GLM-4.5 model.";
|
|
10770
|
-
readonly family: "
|
|
10770
|
+
readonly family: "zai";
|
|
10771
10771
|
readonly free: true;
|
|
10772
10772
|
readonly stability: "unstable";
|
|
10773
10773
|
readonly releasedAt: Date;
|
|
@@ -10790,7 +10790,7 @@ export declare const models: [{
|
|
|
10790
10790
|
readonly id: "glm-4.7";
|
|
10791
10791
|
readonly name: "GLM-4.7";
|
|
10792
10792
|
readonly description: "Latest GLM with enhanced reasoning capabilities.";
|
|
10793
|
-
readonly family: "
|
|
10793
|
+
readonly family: "zai";
|
|
10794
10794
|
readonly releasedAt: Date;
|
|
10795
10795
|
readonly providers: [{
|
|
10796
10796
|
readonly providerId: "zai";
|
|
@@ -10916,7 +10916,7 @@ export declare const models: [{
|
|
|
10916
10916
|
readonly id: "glm-4.7-flashx";
|
|
10917
10917
|
readonly name: "GLM-4.7 FlashX";
|
|
10918
10918
|
readonly description: "Lightweight, high-speed GLM-4.7 variant.";
|
|
10919
|
-
readonly family: "
|
|
10919
|
+
readonly family: "zai";
|
|
10920
10920
|
readonly releasedAt: Date;
|
|
10921
10921
|
readonly providers: [{
|
|
10922
10922
|
readonly providerId: "zai";
|
|
@@ -10938,7 +10938,7 @@ export declare const models: [{
|
|
|
10938
10938
|
readonly id: "glm-4.7-flash-free";
|
|
10939
10939
|
readonly name: "GLM-4.7 Flash (Free)";
|
|
10940
10940
|
readonly description: "Free, lightweight GLM-4.7 model.";
|
|
10941
|
-
readonly family: "
|
|
10941
|
+
readonly family: "zai";
|
|
10942
10942
|
readonly free: true;
|
|
10943
10943
|
readonly stability: "unstable";
|
|
10944
10944
|
readonly releasedAt: Date;
|
|
@@ -10961,7 +10961,7 @@ export declare const models: [{
|
|
|
10961
10961
|
readonly id: "glm-4.7-flash";
|
|
10962
10962
|
readonly name: "GLM-4.7 Flash";
|
|
10963
10963
|
readonly description: "Lightweight, high-speed GLM-4.7 model.";
|
|
10964
|
-
readonly family: "
|
|
10964
|
+
readonly family: "zai";
|
|
10965
10965
|
readonly stability: "unstable";
|
|
10966
10966
|
readonly releasedAt: Date;
|
|
10967
10967
|
readonly providers: [{
|
|
@@ -10983,7 +10983,7 @@ export declare const models: [{
|
|
|
10983
10983
|
readonly id: "glm-4.6";
|
|
10984
10984
|
readonly name: "GLM-4.6";
|
|
10985
10985
|
readonly description: "Updated GLM with reasoning capabilities.";
|
|
10986
|
-
readonly family: "
|
|
10986
|
+
readonly family: "zai";
|
|
10987
10987
|
readonly releasedAt: Date;
|
|
10988
10988
|
readonly providers: [{
|
|
10989
10989
|
readonly providerId: "zai";
|
|
@@ -11065,7 +11065,7 @@ export declare const models: [{
|
|
|
11065
11065
|
readonly id: "glm-4-32b-0414-128k";
|
|
11066
11066
|
readonly name: "GLM-4 32B (0414-128k)";
|
|
11067
11067
|
readonly description: "GLM-4 32B instruction-tuned model.";
|
|
11068
|
-
readonly family: "
|
|
11068
|
+
readonly family: "zai";
|
|
11069
11069
|
readonly releasedAt: Date;
|
|
11070
11070
|
readonly providers: [{
|
|
11071
11071
|
readonly providerId: "zai";
|
|
@@ -11086,7 +11086,7 @@ export declare const models: [{
|
|
|
11086
11086
|
readonly id: "glm-4.6v";
|
|
11087
11087
|
readonly name: "GLM-4.6V";
|
|
11088
11088
|
readonly description: "Flagship vision-language model (106B) with native function calling support.";
|
|
11089
|
-
readonly family: "
|
|
11089
|
+
readonly family: "zai";
|
|
11090
11090
|
readonly releasedAt: Date;
|
|
11091
11091
|
readonly providers: [{
|
|
11092
11092
|
readonly providerId: "zai";
|
|
@@ -11121,7 +11121,7 @@ export declare const models: [{
|
|
|
11121
11121
|
readonly id: "glm-4.6v-flashx";
|
|
11122
11122
|
readonly name: "GLM-4.6V FlashX";
|
|
11123
11123
|
readonly description: "Fast vision-language model with extended capabilities.";
|
|
11124
|
-
readonly family: "
|
|
11124
|
+
readonly family: "zai";
|
|
11125
11125
|
readonly releasedAt: Date;
|
|
11126
11126
|
readonly providers: [{
|
|
11127
11127
|
readonly providerId: "zai";
|
|
@@ -11142,7 +11142,7 @@ export declare const models: [{
|
|
|
11142
11142
|
readonly id: "glm-4.6v-flash";
|
|
11143
11143
|
readonly name: "GLM-4.6V Flash";
|
|
11144
11144
|
readonly description: "Ultra-fast, lightweight vision-language model (9B) for low-latency workloads.";
|
|
11145
|
-
readonly family: "
|
|
11145
|
+
readonly family: "zai";
|
|
11146
11146
|
readonly free: true;
|
|
11147
11147
|
readonly stability: "unstable";
|
|
11148
11148
|
readonly releasedAt: Date;
|
|
@@ -11188,7 +11188,7 @@ export declare const models: [{
|
|
|
11188
11188
|
readonly id: "glm-image";
|
|
11189
11189
|
readonly name: "GLM-Image";
|
|
11190
11190
|
readonly description: "Z.AI's GLM-Image text-to-image generation model with hybrid auto-regressive architecture, excellent for text-rendering and knowledge-intensive generation.";
|
|
11191
|
-
readonly family: "
|
|
11191
|
+
readonly family: "zai";
|
|
11192
11192
|
readonly output: ["text", "image"];
|
|
11193
11193
|
readonly releasedAt: Date;
|
|
11194
11194
|
readonly providers: [{
|
package/dist/providers.js
CHANGED