@dreb/ai 2.55.2 → 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,6 +8366,23 @@ export declare const MODELS: {
8366
8366
  contextWindow: number;
8367
8367
  maxTokens: number;
8368
8368
  };
8369
+ readonly "nemotron-3.5-lightning-free": {
8370
+ id: string;
8371
+ name: string;
8372
+ api: "openai-completions";
8373
+ provider: string;
8374
+ baseUrl: string;
8375
+ reasoning: true;
8376
+ input: "text"[];
8377
+ cost: {
8378
+ input: number;
8379
+ output: number;
8380
+ cacheRead: number;
8381
+ cacheWrite: number;
8382
+ };
8383
+ contextWindow: number;
8384
+ maxTokens: number;
8385
+ };
8369
8386
  readonly "qwen3.5-plus": {
8370
8387
  id: string;
8371
8388
  name: string;
@@ -9424,6 +9441,23 @@ export declare const MODELS: {
9424
9441
  contextWindow: number;
9425
9442
  maxTokens: number;
9426
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
+ };
9427
9461
  readonly "bytedance-seed/seed-2.0-lite": {
9428
9462
  id: string;
9429
9463
  name: string;