@asm-agent/ai 0.8.4 → 0.8.6
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.
|
@@ -4407,6 +4407,23 @@ export declare const MODELS: {
|
|
|
4407
4407
|
contextWindow: number;
|
|
4408
4408
|
maxTokens: number;
|
|
4409
4409
|
};
|
|
4410
|
+
readonly "accounts/fireworks/models/glm-5p3-flash": {
|
|
4411
|
+
id: string;
|
|
4412
|
+
name: string;
|
|
4413
|
+
api: "anthropic-messages";
|
|
4414
|
+
provider: string;
|
|
4415
|
+
baseUrl: string;
|
|
4416
|
+
reasoning: true;
|
|
4417
|
+
input: ("image" | "text")[];
|
|
4418
|
+
cost: {
|
|
4419
|
+
input: number;
|
|
4420
|
+
output: number;
|
|
4421
|
+
cacheRead: number;
|
|
4422
|
+
cacheWrite: number;
|
|
4423
|
+
};
|
|
4424
|
+
contextWindow: number;
|
|
4425
|
+
maxTokens: number;
|
|
4426
|
+
};
|
|
4410
4427
|
readonly "accounts/fireworks/models/gpt-oss-120b": {
|
|
4411
4428
|
id: string;
|
|
4412
4429
|
name: string;
|
|
@@ -10860,23 +10877,6 @@ export declare const MODELS: {
|
|
|
10860
10877
|
contextWindow: number;
|
|
10861
10878
|
maxTokens: number;
|
|
10862
10879
|
};
|
|
10863
|
-
readonly "hy3-free": {
|
|
10864
|
-
id: string;
|
|
10865
|
-
name: string;
|
|
10866
|
-
api: "openai-completions";
|
|
10867
|
-
provider: string;
|
|
10868
|
-
baseUrl: string;
|
|
10869
|
-
reasoning: true;
|
|
10870
|
-
input: "text"[];
|
|
10871
|
-
cost: {
|
|
10872
|
-
input: number;
|
|
10873
|
-
output: number;
|
|
10874
|
-
cacheRead: number;
|
|
10875
|
-
cacheWrite: number;
|
|
10876
|
-
};
|
|
10877
|
-
contextWindow: number;
|
|
10878
|
-
maxTokens: number;
|
|
10879
|
-
};
|
|
10880
10880
|
readonly "kimi-k2.5": {
|
|
10881
10881
|
id: string;
|
|
10882
10882
|
name: string;
|