@asm-agent/ai 0.8.7 → 0.8.8

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.
@@ -13754,6 +13754,34 @@ export declare const MODELS: {
13754
13754
  contextWindow: number;
13755
13755
  maxTokens: number;
13756
13756
  };
13757
+ readonly "inclusionai/ling-3.0-flash-fin": {
13758
+ id: string;
13759
+ name: string;
13760
+ api: "openai-completions";
13761
+ provider: string;
13762
+ baseUrl: string;
13763
+ compat: {
13764
+ supportsReasoningEffort: false;
13765
+ };
13766
+ reasoning: true;
13767
+ thinkingLevelMap: {
13768
+ minimal: null;
13769
+ low: null;
13770
+ medium: null;
13771
+ high: string;
13772
+ xhigh: null;
13773
+ max: null;
13774
+ };
13775
+ input: "text"[];
13776
+ cost: {
13777
+ input: number;
13778
+ output: number;
13779
+ cacheRead: number;
13780
+ cacheWrite: number;
13781
+ };
13782
+ contextWindow: number;
13783
+ maxTokens: number;
13784
+ };
13757
13785
  readonly "inclusionai/ling-3.0-flash-fin:free": {
13758
13786
  id: string;
13759
13787
  name: string;