promptgun 0.14.28 → 0.14.29
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/build/index.d.ts +11 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export declare class AIClient {
|
|
|
24
24
|
|
|
25
25
|
export declare const AiModel: {
|
|
26
26
|
/**
|
|
27
|
+
* "OpenAI model ID: gpt-3.5-turbo"
|
|
27
28
|
* | Attribute | Rating | Value |
|
|
28
29
|
* |----------------|-----------------|----------------|
|
|
29
30
|
* | Intelligence | ○○○ | Moderate |
|
|
@@ -154,6 +155,7 @@ export declare const AiModel: {
|
|
|
154
155
|
*/
|
|
155
156
|
readonly gpt_4_1106_preview: "gpt-4-1106-preview";
|
|
156
157
|
/**
|
|
158
|
+
* "OpenAI model ID: gpt-4-turbo"
|
|
157
159
|
* | Attribute | Rating | Value |
|
|
158
160
|
* |----------------|-----------------|----------------|
|
|
159
161
|
* | Intelligence | ○○○○ | High |
|
|
@@ -193,6 +195,7 @@ export declare const AiModel: {
|
|
|
193
195
|
*/
|
|
194
196
|
readonly gpt_4_turbo_preview: "gpt-4-turbo-preview";
|
|
195
197
|
/**
|
|
198
|
+
* "OpenAI model ID: gpt-4.1"
|
|
196
199
|
* | Attribute | Rating | Value |
|
|
197
200
|
* |----------------|-----------------|----------------|
|
|
198
201
|
* | Intelligence | ○○○○ | High |
|
|
@@ -297,6 +300,7 @@ export declare const AiModel: {
|
|
|
297
300
|
*/
|
|
298
301
|
readonly gpt_4_5_preview_2025_02_27: "gpt-4.5-preview-2025-02-27";
|
|
299
302
|
/**
|
|
303
|
+
* "OpenAI model ID: gpt-4o"
|
|
300
304
|
* | Attribute | Rating | Value |
|
|
301
305
|
* |----------------|-----------------|----------------|
|
|
302
306
|
* | Intelligence | ○○○○ | High |
|
|
@@ -323,6 +327,7 @@ export declare const AiModel: {
|
|
|
323
327
|
*/
|
|
324
328
|
readonly gpt_4o_2024_05_13: "gpt-4o-2024-05-13";
|
|
325
329
|
/**
|
|
330
|
+
* "OpenAI model ID: gpt-4o-2024-08-06"
|
|
326
331
|
* | Attribute | Rating | Value |
|
|
327
332
|
* |----------------|-----------------|----------------|
|
|
328
333
|
* | Intelligence | ○○○○ | High |
|
|
@@ -505,6 +510,7 @@ export declare const AiModel: {
|
|
|
505
510
|
*/
|
|
506
511
|
readonly gpt_4o_mini_search_preview_2025_03_11: "gpt-4o-mini-search-preview-2025-03-11";
|
|
507
512
|
/**
|
|
513
|
+
* "OpenAI model ID: gpt-4o-mini-transcribe"
|
|
508
514
|
* | Attribute | Rating | Value |
|
|
509
515
|
* |----------------|-----------------|----------------|
|
|
510
516
|
* | Intelligence | ○○○ | Moderate |
|
|
@@ -570,6 +576,7 @@ export declare const AiModel: {
|
|
|
570
576
|
*/
|
|
571
577
|
readonly gpt_4o_realtime_preview_2024_12_17: "gpt-4o-realtime-preview-2024-12-17";
|
|
572
578
|
/**
|
|
579
|
+
* "OpenAI model ID: gpt-4o-realtime-preview-2025-06-03"
|
|
573
580
|
* | Attribute | Rating | Value |
|
|
574
581
|
* |----------------|-----------------|----------------|
|
|
575
582
|
* | Intelligence | ? | ? |
|
|
@@ -687,6 +694,7 @@ export declare const AiModel: {
|
|
|
687
694
|
*/
|
|
688
695
|
readonly o1_mini_2024_09_12: "o1-mini-2024-09-12";
|
|
689
696
|
/**
|
|
697
|
+
* "OpenAI model ID: o1-preview"
|
|
690
698
|
* | Attribute | Rating | Value |
|
|
691
699
|
* |----------------|-----------------|----------------|
|
|
692
700
|
* | Intelligence | ○○○○○ | Very High |
|
|
@@ -713,6 +721,7 @@ export declare const AiModel: {
|
|
|
713
721
|
*/
|
|
714
722
|
readonly o1_preview_2024_09_12: "o1-preview-2024-09-12";
|
|
715
723
|
/**
|
|
724
|
+
* "OpenAI model ID: o1-pro"
|
|
716
725
|
* | Attribute | Rating | Value |
|
|
717
726
|
* |----------------|-----------------|----------------|
|
|
718
727
|
* | Intelligence | ○○○○○ | Very High |
|
|
@@ -726,6 +735,7 @@ export declare const AiModel: {
|
|
|
726
735
|
*/
|
|
727
736
|
readonly o1_pro: "o1-pro";
|
|
728
737
|
/**
|
|
738
|
+
* "OpenAI model ID: o1-pro-2025-03-19"
|
|
729
739
|
* | Attribute | Rating | Value |
|
|
730
740
|
* |----------------|-----------------|----------------|
|
|
731
741
|
* | Intelligence | ○○○○○ | Very High |
|
|
@@ -869,6 +879,7 @@ export declare const AiModel: {
|
|
|
869
879
|
*/
|
|
870
880
|
readonly o4_mini_2025_04_16: "o4-mini-2025-04-16";
|
|
871
881
|
/**
|
|
882
|
+
* "OpenAI model ID: o4-mini-deep-research"
|
|
872
883
|
* | Attribute | Rating | Value |
|
|
873
884
|
* |----------------|-----------------|----------------|
|
|
874
885
|
* | Intelligence | ? | ? |
|