@apholdings/jensen-ai 1.0.9 → 1.1.0

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.
@@ -733,6 +733,23 @@ export const MODELS = {
733
733
  contextWindow: 128000,
734
734
  maxTokens: 4096,
735
735
  },
736
+ "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
737
+ id: "jp.anthropic.claude-haiku-4-5-20251001-v1:0",
738
+ name: "Claude Haiku 4.5 (JP)",
739
+ api: "bedrock-converse-stream",
740
+ provider: "amazon-bedrock",
741
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
742
+ reasoning: true,
743
+ input: ["text", "image"],
744
+ cost: {
745
+ input: 1,
746
+ output: 5,
747
+ cacheRead: 0.1,
748
+ cacheWrite: 1.25,
749
+ },
750
+ contextWindow: 200000,
751
+ maxTokens: 64000,
752
+ },
736
753
  "jp.anthropic.claude-opus-4-7": {
737
754
  id: "jp.anthropic.claude-opus-4-7",
738
755
  name: "Claude Opus 4.7 (JP)",
@@ -11912,13 +11929,13 @@ export const MODELS = {
11912
11929
  reasoning: true,
11913
11930
  input: ["text"],
11914
11931
  cost: {
11915
- input: 0.18,
11916
- output: 2.95,
11917
- cacheRead: 0.09999999999999999,
11932
+ input: 0.9086,
11933
+ output: 2.8556,
11934
+ cacheRead: 0.16874,
11918
11935
  cacheWrite: 0,
11919
11936
  },
11920
11937
  contextWindow: 1048576,
11921
- maxTokens: 202752,
11938
+ maxTokens: 131072,
11922
11939
  },
11923
11940
  "z-ai/glm-5v-turbo": {
11924
11941
  id: "z-ai/glm-5v-turbo",