@sammorrowdrums/mcpi-ai 0.70.8 → 0.70.9
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.
|
@@ -6772,7 +6772,7 @@ export declare const MODELS: {
|
|
|
6772
6772
|
contextWindow: number;
|
|
6773
6773
|
maxTokens: number;
|
|
6774
6774
|
};
|
|
6775
|
-
readonly "
|
|
6775
|
+
readonly "deepseek-v4-flash-free": {
|
|
6776
6776
|
id: string;
|
|
6777
6777
|
name: string;
|
|
6778
6778
|
api: "openai-completions";
|
|
@@ -7847,6 +7847,23 @@ export declare const MODELS: {
|
|
|
7847
7847
|
contextWindow: number;
|
|
7848
7848
|
maxTokens: number;
|
|
7849
7849
|
};
|
|
7850
|
+
readonly "arcee-ai/trinity-large-thinking:free": {
|
|
7851
|
+
id: string;
|
|
7852
|
+
name: string;
|
|
7853
|
+
api: "openai-completions";
|
|
7854
|
+
provider: string;
|
|
7855
|
+
baseUrl: string;
|
|
7856
|
+
reasoning: true;
|
|
7857
|
+
input: "text"[];
|
|
7858
|
+
cost: {
|
|
7859
|
+
input: number;
|
|
7860
|
+
output: number;
|
|
7861
|
+
cacheRead: number;
|
|
7862
|
+
cacheWrite: number;
|
|
7863
|
+
};
|
|
7864
|
+
contextWindow: number;
|
|
7865
|
+
maxTokens: number;
|
|
7866
|
+
};
|
|
7850
7867
|
readonly "arcee-ai/trinity-mini": {
|
|
7851
7868
|
id: string;
|
|
7852
7869
|
name: string;
|
|
@@ -12456,23 +12473,6 @@ export declare const MODELS: {
|
|
|
12456
12473
|
contextWindow: number;
|
|
12457
12474
|
maxTokens: number;
|
|
12458
12475
|
};
|
|
12459
|
-
readonly "anthropic/claude-3.7-sonnet": {
|
|
12460
|
-
id: string;
|
|
12461
|
-
name: string;
|
|
12462
|
-
api: "anthropic-messages";
|
|
12463
|
-
provider: string;
|
|
12464
|
-
baseUrl: string;
|
|
12465
|
-
reasoning: true;
|
|
12466
|
-
input: ("image" | "text")[];
|
|
12467
|
-
cost: {
|
|
12468
|
-
input: number;
|
|
12469
|
-
output: number;
|
|
12470
|
-
cacheRead: number;
|
|
12471
|
-
cacheWrite: number;
|
|
12472
|
-
};
|
|
12473
|
-
contextWindow: number;
|
|
12474
|
-
maxTokens: number;
|
|
12475
|
-
};
|
|
12476
12476
|
readonly "anthropic/claude-haiku-4.5": {
|
|
12477
12477
|
id: string;
|
|
12478
12478
|
name: string;
|