@caupulican/pi-ai 0.81.41 → 0.81.42
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 +98 -13
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +135 -64
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/transform-messages.d.ts +1 -0
- package/dist/providers/transform-messages.d.ts.map +1 -1
- package/dist/providers/transform-messages.js +2 -1
- package/dist/providers/transform-messages.js.map +1 -1
- package/package.json +1 -1
|
@@ -4448,7 +4448,7 @@ export declare const MODELS: {
|
|
|
4448
4448
|
contextWindow: number;
|
|
4449
4449
|
maxTokens: number;
|
|
4450
4450
|
};
|
|
4451
|
-
readonly "accounts/fireworks/models/glm-
|
|
4451
|
+
readonly "accounts/fireworks/models/glm-5p2": {
|
|
4452
4452
|
id: string;
|
|
4453
4453
|
name: string;
|
|
4454
4454
|
api: "anthropic-messages";
|
|
@@ -4471,7 +4471,7 @@ export declare const MODELS: {
|
|
|
4471
4471
|
contextWindow: number;
|
|
4472
4472
|
maxTokens: number;
|
|
4473
4473
|
};
|
|
4474
|
-
readonly "accounts/fireworks/models/
|
|
4474
|
+
readonly "accounts/fireworks/models/gpt-oss-120b": {
|
|
4475
4475
|
id: string;
|
|
4476
4476
|
name: string;
|
|
4477
4477
|
api: "anthropic-messages";
|
|
@@ -4494,7 +4494,7 @@ export declare const MODELS: {
|
|
|
4494
4494
|
contextWindow: number;
|
|
4495
4495
|
maxTokens: number;
|
|
4496
4496
|
};
|
|
4497
|
-
readonly "accounts/fireworks/models/gpt-oss-
|
|
4497
|
+
readonly "accounts/fireworks/models/gpt-oss-20b": {
|
|
4498
4498
|
id: string;
|
|
4499
4499
|
name: string;
|
|
4500
4500
|
api: "anthropic-messages";
|
|
@@ -4517,7 +4517,7 @@ export declare const MODELS: {
|
|
|
4517
4517
|
contextWindow: number;
|
|
4518
4518
|
maxTokens: number;
|
|
4519
4519
|
};
|
|
4520
|
-
readonly "accounts/fireworks/models/
|
|
4520
|
+
readonly "accounts/fireworks/models/kimi-k2p6": {
|
|
4521
4521
|
id: string;
|
|
4522
4522
|
name: string;
|
|
4523
4523
|
api: "anthropic-messages";
|
|
@@ -4530,7 +4530,7 @@ export declare const MODELS: {
|
|
|
4530
4530
|
supportsLongCacheRetention: false;
|
|
4531
4531
|
};
|
|
4532
4532
|
reasoning: true;
|
|
4533
|
-
input: "text"[];
|
|
4533
|
+
input: ("image" | "text")[];
|
|
4534
4534
|
cost: {
|
|
4535
4535
|
input: number;
|
|
4536
4536
|
output: number;
|
|
@@ -4540,7 +4540,7 @@ export declare const MODELS: {
|
|
|
4540
4540
|
contextWindow: number;
|
|
4541
4541
|
maxTokens: number;
|
|
4542
4542
|
};
|
|
4543
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4543
|
+
readonly "accounts/fireworks/models/kimi-k2p7-code": {
|
|
4544
4544
|
id: string;
|
|
4545
4545
|
name: string;
|
|
4546
4546
|
api: "anthropic-messages";
|
|
@@ -4563,7 +4563,7 @@ export declare const MODELS: {
|
|
|
4563
4563
|
contextWindow: number;
|
|
4564
4564
|
maxTokens: number;
|
|
4565
4565
|
};
|
|
4566
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4566
|
+
readonly "accounts/fireworks/models/kimi-k3": {
|
|
4567
4567
|
id: string;
|
|
4568
4568
|
name: string;
|
|
4569
4569
|
api: "anthropic-messages";
|
|
@@ -4655,7 +4655,7 @@ export declare const MODELS: {
|
|
|
4655
4655
|
contextWindow: number;
|
|
4656
4656
|
maxTokens: number;
|
|
4657
4657
|
};
|
|
4658
|
-
readonly "accounts/fireworks/routers/glm-
|
|
4658
|
+
readonly "accounts/fireworks/routers/glm-5p2-fast": {
|
|
4659
4659
|
id: string;
|
|
4660
4660
|
name: string;
|
|
4661
4661
|
api: "anthropic-messages";
|
|
@@ -4678,7 +4678,7 @@ export declare const MODELS: {
|
|
|
4678
4678
|
contextWindow: number;
|
|
4679
4679
|
maxTokens: number;
|
|
4680
4680
|
};
|
|
4681
|
-
readonly "accounts/fireworks/routers/
|
|
4681
|
+
readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
|
|
4682
4682
|
id: string;
|
|
4683
4683
|
name: string;
|
|
4684
4684
|
api: "anthropic-messages";
|
|
@@ -4691,7 +4691,7 @@ export declare const MODELS: {
|
|
|
4691
4691
|
supportsLongCacheRetention: false;
|
|
4692
4692
|
};
|
|
4693
4693
|
reasoning: true;
|
|
4694
|
-
input: "text"[];
|
|
4694
|
+
input: ("image" | "text")[];
|
|
4695
4695
|
cost: {
|
|
4696
4696
|
input: number;
|
|
4697
4697
|
output: number;
|
|
@@ -4701,7 +4701,7 @@ export declare const MODELS: {
|
|
|
4701
4701
|
contextWindow: number;
|
|
4702
4702
|
maxTokens: number;
|
|
4703
4703
|
};
|
|
4704
|
-
readonly "accounts/fireworks/routers/kimi-k2p6-
|
|
4704
|
+
readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
|
|
4705
4705
|
id: string;
|
|
4706
4706
|
name: string;
|
|
4707
4707
|
api: "anthropic-messages";
|
|
@@ -4724,7 +4724,7 @@ export declare const MODELS: {
|
|
|
4724
4724
|
contextWindow: number;
|
|
4725
4725
|
maxTokens: number;
|
|
4726
4726
|
};
|
|
4727
|
-
readonly "accounts/fireworks/routers/kimi-
|
|
4727
|
+
readonly "accounts/fireworks/routers/kimi-k2p7-code-fast": {
|
|
4728
4728
|
id: string;
|
|
4729
4729
|
name: string;
|
|
4730
4730
|
api: "anthropic-messages";
|
|
@@ -4747,7 +4747,7 @@ export declare const MODELS: {
|
|
|
4747
4747
|
contextWindow: number;
|
|
4748
4748
|
maxTokens: number;
|
|
4749
4749
|
};
|
|
4750
|
-
readonly "accounts/fireworks/routers/kimi-
|
|
4750
|
+
readonly "accounts/fireworks/routers/kimi-k3-fast": {
|
|
4751
4751
|
id: string;
|
|
4752
4752
|
name: string;
|
|
4753
4753
|
api: "anthropic-messages";
|
|
@@ -7231,6 +7231,26 @@ export declare const MODELS: {
|
|
|
7231
7231
|
contextWindow: number;
|
|
7232
7232
|
maxTokens: number;
|
|
7233
7233
|
};
|
|
7234
|
+
readonly "moonshotai/Kimi-K3": {
|
|
7235
|
+
id: string;
|
|
7236
|
+
name: string;
|
|
7237
|
+
api: "openai-completions";
|
|
7238
|
+
provider: string;
|
|
7239
|
+
baseUrl: string;
|
|
7240
|
+
compat: {
|
|
7241
|
+
supportsDeveloperRole: false;
|
|
7242
|
+
};
|
|
7243
|
+
reasoning: true;
|
|
7244
|
+
input: ("image" | "text")[];
|
|
7245
|
+
cost: {
|
|
7246
|
+
input: number;
|
|
7247
|
+
output: number;
|
|
7248
|
+
cacheRead: number;
|
|
7249
|
+
cacheWrite: number;
|
|
7250
|
+
};
|
|
7251
|
+
contextWindow: number;
|
|
7252
|
+
maxTokens: number;
|
|
7253
|
+
};
|
|
7234
7254
|
readonly "openai/gpt-oss-120b": {
|
|
7235
7255
|
id: string;
|
|
7236
7256
|
name: string;
|
|
@@ -10765,6 +10785,23 @@ export declare const MODELS: {
|
|
|
10765
10785
|
contextWindow: number;
|
|
10766
10786
|
maxTokens: number;
|
|
10767
10787
|
};
|
|
10788
|
+
readonly "kimi-k3": {
|
|
10789
|
+
id: string;
|
|
10790
|
+
name: string;
|
|
10791
|
+
api: "openai-completions";
|
|
10792
|
+
provider: string;
|
|
10793
|
+
baseUrl: string;
|
|
10794
|
+
reasoning: true;
|
|
10795
|
+
input: ("image" | "text")[];
|
|
10796
|
+
cost: {
|
|
10797
|
+
input: number;
|
|
10798
|
+
output: number;
|
|
10799
|
+
cacheRead: number;
|
|
10800
|
+
cacheWrite: number;
|
|
10801
|
+
};
|
|
10802
|
+
contextWindow: number;
|
|
10803
|
+
maxTokens: number;
|
|
10804
|
+
};
|
|
10768
10805
|
readonly "laguna-s-2.1-free": {
|
|
10769
10806
|
id: string;
|
|
10770
10807
|
name: string;
|
|
@@ -17142,6 +17179,37 @@ export declare const MODELS: {
|
|
|
17142
17179
|
contextWindow: number;
|
|
17143
17180
|
maxTokens: number;
|
|
17144
17181
|
};
|
|
17182
|
+
readonly "moonshotai/Kimi-K3": {
|
|
17183
|
+
id: string;
|
|
17184
|
+
name: string;
|
|
17185
|
+
api: "openai-completions";
|
|
17186
|
+
provider: string;
|
|
17187
|
+
baseUrl: string;
|
|
17188
|
+
compat: {
|
|
17189
|
+
supportsStore: false;
|
|
17190
|
+
supportsDeveloperRole: false;
|
|
17191
|
+
supportsReasoningEffort: false;
|
|
17192
|
+
maxTokensField: "max_tokens";
|
|
17193
|
+
supportsStrictMode: false;
|
|
17194
|
+
supportsLongCacheRetention: false;
|
|
17195
|
+
thinkingFormat: "together";
|
|
17196
|
+
};
|
|
17197
|
+
reasoning: true;
|
|
17198
|
+
thinkingLevelMap: {
|
|
17199
|
+
minimal: null;
|
|
17200
|
+
low: null;
|
|
17201
|
+
medium: null;
|
|
17202
|
+
};
|
|
17203
|
+
input: ("image" | "text")[];
|
|
17204
|
+
cost: {
|
|
17205
|
+
input: number;
|
|
17206
|
+
output: number;
|
|
17207
|
+
cacheRead: number;
|
|
17208
|
+
cacheWrite: number;
|
|
17209
|
+
};
|
|
17210
|
+
contextWindow: number;
|
|
17211
|
+
maxTokens: number;
|
|
17212
|
+
};
|
|
17145
17213
|
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
17146
17214
|
id: string;
|
|
17147
17215
|
name: string;
|
|
@@ -19268,6 +19336,23 @@ export declare const MODELS: {
|
|
|
19268
19336
|
contextWindow: number;
|
|
19269
19337
|
maxTokens: number;
|
|
19270
19338
|
};
|
|
19339
|
+
readonly "moonshotai/kimi-k3-fast": {
|
|
19340
|
+
id: string;
|
|
19341
|
+
name: string;
|
|
19342
|
+
api: "anthropic-messages";
|
|
19343
|
+
provider: string;
|
|
19344
|
+
baseUrl: string;
|
|
19345
|
+
reasoning: true;
|
|
19346
|
+
input: ("image" | "text")[];
|
|
19347
|
+
cost: {
|
|
19348
|
+
input: number;
|
|
19349
|
+
output: number;
|
|
19350
|
+
cacheRead: number;
|
|
19351
|
+
cacheWrite: number;
|
|
19352
|
+
};
|
|
19353
|
+
contextWindow: number;
|
|
19354
|
+
maxTokens: number;
|
|
19355
|
+
};
|
|
19271
19356
|
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
19272
19357
|
id: string;
|
|
19273
19358
|
name: string;
|