promptgun 0.14.13 → 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 -1
- 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 |
|
|
@@ -505,7 +506,6 @@ export declare const AiModel: {
|
|
|
505
506
|
*/
|
|
506
507
|
readonly gpt_4o_mini_search_preview_2025_03_11: "gpt-4o-mini-search-preview-2025-03-11";
|
|
507
508
|
/**
|
|
508
|
-
* "OpenAI model ID: gpt-4o-mini-transcribe"
|
|
509
509
|
* | Attribute | Rating | Value |
|
|
510
510
|
* |----------------|-----------------|----------------|
|
|
511
511
|
* | Intelligence | ○○○ | Moderate |
|
|
@@ -571,6 +571,7 @@ export declare const AiModel: {
|
|
|
571
571
|
*/
|
|
572
572
|
readonly gpt_4o_realtime_preview_2024_12_17: "gpt-4o-realtime-preview-2024-12-17";
|
|
573
573
|
/**
|
|
574
|
+
* "OpenAI model ID: gpt-4o-realtime-preview-2025-06-03"
|
|
574
575
|
* | Attribute | Rating | Value |
|
|
575
576
|
* |----------------|-----------------|----------------|
|
|
576
577
|
* | Intelligence | ? | ? |
|
|
@@ -597,6 +598,7 @@ export declare const AiModel: {
|
|
|
597
598
|
*/
|
|
598
599
|
readonly gpt_4o_search_preview: "gpt-4o-search-preview";
|
|
599
600
|
/**
|
|
601
|
+
* "OpenAI model ID: gpt-4o-search-preview-2025-03-11"
|
|
600
602
|
* | Attribute | Rating | Value |
|
|
601
603
|
* |----------------|-----------------|----------------|
|
|
602
604
|
* | Intelligence | ○○○○ | High |
|
|
@@ -688,6 +690,7 @@ export declare const AiModel: {
|
|
|
688
690
|
*/
|
|
689
691
|
readonly o1_mini_2024_09_12: "o1-mini-2024-09-12";
|
|
690
692
|
/**
|
|
693
|
+
* "OpenAI model ID: o1-preview"
|
|
691
694
|
* | Attribute | Rating | Value |
|
|
692
695
|
* |----------------|-----------------|----------------|
|
|
693
696
|
* | Intelligence | ○○○○○ | Very High |
|
|
@@ -740,6 +743,7 @@ export declare const AiModel: {
|
|
|
740
743
|
*/
|
|
741
744
|
readonly o1_pro_2025_03_19: "o1-pro-2025-03-19";
|
|
742
745
|
/**
|
|
746
|
+
* "OpenAI model ID: o3"
|
|
743
747
|
* | Attribute | Rating | Value |
|
|
744
748
|
* |----------------|-----------------|----------------|
|
|
745
749
|
* | Intelligence | ○○○○○ | Very High |
|
|
@@ -818,6 +822,7 @@ export declare const AiModel: {
|
|
|
818
822
|
*/
|
|
819
823
|
readonly o3_pro_2025_06_10: "o3-pro-2025-06-10";
|
|
820
824
|
/**
|
|
825
|
+
* "OpenAI model ID: o4-mini"
|
|
821
826
|
* | Attribute | Rating | Value |
|
|
822
827
|
* |----------------|-----------------|----------------|
|
|
823
828
|
* | Intelligence | ○○○ | Moderate |
|