@dreb/ai 2.34.1 → 2.34.3
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.
|
@@ -1598,14 +1598,14 @@ export declare const MODELS: {
|
|
|
1598
1598
|
contextWindow: number;
|
|
1599
1599
|
maxTokens: number;
|
|
1600
1600
|
};
|
|
1601
|
-
readonly "
|
|
1601
|
+
readonly "xai.grok-4.3": {
|
|
1602
1602
|
id: string;
|
|
1603
1603
|
name: string;
|
|
1604
1604
|
api: "bedrock-converse-stream";
|
|
1605
1605
|
provider: string;
|
|
1606
1606
|
baseUrl: string;
|
|
1607
1607
|
reasoning: true;
|
|
1608
|
-
input: "text"[];
|
|
1608
|
+
input: ("image" | "text")[];
|
|
1609
1609
|
cost: {
|
|
1610
1610
|
input: number;
|
|
1611
1611
|
output: number;
|
|
@@ -1615,7 +1615,7 @@ export declare const MODELS: {
|
|
|
1615
1615
|
contextWindow: number;
|
|
1616
1616
|
maxTokens: number;
|
|
1617
1617
|
};
|
|
1618
|
-
readonly "zai.glm-4.7
|
|
1618
|
+
readonly "zai.glm-4.7": {
|
|
1619
1619
|
id: string;
|
|
1620
1620
|
name: string;
|
|
1621
1621
|
api: "bedrock-converse-stream";
|
|
@@ -1632,7 +1632,7 @@ export declare const MODELS: {
|
|
|
1632
1632
|
contextWindow: number;
|
|
1633
1633
|
maxTokens: number;
|
|
1634
1634
|
};
|
|
1635
|
-
readonly "zai.glm-
|
|
1635
|
+
readonly "zai.glm-4.7-flash": {
|
|
1636
1636
|
id: string;
|
|
1637
1637
|
name: string;
|
|
1638
1638
|
api: "bedrock-converse-stream";
|
|
@@ -1649,33 +1649,14 @@ export declare const MODELS: {
|
|
|
1649
1649
|
contextWindow: number;
|
|
1650
1650
|
maxTokens: number;
|
|
1651
1651
|
};
|
|
1652
|
-
|
|
1653
|
-
readonly anthropic: {
|
|
1654
|
-
readonly "claude-3-5-haiku-20241022": {
|
|
1655
|
-
id: string;
|
|
1656
|
-
name: string;
|
|
1657
|
-
api: "anthropic-messages";
|
|
1658
|
-
provider: string;
|
|
1659
|
-
baseUrl: string;
|
|
1660
|
-
reasoning: false;
|
|
1661
|
-
input: ("image" | "text")[];
|
|
1662
|
-
cost: {
|
|
1663
|
-
input: number;
|
|
1664
|
-
output: number;
|
|
1665
|
-
cacheRead: number;
|
|
1666
|
-
cacheWrite: number;
|
|
1667
|
-
};
|
|
1668
|
-
contextWindow: number;
|
|
1669
|
-
maxTokens: number;
|
|
1670
|
-
};
|
|
1671
|
-
readonly "claude-3-5-haiku-latest": {
|
|
1652
|
+
readonly "zai.glm-5": {
|
|
1672
1653
|
id: string;
|
|
1673
1654
|
name: string;
|
|
1674
|
-
api: "
|
|
1655
|
+
api: "bedrock-converse-stream";
|
|
1675
1656
|
provider: string;
|
|
1676
1657
|
baseUrl: string;
|
|
1677
|
-
reasoning:
|
|
1678
|
-
input:
|
|
1658
|
+
reasoning: true;
|
|
1659
|
+
input: "text"[];
|
|
1679
1660
|
cost: {
|
|
1680
1661
|
input: number;
|
|
1681
1662
|
output: number;
|
|
@@ -1685,6 +1666,8 @@ export declare const MODELS: {
|
|
|
1685
1666
|
contextWindow: number;
|
|
1686
1667
|
maxTokens: number;
|
|
1687
1668
|
};
|
|
1669
|
+
};
|
|
1670
|
+
readonly anthropic: {
|
|
1688
1671
|
readonly "claude-3-5-sonnet-20240620": {
|
|
1689
1672
|
id: string;
|
|
1690
1673
|
name: string;
|
|
@@ -4931,6 +4914,26 @@ export declare const MODELS: {
|
|
|
4931
4914
|
contextWindow: number;
|
|
4932
4915
|
maxTokens: number;
|
|
4933
4916
|
};
|
|
4917
|
+
readonly "openai/gpt-oss-120b": {
|
|
4918
|
+
id: string;
|
|
4919
|
+
name: string;
|
|
4920
|
+
api: "openai-completions";
|
|
4921
|
+
provider: string;
|
|
4922
|
+
baseUrl: string;
|
|
4923
|
+
compat: {
|
|
4924
|
+
supportsDeveloperRole: false;
|
|
4925
|
+
};
|
|
4926
|
+
reasoning: true;
|
|
4927
|
+
input: "text"[];
|
|
4928
|
+
cost: {
|
|
4929
|
+
input: number;
|
|
4930
|
+
output: number;
|
|
4931
|
+
cacheRead: number;
|
|
4932
|
+
cacheWrite: number;
|
|
4933
|
+
};
|
|
4934
|
+
contextWindow: number;
|
|
4935
|
+
maxTokens: number;
|
|
4936
|
+
};
|
|
4934
4937
|
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
4935
4938
|
id: string;
|
|
4936
4939
|
name: string;
|
|
@@ -7878,23 +7881,6 @@ export declare const MODELS: {
|
|
|
7878
7881
|
contextWindow: number;
|
|
7879
7882
|
maxTokens: number;
|
|
7880
7883
|
};
|
|
7881
|
-
readonly "anthropic/claude-opus-4.6-fast": {
|
|
7882
|
-
id: string;
|
|
7883
|
-
name: string;
|
|
7884
|
-
api: "openai-completions";
|
|
7885
|
-
provider: string;
|
|
7886
|
-
baseUrl: string;
|
|
7887
|
-
reasoning: true;
|
|
7888
|
-
input: ("image" | "text")[];
|
|
7889
|
-
cost: {
|
|
7890
|
-
input: number;
|
|
7891
|
-
output: number;
|
|
7892
|
-
cacheRead: number;
|
|
7893
|
-
cacheWrite: number;
|
|
7894
|
-
};
|
|
7895
|
-
contextWindow: number;
|
|
7896
|
-
maxTokens: number;
|
|
7897
|
-
};
|
|
7898
7884
|
readonly "anthropic/claude-opus-4.7": {
|
|
7899
7885
|
id: string;
|
|
7900
7886
|
name: string;
|