promptgun 0.14.27 → 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 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 |
@@ -76,7 +77,6 @@ export declare const AiModel: {
76
77
  */
77
78
  readonly gpt_3_5_turbo_16k: "gpt-3.5-turbo-16k";
78
79
  /**
79
- * "OpenAI model ID: gpt-3.5-turbo-instruct"
80
80
  * | Attribute | Rating | Value |
81
81
  * |----------------|-----------------|----------------|
82
82
  * | Intelligence | ○○○ | Moderate |
@@ -129,7 +129,6 @@ export declare const AiModel: {
129
129
  */
130
130
  readonly gpt_4_0125_preview: "gpt-4-0125-preview";
131
131
  /**
132
- * "OpenAI model ID: gpt-4-0613"
133
132
  * | Attribute | Rating | Value |
134
133
  * |----------------|-----------------|----------------|
135
134
  * | Intelligence | ○○○○ | High |
@@ -156,6 +155,7 @@ export declare const AiModel: {
156
155
  */
157
156
  readonly gpt_4_1106_preview: "gpt-4-1106-preview";
158
157
  /**
158
+ * "OpenAI model ID: gpt-4-turbo"
159
159
  * | Attribute | Rating | Value |
160
160
  * |----------------|-----------------|----------------|
161
161
  * | Intelligence | ○○○○ | High |
@@ -195,6 +195,7 @@ export declare const AiModel: {
195
195
  */
196
196
  readonly gpt_4_turbo_preview: "gpt-4-turbo-preview";
197
197
  /**
198
+ * "OpenAI model ID: gpt-4.1"
198
199
  * | Attribute | Rating | Value |
199
200
  * |----------------|-----------------|----------------|
200
201
  * | Intelligence | ○○○○ | High |
@@ -299,6 +300,7 @@ export declare const AiModel: {
299
300
  */
300
301
  readonly gpt_4_5_preview_2025_02_27: "gpt-4.5-preview-2025-02-27";
301
302
  /**
303
+ * "OpenAI model ID: gpt-4o"
302
304
  * | Attribute | Rating | Value |
303
305
  * |----------------|-----------------|----------------|
304
306
  * | Intelligence | ○○○○ | High |
@@ -325,6 +327,7 @@ export declare const AiModel: {
325
327
  */
326
328
  readonly gpt_4o_2024_05_13: "gpt-4o-2024-05-13";
327
329
  /**
330
+ * "OpenAI model ID: gpt-4o-2024-08-06"
328
331
  * | Attribute | Rating | Value |
329
332
  * |----------------|-----------------|----------------|
330
333
  * | Intelligence | ○○○○ | High |
@@ -468,7 +471,6 @@ export declare const AiModel: {
468
471
  */
469
472
  readonly gpt_4o_mini_realtime_preview: "gpt-4o-mini-realtime-preview";
470
473
  /**
471
- * "OpenAI model ID: gpt-4o-mini-realtime-preview-2024-12-17"
472
474
  * | Attribute | Rating | Value |
473
475
  * |----------------|-----------------|----------------|
474
476
  * | Intelligence | ○○○ | Moderate |
@@ -508,6 +510,7 @@ export declare const AiModel: {
508
510
  */
509
511
  readonly gpt_4o_mini_search_preview_2025_03_11: "gpt-4o-mini-search-preview-2025-03-11";
510
512
  /**
513
+ * "OpenAI model ID: gpt-4o-mini-transcribe"
511
514
  * | Attribute | Rating | Value |
512
515
  * |----------------|-----------------|----------------|
513
516
  * | Intelligence | ○○○ | Moderate |
@@ -573,6 +576,7 @@ export declare const AiModel: {
573
576
  */
574
577
  readonly gpt_4o_realtime_preview_2024_12_17: "gpt-4o-realtime-preview-2024-12-17";
575
578
  /**
579
+ * "OpenAI model ID: gpt-4o-realtime-preview-2025-06-03"
576
580
  * | Attribute | Rating | Value |
577
581
  * |----------------|-----------------|----------------|
578
582
  * | Intelligence | ? | ? |
@@ -690,6 +694,7 @@ export declare const AiModel: {
690
694
  */
691
695
  readonly o1_mini_2024_09_12: "o1-mini-2024-09-12";
692
696
  /**
697
+ * "OpenAI model ID: o1-preview"
693
698
  * | Attribute | Rating | Value |
694
699
  * |----------------|-----------------|----------------|
695
700
  * | Intelligence | ○○○○○ | Very High |
@@ -716,6 +721,7 @@ export declare const AiModel: {
716
721
  */
717
722
  readonly o1_preview_2024_09_12: "o1-preview-2024-09-12";
718
723
  /**
724
+ * "OpenAI model ID: o1-pro"
719
725
  * | Attribute | Rating | Value |
720
726
  * |----------------|-----------------|----------------|
721
727
  * | Intelligence | ○○○○○ | Very High |
@@ -729,6 +735,7 @@ export declare const AiModel: {
729
735
  */
730
736
  readonly o1_pro: "o1-pro";
731
737
  /**
738
+ * "OpenAI model ID: o1-pro-2025-03-19"
732
739
  * | Attribute | Rating | Value |
733
740
  * |----------------|-----------------|----------------|
734
741
  * | Intelligence | ○○○○○ | Very High |
@@ -807,7 +814,6 @@ export declare const AiModel: {
807
814
  */
808
815
  readonly o3_mini: "o3-mini";
809
816
  /**
810
- * "OpenAI model ID: o3-mini-2025-01-31"
811
817
  * | Attribute | Rating | Value |
812
818
  * |----------------|-----------------|----------------|
813
819
  * | Intelligence | ○○○○ | High |
@@ -873,6 +879,7 @@ export declare const AiModel: {
873
879
  */
874
880
  readonly o4_mini_2025_04_16: "o4-mini-2025-04-16";
875
881
  /**
882
+ * "OpenAI model ID: o4-mini-deep-research"
876
883
  * | Attribute | Rating | Value |
877
884
  * |----------------|-----------------|----------------|
878
885
  * | Intelligence | ? | ? |