@asm-agent/ai 0.8.7 → 0.9.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.
- package/dist/models.generated.d.ts +28 -33
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +47 -47
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +1 -1
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +3 -3
- package/dist/providers/openai-completions.js.map +1 -1
- package/package.json +1 -1
|
@@ -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;
|
|
@@ -20057,39 +20085,6 @@ export declare const MODELS: {
|
|
|
20057
20085
|
contextWindow: number;
|
|
20058
20086
|
maxTokens: number;
|
|
20059
20087
|
};
|
|
20060
|
-
readonly "meta/muse-spark-1.2": {
|
|
20061
|
-
id: string;
|
|
20062
|
-
name: string;
|
|
20063
|
-
api: "openai-completions";
|
|
20064
|
-
provider: string;
|
|
20065
|
-
baseUrl: string;
|
|
20066
|
-
compat: {
|
|
20067
|
-
supportsStore: false;
|
|
20068
|
-
supportsDeveloperRole: false;
|
|
20069
|
-
supportsReasoningEffort: true;
|
|
20070
|
-
maxTokensField: "max_tokens";
|
|
20071
|
-
supportsStrictMode: false;
|
|
20072
|
-
};
|
|
20073
|
-
reasoning: true;
|
|
20074
|
-
thinkingLevelMap: {
|
|
20075
|
-
off: null;
|
|
20076
|
-
minimal: string;
|
|
20077
|
-
low: string;
|
|
20078
|
-
medium: string;
|
|
20079
|
-
high: string;
|
|
20080
|
-
xhigh: string;
|
|
20081
|
-
max: null;
|
|
20082
|
-
};
|
|
20083
|
-
input: ("image" | "text")[];
|
|
20084
|
-
cost: {
|
|
20085
|
-
input: number;
|
|
20086
|
-
output: number;
|
|
20087
|
-
cacheRead: number;
|
|
20088
|
-
cacheWrite: number;
|
|
20089
|
-
};
|
|
20090
|
-
contextWindow: number;
|
|
20091
|
-
maxTokens: number;
|
|
20092
|
-
};
|
|
20093
20088
|
readonly "minimax/minimax-m2.5": {
|
|
20094
20089
|
id: string;
|
|
20095
20090
|
name: string;
|