@adaline/groq 1.8.2 → 1.9.1

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.d.mts CHANGED
@@ -45,6 +45,29 @@ declare const Gemma2_9b_ITSchema: {
45
45
  title: string;
46
46
  description: string;
47
47
  objectSchema?: any;
48
+ } | {
49
+ type: "paired-select";
50
+ param: string;
51
+ title: string;
52
+ description: string;
53
+ fields: [{
54
+ label: string;
55
+ key: string;
56
+ choices: {
57
+ value: string;
58
+ label: string;
59
+ }[];
60
+ description?: string | undefined;
61
+ }, {
62
+ label: string;
63
+ key: string;
64
+ choices: {
65
+ value: string;
66
+ label: string;
67
+ }[];
68
+ description?: string | undefined;
69
+ }];
70
+ uniqueByField?: string | undefined;
48
71
  } | {
49
72
  type: "range";
50
73
  param: string;
@@ -122,6 +145,29 @@ declare const Gpt_Oss_20bSchema: {
122
145
  title: string;
123
146
  description: string;
124
147
  objectSchema?: any;
148
+ } | {
149
+ type: "paired-select";
150
+ param: string;
151
+ title: string;
152
+ description: string;
153
+ fields: [{
154
+ label: string;
155
+ key: string;
156
+ choices: {
157
+ value: string;
158
+ label: string;
159
+ }[];
160
+ description?: string | undefined;
161
+ }, {
162
+ label: string;
163
+ key: string;
164
+ choices: {
165
+ value: string;
166
+ label: string;
167
+ }[];
168
+ description?: string | undefined;
169
+ }];
170
+ uniqueByField?: string | undefined;
125
171
  } | {
126
172
  type: "range";
127
173
  param: string;
@@ -199,6 +245,29 @@ declare const Gpt_Oss_120bSchema: {
199
245
  title: string;
200
246
  description: string;
201
247
  objectSchema?: any;
248
+ } | {
249
+ type: "paired-select";
250
+ param: string;
251
+ title: string;
252
+ description: string;
253
+ fields: [{
254
+ label: string;
255
+ key: string;
256
+ choices: {
257
+ value: string;
258
+ label: string;
259
+ }[];
260
+ description?: string | undefined;
261
+ }, {
262
+ label: string;
263
+ key: string;
264
+ choices: {
265
+ value: string;
266
+ label: string;
267
+ }[];
268
+ description?: string | undefined;
269
+ }];
270
+ uniqueByField?: string | undefined;
202
271
  } | {
203
272
  type: "range";
204
273
  param: string;
@@ -276,6 +345,29 @@ declare const Llama_3_1_8bSchema: {
276
345
  title: string;
277
346
  description: string;
278
347
  objectSchema?: any;
348
+ } | {
349
+ type: "paired-select";
350
+ param: string;
351
+ title: string;
352
+ description: string;
353
+ fields: [{
354
+ label: string;
355
+ key: string;
356
+ choices: {
357
+ value: string;
358
+ label: string;
359
+ }[];
360
+ description?: string | undefined;
361
+ }, {
362
+ label: string;
363
+ key: string;
364
+ choices: {
365
+ value: string;
366
+ label: string;
367
+ }[];
368
+ description?: string | undefined;
369
+ }];
370
+ uniqueByField?: string | undefined;
279
371
  } | {
280
372
  type: "range";
281
373
  param: string;
@@ -353,6 +445,29 @@ declare const Llama_3_3_70b_VersatileSchema: {
353
445
  title: string;
354
446
  description: string;
355
447
  objectSchema?: any;
448
+ } | {
449
+ type: "paired-select";
450
+ param: string;
451
+ title: string;
452
+ description: string;
453
+ fields: [{
454
+ label: string;
455
+ key: string;
456
+ choices: {
457
+ value: string;
458
+ label: string;
459
+ }[];
460
+ description?: string | undefined;
461
+ }, {
462
+ label: string;
463
+ key: string;
464
+ choices: {
465
+ value: string;
466
+ label: string;
467
+ }[];
468
+ description?: string | undefined;
469
+ }];
470
+ uniqueByField?: string | undefined;
356
471
  } | {
357
472
  type: "range";
358
473
  param: string;
@@ -430,6 +545,29 @@ declare const Llama_Guard_4_12bSchema: {
430
545
  title: string;
431
546
  description: string;
432
547
  objectSchema?: any;
548
+ } | {
549
+ type: "paired-select";
550
+ param: string;
551
+ title: string;
552
+ description: string;
553
+ fields: [{
554
+ label: string;
555
+ key: string;
556
+ choices: {
557
+ value: string;
558
+ label: string;
559
+ }[];
560
+ description?: string | undefined;
561
+ }, {
562
+ label: string;
563
+ key: string;
564
+ choices: {
565
+ value: string;
566
+ label: string;
567
+ }[];
568
+ description?: string | undefined;
569
+ }];
570
+ uniqueByField?: string | undefined;
433
571
  } | {
434
572
  type: "range";
435
573
  param: string;
@@ -507,6 +645,29 @@ declare const Qwen3_32bSchema: {
507
645
  title: string;
508
646
  description: string;
509
647
  objectSchema?: any;
648
+ } | {
649
+ type: "paired-select";
650
+ param: string;
651
+ title: string;
652
+ description: string;
653
+ fields: [{
654
+ label: string;
655
+ key: string;
656
+ choices: {
657
+ value: string;
658
+ label: string;
659
+ }[];
660
+ description?: string | undefined;
661
+ }, {
662
+ label: string;
663
+ key: string;
664
+ choices: {
665
+ value: string;
666
+ label: string;
667
+ }[];
668
+ description?: string | undefined;
669
+ }];
670
+ uniqueByField?: string | undefined;
510
671
  } | {
511
672
  type: "range";
512
673
  param: string;
@@ -584,6 +745,29 @@ declare const Deepseek_R1_Distill_Llama_70bSchema: {
584
745
  title: string;
585
746
  description: string;
586
747
  objectSchema?: any;
748
+ } | {
749
+ type: "paired-select";
750
+ param: string;
751
+ title: string;
752
+ description: string;
753
+ fields: [{
754
+ label: string;
755
+ key: string;
756
+ choices: {
757
+ value: string;
758
+ label: string;
759
+ }[];
760
+ description?: string | undefined;
761
+ }, {
762
+ label: string;
763
+ key: string;
764
+ choices: {
765
+ value: string;
766
+ label: string;
767
+ }[];
768
+ description?: string | undefined;
769
+ }];
770
+ uniqueByField?: string | undefined;
587
771
  } | {
588
772
  type: "range";
589
773
  param: string;
@@ -661,6 +845,29 @@ declare const Kimi_K2_InstructSchema: {
661
845
  title: string;
662
846
  description: string;
663
847
  objectSchema?: any;
848
+ } | {
849
+ type: "paired-select";
850
+ param: string;
851
+ title: string;
852
+ description: string;
853
+ fields: [{
854
+ label: string;
855
+ key: string;
856
+ choices: {
857
+ value: string;
858
+ label: string;
859
+ }[];
860
+ description?: string | undefined;
861
+ }, {
862
+ label: string;
863
+ key: string;
864
+ choices: {
865
+ value: string;
866
+ label: string;
867
+ }[];
868
+ description?: string | undefined;
869
+ }];
870
+ uniqueByField?: string | undefined;
664
871
  } | {
665
872
  type: "range";
666
873
  param: string;
@@ -738,6 +945,29 @@ declare const Llama_4_Maverick_17b_128e_InstructSchema: {
738
945
  title: string;
739
946
  description: string;
740
947
  objectSchema?: any;
948
+ } | {
949
+ type: "paired-select";
950
+ param: string;
951
+ title: string;
952
+ description: string;
953
+ fields: [{
954
+ label: string;
955
+ key: string;
956
+ choices: {
957
+ value: string;
958
+ label: string;
959
+ }[];
960
+ description?: string | undefined;
961
+ }, {
962
+ label: string;
963
+ key: string;
964
+ choices: {
965
+ value: string;
966
+ label: string;
967
+ }[];
968
+ description?: string | undefined;
969
+ }];
970
+ uniqueByField?: string | undefined;
741
971
  } | {
742
972
  type: "range";
743
973
  param: string;
@@ -815,6 +1045,29 @@ declare const Llama_4_Scout_17b_16e_InstructSchema: {
815
1045
  title: string;
816
1046
  description: string;
817
1047
  objectSchema?: any;
1048
+ } | {
1049
+ type: "paired-select";
1050
+ param: string;
1051
+ title: string;
1052
+ description: string;
1053
+ fields: [{
1054
+ label: string;
1055
+ key: string;
1056
+ choices: {
1057
+ value: string;
1058
+ label: string;
1059
+ }[];
1060
+ description?: string | undefined;
1061
+ }, {
1062
+ label: string;
1063
+ key: string;
1064
+ choices: {
1065
+ value: string;
1066
+ label: string;
1067
+ }[];
1068
+ description?: string | undefined;
1069
+ }];
1070
+ uniqueByField?: string | undefined;
818
1071
  } | {
819
1072
  type: "range";
820
1073
  param: string;
package/dist/index.d.ts CHANGED
@@ -45,6 +45,29 @@ declare const Gemma2_9b_ITSchema: {
45
45
  title: string;
46
46
  description: string;
47
47
  objectSchema?: any;
48
+ } | {
49
+ type: "paired-select";
50
+ param: string;
51
+ title: string;
52
+ description: string;
53
+ fields: [{
54
+ label: string;
55
+ key: string;
56
+ choices: {
57
+ value: string;
58
+ label: string;
59
+ }[];
60
+ description?: string | undefined;
61
+ }, {
62
+ label: string;
63
+ key: string;
64
+ choices: {
65
+ value: string;
66
+ label: string;
67
+ }[];
68
+ description?: string | undefined;
69
+ }];
70
+ uniqueByField?: string | undefined;
48
71
  } | {
49
72
  type: "range";
50
73
  param: string;
@@ -122,6 +145,29 @@ declare const Gpt_Oss_20bSchema: {
122
145
  title: string;
123
146
  description: string;
124
147
  objectSchema?: any;
148
+ } | {
149
+ type: "paired-select";
150
+ param: string;
151
+ title: string;
152
+ description: string;
153
+ fields: [{
154
+ label: string;
155
+ key: string;
156
+ choices: {
157
+ value: string;
158
+ label: string;
159
+ }[];
160
+ description?: string | undefined;
161
+ }, {
162
+ label: string;
163
+ key: string;
164
+ choices: {
165
+ value: string;
166
+ label: string;
167
+ }[];
168
+ description?: string | undefined;
169
+ }];
170
+ uniqueByField?: string | undefined;
125
171
  } | {
126
172
  type: "range";
127
173
  param: string;
@@ -199,6 +245,29 @@ declare const Gpt_Oss_120bSchema: {
199
245
  title: string;
200
246
  description: string;
201
247
  objectSchema?: any;
248
+ } | {
249
+ type: "paired-select";
250
+ param: string;
251
+ title: string;
252
+ description: string;
253
+ fields: [{
254
+ label: string;
255
+ key: string;
256
+ choices: {
257
+ value: string;
258
+ label: string;
259
+ }[];
260
+ description?: string | undefined;
261
+ }, {
262
+ label: string;
263
+ key: string;
264
+ choices: {
265
+ value: string;
266
+ label: string;
267
+ }[];
268
+ description?: string | undefined;
269
+ }];
270
+ uniqueByField?: string | undefined;
202
271
  } | {
203
272
  type: "range";
204
273
  param: string;
@@ -276,6 +345,29 @@ declare const Llama_3_1_8bSchema: {
276
345
  title: string;
277
346
  description: string;
278
347
  objectSchema?: any;
348
+ } | {
349
+ type: "paired-select";
350
+ param: string;
351
+ title: string;
352
+ description: string;
353
+ fields: [{
354
+ label: string;
355
+ key: string;
356
+ choices: {
357
+ value: string;
358
+ label: string;
359
+ }[];
360
+ description?: string | undefined;
361
+ }, {
362
+ label: string;
363
+ key: string;
364
+ choices: {
365
+ value: string;
366
+ label: string;
367
+ }[];
368
+ description?: string | undefined;
369
+ }];
370
+ uniqueByField?: string | undefined;
279
371
  } | {
280
372
  type: "range";
281
373
  param: string;
@@ -353,6 +445,29 @@ declare const Llama_3_3_70b_VersatileSchema: {
353
445
  title: string;
354
446
  description: string;
355
447
  objectSchema?: any;
448
+ } | {
449
+ type: "paired-select";
450
+ param: string;
451
+ title: string;
452
+ description: string;
453
+ fields: [{
454
+ label: string;
455
+ key: string;
456
+ choices: {
457
+ value: string;
458
+ label: string;
459
+ }[];
460
+ description?: string | undefined;
461
+ }, {
462
+ label: string;
463
+ key: string;
464
+ choices: {
465
+ value: string;
466
+ label: string;
467
+ }[];
468
+ description?: string | undefined;
469
+ }];
470
+ uniqueByField?: string | undefined;
356
471
  } | {
357
472
  type: "range";
358
473
  param: string;
@@ -430,6 +545,29 @@ declare const Llama_Guard_4_12bSchema: {
430
545
  title: string;
431
546
  description: string;
432
547
  objectSchema?: any;
548
+ } | {
549
+ type: "paired-select";
550
+ param: string;
551
+ title: string;
552
+ description: string;
553
+ fields: [{
554
+ label: string;
555
+ key: string;
556
+ choices: {
557
+ value: string;
558
+ label: string;
559
+ }[];
560
+ description?: string | undefined;
561
+ }, {
562
+ label: string;
563
+ key: string;
564
+ choices: {
565
+ value: string;
566
+ label: string;
567
+ }[];
568
+ description?: string | undefined;
569
+ }];
570
+ uniqueByField?: string | undefined;
433
571
  } | {
434
572
  type: "range";
435
573
  param: string;
@@ -507,6 +645,29 @@ declare const Qwen3_32bSchema: {
507
645
  title: string;
508
646
  description: string;
509
647
  objectSchema?: any;
648
+ } | {
649
+ type: "paired-select";
650
+ param: string;
651
+ title: string;
652
+ description: string;
653
+ fields: [{
654
+ label: string;
655
+ key: string;
656
+ choices: {
657
+ value: string;
658
+ label: string;
659
+ }[];
660
+ description?: string | undefined;
661
+ }, {
662
+ label: string;
663
+ key: string;
664
+ choices: {
665
+ value: string;
666
+ label: string;
667
+ }[];
668
+ description?: string | undefined;
669
+ }];
670
+ uniqueByField?: string | undefined;
510
671
  } | {
511
672
  type: "range";
512
673
  param: string;
@@ -584,6 +745,29 @@ declare const Deepseek_R1_Distill_Llama_70bSchema: {
584
745
  title: string;
585
746
  description: string;
586
747
  objectSchema?: any;
748
+ } | {
749
+ type: "paired-select";
750
+ param: string;
751
+ title: string;
752
+ description: string;
753
+ fields: [{
754
+ label: string;
755
+ key: string;
756
+ choices: {
757
+ value: string;
758
+ label: string;
759
+ }[];
760
+ description?: string | undefined;
761
+ }, {
762
+ label: string;
763
+ key: string;
764
+ choices: {
765
+ value: string;
766
+ label: string;
767
+ }[];
768
+ description?: string | undefined;
769
+ }];
770
+ uniqueByField?: string | undefined;
587
771
  } | {
588
772
  type: "range";
589
773
  param: string;
@@ -661,6 +845,29 @@ declare const Kimi_K2_InstructSchema: {
661
845
  title: string;
662
846
  description: string;
663
847
  objectSchema?: any;
848
+ } | {
849
+ type: "paired-select";
850
+ param: string;
851
+ title: string;
852
+ description: string;
853
+ fields: [{
854
+ label: string;
855
+ key: string;
856
+ choices: {
857
+ value: string;
858
+ label: string;
859
+ }[];
860
+ description?: string | undefined;
861
+ }, {
862
+ label: string;
863
+ key: string;
864
+ choices: {
865
+ value: string;
866
+ label: string;
867
+ }[];
868
+ description?: string | undefined;
869
+ }];
870
+ uniqueByField?: string | undefined;
664
871
  } | {
665
872
  type: "range";
666
873
  param: string;
@@ -738,6 +945,29 @@ declare const Llama_4_Maverick_17b_128e_InstructSchema: {
738
945
  title: string;
739
946
  description: string;
740
947
  objectSchema?: any;
948
+ } | {
949
+ type: "paired-select";
950
+ param: string;
951
+ title: string;
952
+ description: string;
953
+ fields: [{
954
+ label: string;
955
+ key: string;
956
+ choices: {
957
+ value: string;
958
+ label: string;
959
+ }[];
960
+ description?: string | undefined;
961
+ }, {
962
+ label: string;
963
+ key: string;
964
+ choices: {
965
+ value: string;
966
+ label: string;
967
+ }[];
968
+ description?: string | undefined;
969
+ }];
970
+ uniqueByField?: string | undefined;
741
971
  } | {
742
972
  type: "range";
743
973
  param: string;
@@ -815,6 +1045,29 @@ declare const Llama_4_Scout_17b_16e_InstructSchema: {
815
1045
  title: string;
816
1046
  description: string;
817
1047
  objectSchema?: any;
1048
+ } | {
1049
+ type: "paired-select";
1050
+ param: string;
1051
+ title: string;
1052
+ description: string;
1053
+ fields: [{
1054
+ label: string;
1055
+ key: string;
1056
+ choices: {
1057
+ value: string;
1058
+ label: string;
1059
+ }[];
1060
+ description?: string | undefined;
1061
+ }, {
1062
+ label: string;
1063
+ key: string;
1064
+ choices: {
1065
+ value: string;
1066
+ label: string;
1067
+ }[];
1068
+ description?: string | undefined;
1069
+ }];
1070
+ uniqueByField?: string | undefined;
818
1071
  } | {
819
1072
  type: "range";
820
1073
  param: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaline/groq",
3
- "version": "1.8.2",
3
+ "version": "1.9.1",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "private": false,
@@ -46,9 +46,9 @@
46
46
  ],
47
47
  "dependencies": {
48
48
  "zod": "^3.23.8",
49
- "@adaline/provider": "1.5.1",
49
+ "@adaline/provider": "1.6.0",
50
50
  "@adaline/types": "1.9.1",
51
- "@adaline/openai": "1.10.0"
51
+ "@adaline/openai": "1.11.1"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@adaline/tsconfig": "0.12.1",