@asm-agent/ai 0.8.8 → 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 +0 -33
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +25 -44
- 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 +2 -2
- package/dist/providers/openai-completions.js.map +1 -1
- package/package.json +1 -1
|
@@ -20085,39 +20085,6 @@ export declare const MODELS: {
|
|
|
20085
20085
|
contextWindow: number;
|
|
20086
20086
|
maxTokens: number;
|
|
20087
20087
|
};
|
|
20088
|
-
readonly "meta/muse-spark-1.2": {
|
|
20089
|
-
id: string;
|
|
20090
|
-
name: string;
|
|
20091
|
-
api: "openai-completions";
|
|
20092
|
-
provider: string;
|
|
20093
|
-
baseUrl: string;
|
|
20094
|
-
compat: {
|
|
20095
|
-
supportsStore: false;
|
|
20096
|
-
supportsDeveloperRole: false;
|
|
20097
|
-
supportsReasoningEffort: true;
|
|
20098
|
-
maxTokensField: "max_tokens";
|
|
20099
|
-
supportsStrictMode: false;
|
|
20100
|
-
};
|
|
20101
|
-
reasoning: true;
|
|
20102
|
-
thinkingLevelMap: {
|
|
20103
|
-
off: null;
|
|
20104
|
-
minimal: string;
|
|
20105
|
-
low: string;
|
|
20106
|
-
medium: string;
|
|
20107
|
-
high: string;
|
|
20108
|
-
xhigh: string;
|
|
20109
|
-
max: null;
|
|
20110
|
-
};
|
|
20111
|
-
input: ("image" | "text")[];
|
|
20112
|
-
cost: {
|
|
20113
|
-
input: number;
|
|
20114
|
-
output: number;
|
|
20115
|
-
cacheRead: number;
|
|
20116
|
-
cacheWrite: number;
|
|
20117
|
-
};
|
|
20118
|
-
contextWindow: number;
|
|
20119
|
-
maxTokens: number;
|
|
20120
|
-
};
|
|
20121
20088
|
readonly "minimax/minimax-m2.5": {
|
|
20122
20089
|
id: string;
|
|
20123
20090
|
name: string;
|