@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.
|
@@ -731,6 +731,23 @@ export declare const MODELS: {
|
|
|
731
731
|
contextWindow: number;
|
|
732
732
|
maxTokens: number;
|
|
733
733
|
};
|
|
734
|
+
readonly "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
735
|
+
id: string;
|
|
736
|
+
name: string;
|
|
737
|
+
api: "bedrock-converse-stream";
|
|
738
|
+
provider: string;
|
|
739
|
+
baseUrl: string;
|
|
740
|
+
reasoning: true;
|
|
741
|
+
input: ("image" | "text")[];
|
|
742
|
+
cost: {
|
|
743
|
+
input: number;
|
|
744
|
+
output: number;
|
|
745
|
+
cacheRead: number;
|
|
746
|
+
cacheWrite: number;
|
|
747
|
+
};
|
|
748
|
+
contextWindow: number;
|
|
749
|
+
maxTokens: number;
|
|
750
|
+
};
|
|
734
751
|
readonly "jp.anthropic.claude-opus-4-7": {
|
|
735
752
|
id: string;
|
|
736
753
|
name: string;
|