floe-guard 0.15.3 → 0.15.4

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.
@@ -76,7 +76,7 @@ function preCall(guard, options = {}) {
76
76
  // src/cost_map.json
77
77
  var cost_map_default = {
78
78
  __meta__: {
79
- generated_at: "2026-08-24",
79
+ generated_at: "2026-08-31",
80
80
  source: "LiteLLM public model prices (bundled snapshot); voice rates verified from vendor list pages"
81
81
  },
82
82
  "chat-latest": {
@@ -466,7 +466,7 @@ var cost_map_default = {
466
466
  output_cost_per_token: 4e-7,
467
467
  litellm_provider: "gemini",
468
468
  mode: "chat",
469
- cache_read_input_token_cost: 25e-9
469
+ cache_read_input_token_cost: 1e-8
470
470
  },
471
471
  "gemini-2.5-flash-lite-preview-09-2025": {
472
472
  input_cost_per_token: 1e-7,
@@ -476,20 +476,20 @@ var cost_map_default = {
476
476
  cache_read_input_token_cost: 1e-8
477
477
  },
478
478
  "gemini-2.5-flash-native-audio-latest": {
479
- input_cost_per_token: 3e-7,
480
- output_cost_per_token: 25e-7,
479
+ input_cost_per_token: 5e-7,
480
+ output_cost_per_token: 2e-6,
481
481
  litellm_provider: "gemini",
482
482
  mode: "chat"
483
483
  },
484
484
  "gemini-2.5-flash-native-audio-preview-09-2025": {
485
- input_cost_per_token: 3e-7,
486
- output_cost_per_token: 25e-7,
485
+ input_cost_per_token: 5e-7,
486
+ output_cost_per_token: 2e-6,
487
487
  litellm_provider: "gemini",
488
488
  mode: "chat"
489
489
  },
490
490
  "gemini-2.5-flash-native-audio-preview-12-2025": {
491
- input_cost_per_token: 3e-7,
492
- output_cost_per_token: 25e-7,
491
+ input_cost_per_token: 5e-7,
492
+ output_cost_per_token: 2e-6,
493
493
  litellm_provider: "gemini",
494
494
  mode: "chat"
495
495
  },
@@ -498,7 +498,7 @@ var cost_map_default = {
498
498
  output_cost_per_token: 25e-7,
499
499
  litellm_provider: "gemini",
500
500
  mode: "chat",
501
- cache_read_input_token_cost: 75e-9
501
+ cache_read_input_token_cost: 3e-8
502
502
  },
503
503
  "gemini-2.5-pro": {
504
504
  input_cost_per_token: 125e-8,
@@ -508,8 +508,8 @@ var cost_map_default = {
508
508
  cache_read_input_token_cost: 125e-9
509
509
  },
510
510
  "gemini-2.5-pro-preview-tts": {
511
- input_cost_per_token: 125e-8,
512
- output_cost_per_token: 1e-5,
511
+ input_cost_per_token: 1e-6,
512
+ output_cost_per_token: 2e-5,
513
513
  litellm_provider: "gemini",
514
514
  mode: "chat",
515
515
  cache_read_input_token_cost: 125e-9
@@ -626,14 +626,14 @@ var cost_map_default = {
626
626
  output_cost_per_token: 25e-7,
627
627
  litellm_provider: "gemini",
628
628
  mode: "chat",
629
- cache_read_input_token_cost: 75e-9
629
+ cache_read_input_token_cost: 3e-8
630
630
  },
631
631
  "gemini-flash-lite-latest": {
632
632
  input_cost_per_token: 1e-7,
633
633
  output_cost_per_token: 4e-7,
634
634
  litellm_provider: "gemini",
635
635
  mode: "chat",
636
- cache_read_input_token_cost: 25e-9
636
+ cache_read_input_token_cost: 1e-8
637
637
  },
638
638
  "gemini-gemma-2-27b-it": {
639
639
  input_cost_per_token: 35e-8,
@@ -647,6 +647,12 @@ var cost_map_default = {
647
647
  litellm_provider: "gemini",
648
648
  mode: "chat"
649
649
  },
650
+ "gemini-omni-1.1-flash": {
651
+ input_cost_per_token: 15e-7,
652
+ output_cost_per_token: 9e-6,
653
+ litellm_provider: "gemini",
654
+ mode: "chat"
655
+ },
650
656
  "gemini-omni-flash-preview": {
651
657
  input_cost_per_token: 15e-7,
652
658
  output_cost_per_token: 9e-6,