@dreb/ai 2.44.0 → 2.45.0

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.
@@ -9633,6 +9633,23 @@ export declare const MODELS: {
9633
9633
  contextWindow: number;
9634
9634
  maxTokens: number;
9635
9635
  };
9636
+ readonly "inclusionai/ling-3.0-flash:free": {
9637
+ id: string;
9638
+ name: string;
9639
+ api: "openai-completions";
9640
+ provider: string;
9641
+ baseUrl: string;
9642
+ reasoning: true;
9643
+ input: "text"[];
9644
+ cost: {
9645
+ input: number;
9646
+ output: number;
9647
+ cacheRead: number;
9648
+ cacheWrite: number;
9649
+ };
9650
+ contextWindow: number;
9651
+ maxTokens: number;
9652
+ };
9636
9653
  readonly "inclusionai/ring-2.6-1t": {
9637
9654
  id: string;
9638
9655
  name: string;