@dreb/ai 2.55.2 → 2.55.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.
@@ -8366,6 +8366,23 @@ export declare const MODELS: {
8366
8366
  contextWindow: number;
8367
8367
  maxTokens: number;
8368
8368
  };
8369
+ readonly "nemotron-3.5-lighting-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;