floe-guard 0.15.4 → 0.15.6

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-31",
79
+ generated_at: "2026-09-07",
80
80
  source: "LiteLLM public model prices (bundled snapshot); voice rates verified from vendor list pages"
81
81
  },
82
82
  "chat-latest": {
@@ -158,6 +158,14 @@ var cost_map_default = {
158
158
  cache_read_input_token_cost: 1e-6,
159
159
  cache_creation_input_token_cost: 125e-7
160
160
  },
161
+ "claude-fable-5-1": {
162
+ input_cost_per_token: 1e-5,
163
+ output_cost_per_token: 5e-5,
164
+ litellm_provider: "anthropic",
165
+ mode: "chat",
166
+ cache_read_input_token_cost: 25e-8,
167
+ cache_creation_input_token_cost: 125e-7
168
+ },
161
169
  "claude-haiku-4-5": {
162
170
  input_cost_per_token: 1e-6,
163
171
  output_cost_per_token: 5e-6,
@@ -182,6 +190,14 @@ var cost_map_default = {
182
190
  cache_read_input_token_cost: 1e-6,
183
191
  cache_creation_input_token_cost: 125e-7
184
192
  },
193
+ "claude-mythos-5-1": {
194
+ input_cost_per_token: 1e-5,
195
+ output_cost_per_token: 5e-5,
196
+ litellm_provider: "anthropic",
197
+ mode: "chat",
198
+ cache_read_input_token_cost: 25e-8,
199
+ cache_creation_input_token_cost: 125e-7
200
+ },
185
201
  "claude-mythos-preview": {
186
202
  input_cost_per_token: 1e-5,
187
203
  output_cost_per_token: 5e-5,
@@ -475,24 +491,6 @@ var cost_map_default = {
475
491
  mode: "chat",
476
492
  cache_read_input_token_cost: 1e-8
477
493
  },
478
- "gemini-2.5-flash-native-audio-latest": {
479
- input_cost_per_token: 5e-7,
480
- output_cost_per_token: 2e-6,
481
- litellm_provider: "gemini",
482
- mode: "chat"
483
- },
484
- "gemini-2.5-flash-native-audio-preview-09-2025": {
485
- input_cost_per_token: 5e-7,
486
- output_cost_per_token: 2e-6,
487
- litellm_provider: "gemini",
488
- mode: "chat"
489
- },
490
- "gemini-2.5-flash-native-audio-preview-12-2025": {
491
- input_cost_per_token: 5e-7,
492
- output_cost_per_token: 2e-6,
493
- litellm_provider: "gemini",
494
- mode: "chat"
495
- },
496
494
  "gemini-2.5-flash-preview-09-2025": {
497
495
  input_cost_per_token: 3e-7,
498
496
  output_cost_per_token: 25e-7,
@@ -542,12 +540,6 @@ var cost_map_default = {
542
540
  mode: "chat",
543
541
  cache_read_input_token_cost: 25e-9
544
542
  },
545
- "gemini-3.1-flash-live-preview": {
546
- input_cost_per_token: 75e-8,
547
- output_cost_per_token: 45e-7,
548
- litellm_provider: "gemini",
549
- mode: "chat"
550
- },
551
543
  "gemini-3.1-pro-preview": {
552
544
  input_cost_per_token: 2e-6,
553
545
  output_cost_per_token: 12e-6,
@@ -576,12 +568,6 @@ var cost_map_default = {
576
568
  mode: "chat",
577
569
  cache_read_input_token_cost: 3e-8
578
570
  },
579
- "gemini-3.5-live-translate-preview": {
580
- input_cost_per_token: 35e-7,
581
- output_cost_per_token: 21e-6,
582
- litellm_provider: "gemini",
583
- mode: "chat"
584
- },
585
571
  "gemini-3.6-flash": {
586
572
  input_cost_per_token: 75e-8,
587
573
  output_cost_per_token: 375e-8,
@@ -596,6 +582,13 @@ var cost_map_default = {
596
582
  mode: "chat",
597
583
  cache_read_input_token_cost: 75e-9
598
584
  },
585
+ "gemini-3.8-flash": {
586
+ input_cost_per_token: 75e-8,
587
+ output_cost_per_token: 375e-8,
588
+ litellm_provider: "gemini",
589
+ mode: "chat",
590
+ cache_read_input_token_cost: 75e-9
591
+ },
599
592
  "gemini-embedding-001": {
600
593
  input_cost_per_token: 15e-8,
601
594
  output_cost_per_token: 0,
@@ -1119,6 +1112,14 @@ var cost_map_default = {
1119
1112
  cache_read_input_token_cost: 2e-7,
1120
1113
  cache_creation_input_token_cost: 25e-7
1121
1114
  },
1115
+ "gpt-6-astra": {
1116
+ input_cost_per_token: 1e-5,
1117
+ output_cost_per_token: 5e-5,
1118
+ litellm_provider: "openai",
1119
+ mode: "chat",
1120
+ cache_read_input_token_cost: 1e-6,
1121
+ cache_creation_input_token_cost: 125e-7
1122
+ },
1122
1123
  "gpt-audio": {
1123
1124
  input_cost_per_token: 25e-7,
1124
1125
  output_cost_per_token: 1e-5,