@dreb/ai 2.55.3 → 2.55.5
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.
|
@@ -8162,6 +8162,23 @@ export declare const MODELS: {
|
|
|
8162
8162
|
contextWindow: number;
|
|
8163
8163
|
maxTokens: number;
|
|
8164
8164
|
};
|
|
8165
|
+
readonly "hy3-free": {
|
|
8166
|
+
id: string;
|
|
8167
|
+
name: string;
|
|
8168
|
+
api: "openai-completions";
|
|
8169
|
+
provider: string;
|
|
8170
|
+
baseUrl: string;
|
|
8171
|
+
reasoning: true;
|
|
8172
|
+
input: "text"[];
|
|
8173
|
+
cost: {
|
|
8174
|
+
input: number;
|
|
8175
|
+
output: number;
|
|
8176
|
+
cacheRead: number;
|
|
8177
|
+
cacheWrite: number;
|
|
8178
|
+
};
|
|
8179
|
+
contextWindow: number;
|
|
8180
|
+
maxTokens: number;
|
|
8181
|
+
};
|
|
8165
8182
|
readonly "kimi-k2.5": {
|
|
8166
8183
|
id: string;
|
|
8167
8184
|
name: string;
|
|
@@ -8366,7 +8383,7 @@ export declare const MODELS: {
|
|
|
8366
8383
|
contextWindow: number;
|
|
8367
8384
|
maxTokens: number;
|
|
8368
8385
|
};
|
|
8369
|
-
readonly "nemotron-3.5-
|
|
8386
|
+
readonly "nemotron-3.5-lightning-free": {
|
|
8370
8387
|
id: string;
|
|
8371
8388
|
name: string;
|
|
8372
8389
|
api: "openai-completions";
|
|
@@ -9441,6 +9458,23 @@ export declare const MODELS: {
|
|
|
9441
9458
|
contextWindow: number;
|
|
9442
9459
|
maxTokens: number;
|
|
9443
9460
|
};
|
|
9461
|
+
readonly "bytedance-seed/seed-2.0-code": {
|
|
9462
|
+
id: string;
|
|
9463
|
+
name: string;
|
|
9464
|
+
api: "openai-completions";
|
|
9465
|
+
provider: string;
|
|
9466
|
+
baseUrl: string;
|
|
9467
|
+
reasoning: true;
|
|
9468
|
+
input: ("image" | "text")[];
|
|
9469
|
+
cost: {
|
|
9470
|
+
input: number;
|
|
9471
|
+
output: number;
|
|
9472
|
+
cacheRead: number;
|
|
9473
|
+
cacheWrite: number;
|
|
9474
|
+
};
|
|
9475
|
+
contextWindow: number;
|
|
9476
|
+
maxTokens: number;
|
|
9477
|
+
};
|
|
9444
9478
|
readonly "bytedance-seed/seed-2.0-lite": {
|
|
9445
9479
|
id: string;
|
|
9446
9480
|
name: string;
|