@caupulican/pi-ai 0.81.3 → 0.81.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.
@@ -744,6 +744,23 @@ export const MODELS = {
744
744
  contextWindow: 128000,
745
745
  maxTokens: 4096,
746
746
  },
747
+ "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
748
+ id: "jp.anthropic.claude-haiku-4-5-20251001-v1:0",
749
+ name: "Claude Haiku 4.5 (JP)",
750
+ api: "bedrock-converse-stream",
751
+ provider: "amazon-bedrock",
752
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
753
+ reasoning: true,
754
+ input: ["text", "image"],
755
+ cost: {
756
+ input: 1,
757
+ output: 5,
758
+ cacheRead: 0.1,
759
+ cacheWrite: 1.25,
760
+ },
761
+ contextWindow: 200000,
762
+ maxTokens: 64000,
763
+ },
747
764
  "jp.anthropic.claude-opus-4-7": {
748
765
  id: "jp.anthropic.claude-opus-4-7",
749
766
  name: "Claude Opus 4.7 (JP)",
@@ -13267,9 +13284,9 @@ export const MODELS = {
13267
13284
  reasoning: true,
13268
13285
  input: ["text"],
13269
13286
  cost: {
13270
- input: 0.5740000000000001,
13271
- output: 1.804,
13272
- cacheRead: 0.1066,
13287
+ input: 0.9086,
13288
+ output: 2.8556,
13289
+ cacheRead: 0.16874,
13273
13290
  cacheWrite: 0,
13274
13291
  },
13275
13292
  contextWindow: 1048576,