promptgun 0.11.4 → 0.11.5

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
@@ -438,6 +438,19 @@ export declare const AiModel: {
438
438
  * [Official doc](https://platform.openai.com/docs/models/gpt-4-turbo-2024-04-09)
439
439
  */
440
440
  readonly gpt_4_turbo_2024_04_09: "gpt-4-turbo-2024-04-09";
441
+ /**
442
+ * | Attribute | Rating | Value |
443
+ * |----------------|-----------------|----------------|
444
+ * | Intelligence | ○○○○○ | Very High |
445
+ * | Speed | ○○ | Slow |
446
+ * | | Input | Output |
447
+ * | Type | Text | Text |
448
+ * | Price | \$15.00/1M tokens | \$60.00/1M tokens |
449
+ *
450
+ * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
451
+ * [Official doc](https://platform.openai.com/docs/models/o1-2024-12-17)
452
+ */
453
+ readonly o1_2024_12_17: "o1-2024-12-17";
441
454
  /**
442
455
  * | Attribute | Rating | Value |
443
456
  * |----------------|-----------------|----------------|
@@ -451,6 +464,19 @@ export declare const AiModel: {
451
464
  * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-16k)
452
465
  */
453
466
  readonly gpt_3_5_turbo_16k: "gpt-3.5-turbo-16k";
467
+ /**
468
+ * | Attribute | Rating | Value |
469
+ * |----------------|-----------------|----------------|
470
+ * | Intelligence | ○○○○○ | Very High |
471
+ * | Speed | ○○ | Slow |
472
+ * | | Input | Output |
473
+ * | Type | Text | Text |
474
+ * | Price | \$15.00/1M tokens | \$60.00/1M tokens |
475
+ *
476
+ * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
477
+ * [Official doc](https://platform.openai.com/docs/models/o1)
478
+ */
479
+ readonly o1: "o1";
454
480
  /**
455
481
  * | Attribute | Rating | Value |
456
482
  * |----------------|-----------------|----------------|
@@ -490,6 +516,32 @@ export declare const AiModel: {
490
516
  * [Official doc](https://platform.openai.com/docs/models/gpt-4-0613)
491
517
  */
492
518
  readonly gpt_4_0613: "gpt-4-0613";
519
+ /**
520
+ * | Attribute | Rating | Value |
521
+ * |----------------|-----------------|----------------|
522
+ * | Intelligence | ○○○○○ | Very High |
523
+ * | Speed | ○○ | Slow |
524
+ * | | Input | Output |
525
+ * | Type | Text | Text |
526
+ * | Price | Unknown | Unknown |
527
+ *
528
+ * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
529
+ * [Official doc](https://platform.openai.com/docs/models/o1-pro)
530
+ */
531
+ readonly o1_pro: "o1-pro";
532
+ /**
533
+ * | Attribute | Rating | Value |
534
+ * |----------------|-----------------|----------------|
535
+ * | Intelligence | ○○○○○ | Very High |
536
+ * | Speed | ○○ | Slow |
537
+ * | | Input | Output |
538
+ * | Type | Text | Text |
539
+ * | Price | Unknown | Unknown |
540
+ *
541
+ * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
542
+ * [Official doc](https://platform.openai.com/docs/models/o1-pro-2025-03-19)
543
+ */
544
+ readonly o1_pro_2025_03_19: "o1-pro-2025-03-19";
493
545
  /**
494
546
  * | Attribute | Rating | Value |
495
547
  * |----------------|-----------------|----------------|
@@ -711,19 +763,6 @@ export declare const AiModel: {
711
763
  * [Official doc](https://platform.openai.com/docs/models/gpt-3.5-turbo-0125)
712
764
  */
713
765
  readonly gpt_3_5_turbo_0125: "gpt-3.5-turbo-0125";
714
- /**
715
- * | Attribute | Rating | Value |
716
- * |----------------|-----------------|----------------|
717
- * | Intelligence | ○○○○○ | Very High |
718
- * | Speed | ○○ | Slow |
719
- * | | Input | Output |
720
- * | Type | Text | Text |
721
- * | Price | \$15.00/1M tokens | \$60.00/1M tokens |
722
- *
723
- * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
724
- * [Official doc](https://platform.openai.com/docs/models/o1)
725
- */
726
- readonly o1: "o1";
727
766
  /**
728
767
  * | Attribute | Rating | Value |
729
768
  * |----------------|-----------------|----------------|
@@ -737,45 +776,6 @@ export declare const AiModel: {
737
776
  * [Official doc](https://platform.openai.com/docs/models/o1-mini-2024-09-12)
738
777
  */
739
778
  readonly o1_mini_2024_09_12: "o1-mini-2024-09-12";
740
- /**
741
- * | Attribute | Rating | Value |
742
- * |----------------|-----------------|----------------|
743
- * | Intelligence | ○○○○○ | Very High |
744
- * | Speed | ○○ | Slow |
745
- * | | Input | Output |
746
- * | Type | Text | Text |
747
- * | Price | \$15.00/1M tokens | \$60.00/1M tokens |
748
- *
749
- * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
750
- * [Official doc](https://platform.openai.com/docs/models/o1-2024-12-17)
751
- */
752
- readonly o1_2024_12_17: "o1-2024-12-17";
753
- /**
754
- * | Attribute | Rating | Value |
755
- * |----------------|-----------------|----------------|
756
- * | Intelligence | ○○○○○ | Very High |
757
- * | Speed | ○○ | Slow |
758
- * | | Input | Output |
759
- * | Type | Text | Text |
760
- * | Price | Unknown | Unknown |
761
- *
762
- * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
763
- * [Official doc](https://platform.openai.com/docs/models/o1-pro)
764
- */
765
- readonly o1_pro: "o1-pro";
766
- /**
767
- * | Attribute | Rating | Value |
768
- * |----------------|-----------------|----------------|
769
- * | Intelligence | ○○○○○ | Very High |
770
- * | Speed | ○○ | Slow |
771
- * | | Input | Output |
772
- * | Type | Text | Text |
773
- * | Price | Unknown | Unknown |
774
- *
775
- * Note, this documentation is auto-generated and may contain errors. For the most accurate information, please refer to the official documentation.
776
- * [Official doc](https://platform.openai.com/docs/models/o1-pro-2025-03-19)
777
- */
778
- readonly o1_pro_2025_03_19: "o1-pro-2025-03-19";
779
779
  /**
780
780
  * | Attribute | Rating | Value |
781
781
  * |----------------|-----------------|----------------|