promptgun 0.14.14 → 0.14.15
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 +6 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
|
@@ -492,6 +492,7 @@ export declare const AiModel: {
|
|
|
492
492
|
*/
|
|
493
493
|
readonly gpt_4o_mini_search_preview: "gpt-4o-mini-search-preview";
|
|
494
494
|
/**
|
|
495
|
+
* "OpenAI model ID: gpt-4o-mini-search-preview-2025-03-11"
|
|
495
496
|
* | Attribute | Rating | Value |
|
|
496
497
|
* |----------------|-----------------|----------------|
|
|
497
498
|
* | Intelligence | ○○○ | Moderate |
|
|
@@ -570,6 +571,7 @@ export declare const AiModel: {
|
|
|
570
571
|
*/
|
|
571
572
|
readonly gpt_4o_realtime_preview_2024_12_17: "gpt-4o-realtime-preview-2024-12-17";
|
|
572
573
|
/**
|
|
574
|
+
* "OpenAI model ID: gpt-4o-realtime-preview-2025-06-03"
|
|
573
575
|
* | Attribute | Rating | Value |
|
|
574
576
|
* |----------------|-----------------|----------------|
|
|
575
577
|
* | Intelligence | ? | ? |
|
|
@@ -596,6 +598,7 @@ export declare const AiModel: {
|
|
|
596
598
|
*/
|
|
597
599
|
readonly gpt_4o_search_preview: "gpt-4o-search-preview";
|
|
598
600
|
/**
|
|
601
|
+
* "OpenAI model ID: gpt-4o-search-preview-2025-03-11"
|
|
599
602
|
* | Attribute | Rating | Value |
|
|
600
603
|
* |----------------|-----------------|----------------|
|
|
601
604
|
* | Intelligence | ○○○○ | High |
|
|
@@ -687,6 +690,7 @@ export declare const AiModel: {
|
|
|
687
690
|
*/
|
|
688
691
|
readonly o1_mini_2024_09_12: "o1-mini-2024-09-12";
|
|
689
692
|
/**
|
|
693
|
+
* "OpenAI model ID: o1-preview"
|
|
690
694
|
* | Attribute | Rating | Value |
|
|
691
695
|
* |----------------|-----------------|----------------|
|
|
692
696
|
* | Intelligence | ○○○○○ | Very High |
|
|
@@ -739,6 +743,7 @@ export declare const AiModel: {
|
|
|
739
743
|
*/
|
|
740
744
|
readonly o1_pro_2025_03_19: "o1-pro-2025-03-19";
|
|
741
745
|
/**
|
|
746
|
+
* "OpenAI model ID: o3"
|
|
742
747
|
* | Attribute | Rating | Value |
|
|
743
748
|
* |----------------|-----------------|----------------|
|
|
744
749
|
* | Intelligence | ○○○○○ | Very High |
|
|
@@ -817,6 +822,7 @@ export declare const AiModel: {
|
|
|
817
822
|
*/
|
|
818
823
|
readonly o3_pro_2025_06_10: "o3-pro-2025-06-10";
|
|
819
824
|
/**
|
|
825
|
+
* "OpenAI model ID: o4-mini"
|
|
820
826
|
* | Attribute | Rating | Value |
|
|
821
827
|
* |----------------|-----------------|----------------|
|
|
822
828
|
* | Intelligence | ○○○ | Moderate |
|