@dreb/ai 2.34.2 → 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,6 +1598,23 @@ export declare const MODELS: {
|
|
|
1598
1598
|
contextWindow: number;
|
|
1599
1599
|
maxTokens: number;
|
|
1600
1600
|
};
|
|
1601
|
+
readonly "xai.grok-4.3": {
|
|
1602
|
+
id: string;
|
|
1603
|
+
name: string;
|
|
1604
|
+
api: "bedrock-converse-stream";
|
|
1605
|
+
provider: string;
|
|
1606
|
+
baseUrl: string;
|
|
1607
|
+
reasoning: true;
|
|
1608
|
+
input: ("image" | "text")[];
|
|
1609
|
+
cost: {
|
|
1610
|
+
input: number;
|
|
1611
|
+
output: number;
|
|
1612
|
+
cacheRead: number;
|
|
1613
|
+
cacheWrite: number;
|
|
1614
|
+
};
|
|
1615
|
+
contextWindow: number;
|
|
1616
|
+
maxTokens: number;
|
|
1617
|
+
};
|
|
1601
1618
|
readonly "zai.glm-4.7": {
|
|
1602
1619
|
id: string;
|
|
1603
1620
|
name: string;
|
|
@@ -4897,6 +4914,26 @@ export declare const MODELS: {
|
|
|
4897
4914
|
contextWindow: number;
|
|
4898
4915
|
maxTokens: number;
|
|
4899
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
|
+
};
|
|
4900
4937
|
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
4901
4938
|
id: string;
|
|
4902
4939
|
name: string;
|
|
@@ -7844,23 +7881,6 @@ export declare const MODELS: {
|
|
|
7844
7881
|
contextWindow: number;
|
|
7845
7882
|
maxTokens: number;
|
|
7846
7883
|
};
|
|
7847
|
-
readonly "anthropic/claude-opus-4.6-fast": {
|
|
7848
|
-
id: string;
|
|
7849
|
-
name: string;
|
|
7850
|
-
api: "openai-completions";
|
|
7851
|
-
provider: string;
|
|
7852
|
-
baseUrl: string;
|
|
7853
|
-
reasoning: true;
|
|
7854
|
-
input: ("image" | "text")[];
|
|
7855
|
-
cost: {
|
|
7856
|
-
input: number;
|
|
7857
|
-
output: number;
|
|
7858
|
-
cacheRead: number;
|
|
7859
|
-
cacheWrite: number;
|
|
7860
|
-
};
|
|
7861
|
-
contextWindow: number;
|
|
7862
|
-
maxTokens: number;
|
|
7863
|
-
};
|
|
7864
7884
|
readonly "anthropic/claude-opus-4.7": {
|
|
7865
7885
|
id: string;
|
|
7866
7886
|
name: string;
|