@dreb/ai 2.55.3 → 2.55.4

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.
@@ -8366,7 +8366,7 @@ export declare const MODELS: {
8366
8366
  contextWindow: number;
8367
8367
  maxTokens: number;
8368
8368
  };
8369
- readonly "nemotron-3.5-lighting-free": {
8369
+ readonly "nemotron-3.5-lightning-free": {
8370
8370
  id: string;
8371
8371
  name: string;
8372
8372
  api: "openai-completions";
@@ -9441,6 +9441,23 @@ export declare const MODELS: {
9441
9441
  contextWindow: number;
9442
9442
  maxTokens: number;
9443
9443
  };
9444
+ readonly "bytedance-seed/seed-2.0-code": {
9445
+ id: string;
9446
+ name: string;
9447
+ api: "openai-completions";
9448
+ provider: string;
9449
+ baseUrl: string;
9450
+ reasoning: true;
9451
+ input: ("image" | "text")[];
9452
+ cost: {
9453
+ input: number;
9454
+ output: number;
9455
+ cacheRead: number;
9456
+ cacheWrite: number;
9457
+ };
9458
+ contextWindow: number;
9459
+ maxTokens: number;
9460
+ };
9444
9461
  readonly "bytedance-seed/seed-2.0-lite": {
9445
9462
  id: string;
9446
9463
  name: string;