@caupulican/pi-ai 0.80.37 → 0.80.38
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/README.md +4 -0
- package/dist/env-api-keys.d.ts.map +1 -1
- package/dist/env-api-keys.js +6 -0
- package/dist/env-api-keys.js.map +1 -1
- package/dist/models.generated.d.ts +58 -34
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +55 -49
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/dist/providers/openai-responses-shared.js +33 -5
- package/dist/providers/openai-responses-shared.js.map +1 -1
- package/dist/providers/openai-responses.d.ts.map +1 -1
- package/dist/providers/openai-responses.js +35 -8
- package/dist/providers/openai-responses.js.map +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -4077,6 +4077,46 @@ export const MODELS = {
|
|
|
4077
4077
|
maxTokens: 262000,
|
|
4078
4078
|
},
|
|
4079
4079
|
},
|
|
4080
|
+
"fugu": {
|
|
4081
|
+
"fugu": {
|
|
4082
|
+
id: "fugu",
|
|
4083
|
+
name: "Fugu",
|
|
4084
|
+
api: "openai-responses",
|
|
4085
|
+
provider: "fugu",
|
|
4086
|
+
baseUrl: "https://api.sakana.ai/v1",
|
|
4087
|
+
compat: { "supportsLongCacheRetention": false },
|
|
4088
|
+
reasoning: true,
|
|
4089
|
+
thinkingLevelMap: { "off": null, "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
|
|
4090
|
+
input: ["text", "image"],
|
|
4091
|
+
cost: {
|
|
4092
|
+
input: 0,
|
|
4093
|
+
output: 0,
|
|
4094
|
+
cacheRead: 0,
|
|
4095
|
+
cacheWrite: 0,
|
|
4096
|
+
},
|
|
4097
|
+
contextWindow: 1000000,
|
|
4098
|
+
maxTokens: 10000,
|
|
4099
|
+
},
|
|
4100
|
+
"fugu-ultra": {
|
|
4101
|
+
id: "fugu-ultra",
|
|
4102
|
+
name: "Fugu Ultra",
|
|
4103
|
+
api: "openai-responses",
|
|
4104
|
+
provider: "fugu",
|
|
4105
|
+
baseUrl: "https://api.sakana.ai/v1",
|
|
4106
|
+
compat: { "supportsLongCacheRetention": false },
|
|
4107
|
+
reasoning: true,
|
|
4108
|
+
thinkingLevelMap: { "off": null, "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
|
|
4109
|
+
input: ["text", "image"],
|
|
4110
|
+
cost: {
|
|
4111
|
+
input: 5,
|
|
4112
|
+
output: 30,
|
|
4113
|
+
cacheRead: 0.5,
|
|
4114
|
+
cacheWrite: 0,
|
|
4115
|
+
},
|
|
4116
|
+
contextWindow: 1000000,
|
|
4117
|
+
maxTokens: 10000,
|
|
4118
|
+
},
|
|
4119
|
+
},
|
|
4080
4120
|
"github-copilot": {
|
|
4081
4121
|
"claude-fable-5": {
|
|
4082
4122
|
id: "claude-fable-5",
|
|
@@ -9520,23 +9560,6 @@ export const MODELS = {
|
|
|
9520
9560
|
contextWindow: 1048576,
|
|
9521
9561
|
maxTokens: 384000,
|
|
9522
9562
|
},
|
|
9523
|
-
"essentialai/rnj-1-instruct": {
|
|
9524
|
-
id: "essentialai/rnj-1-instruct",
|
|
9525
|
-
name: "EssentialAI: Rnj 1 Instruct",
|
|
9526
|
-
api: "openai-completions",
|
|
9527
|
-
provider: "openrouter",
|
|
9528
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9529
|
-
reasoning: false,
|
|
9530
|
-
input: ["text"],
|
|
9531
|
-
cost: {
|
|
9532
|
-
input: 0.15,
|
|
9533
|
-
output: 0.15,
|
|
9534
|
-
cacheRead: 0,
|
|
9535
|
-
cacheWrite: 0,
|
|
9536
|
-
},
|
|
9537
|
-
contextWindow: 32768,
|
|
9538
|
-
maxTokens: 4096,
|
|
9539
|
-
},
|
|
9540
9563
|
"google/gemini-2.5-flash": {
|
|
9541
9564
|
id: "google/gemini-2.5-flash",
|
|
9542
9565
|
name: "Google: Gemini 2.5 Flash",
|
|
@@ -10159,13 +10182,13 @@ export const MODELS = {
|
|
|
10159
10182
|
reasoning: true,
|
|
10160
10183
|
input: ["text"],
|
|
10161
10184
|
cost: {
|
|
10162
|
-
input: 0.
|
|
10163
|
-
output:
|
|
10164
|
-
cacheRead: 0
|
|
10185
|
+
input: 0.24,
|
|
10186
|
+
output: 0.96,
|
|
10187
|
+
cacheRead: 0,
|
|
10165
10188
|
cacheWrite: 0,
|
|
10166
10189
|
},
|
|
10167
10190
|
contextWindow: 204800,
|
|
10168
|
-
maxTokens:
|
|
10191
|
+
maxTokens: 196608,
|
|
10169
10192
|
},
|
|
10170
10193
|
"minimax/minimax-m3": {
|
|
10171
10194
|
id: "minimax/minimax-m3",
|
|
@@ -10568,13 +10591,13 @@ export const MODELS = {
|
|
|
10568
10591
|
reasoning: true,
|
|
10569
10592
|
input: ["text", "image"],
|
|
10570
10593
|
cost: {
|
|
10571
|
-
input: 0.
|
|
10572
|
-
output: 3.
|
|
10573
|
-
cacheRead: 0.
|
|
10594
|
+
input: 0.74,
|
|
10595
|
+
output: 3.5,
|
|
10596
|
+
cacheRead: 0.15,
|
|
10574
10597
|
cacheWrite: 0,
|
|
10575
10598
|
},
|
|
10576
10599
|
contextWindow: 262144,
|
|
10577
|
-
maxTokens:
|
|
10600
|
+
maxTokens: 16384,
|
|
10578
10601
|
},
|
|
10579
10602
|
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
10580
10603
|
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
@@ -12713,23 +12736,6 @@ export const MODELS = {
|
|
|
12713
12736
|
contextWindow: 262144,
|
|
12714
12737
|
maxTokens: 4096,
|
|
12715
12738
|
},
|
|
12716
|
-
"thedrummer/rocinante-12b": {
|
|
12717
|
-
id: "thedrummer/rocinante-12b",
|
|
12718
|
-
name: "TheDrummer: Rocinante 12B",
|
|
12719
|
-
api: "openai-completions",
|
|
12720
|
-
provider: "openrouter",
|
|
12721
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
12722
|
-
reasoning: false,
|
|
12723
|
-
input: ["text"],
|
|
12724
|
-
cost: {
|
|
12725
|
-
input: 0.16999999999999998,
|
|
12726
|
-
output: 0.43,
|
|
12727
|
-
cacheRead: 0,
|
|
12728
|
-
cacheWrite: 0,
|
|
12729
|
-
},
|
|
12730
|
-
contextWindow: 32768,
|
|
12731
|
-
maxTokens: 32768,
|
|
12732
|
-
},
|
|
12733
12739
|
"thedrummer/unslopnemo-12b": {
|
|
12734
12740
|
id: "thedrummer/unslopnemo-12b",
|
|
12735
12741
|
name: "TheDrummer: UnslopNemo 12B",
|
|
@@ -12824,13 +12830,13 @@ export const MODELS = {
|
|
|
12824
12830
|
reasoning: true,
|
|
12825
12831
|
input: ["text", "image"],
|
|
12826
12832
|
cost: {
|
|
12827
|
-
input: 0.
|
|
12833
|
+
input: 0.105,
|
|
12828
12834
|
output: 0.28,
|
|
12829
|
-
cacheRead: 0
|
|
12835
|
+
cacheRead: 0,
|
|
12830
12836
|
cacheWrite: 0,
|
|
12831
12837
|
},
|
|
12832
12838
|
contextWindow: 1048576,
|
|
12833
|
-
maxTokens:
|
|
12839
|
+
maxTokens: 4096,
|
|
12834
12840
|
},
|
|
12835
12841
|
"xiaomi/mimo-v2.5-pro": {
|
|
12836
12842
|
id: "xiaomi/mimo-v2.5-pro",
|
|
@@ -13028,13 +13034,13 @@ export const MODELS = {
|
|
|
13028
13034
|
reasoning: true,
|
|
13029
13035
|
input: ["text"],
|
|
13030
13036
|
cost: {
|
|
13031
|
-
input: 0.
|
|
13032
|
-
output: 3
|
|
13033
|
-
cacheRead: 0.
|
|
13037
|
+
input: 0.95,
|
|
13038
|
+
output: 3,
|
|
13039
|
+
cacheRead: 0.18,
|
|
13034
13040
|
cacheWrite: 0,
|
|
13035
13041
|
},
|
|
13036
13042
|
contextWindow: 1048576,
|
|
13037
|
-
maxTokens:
|
|
13043
|
+
maxTokens: 32768,
|
|
13038
13044
|
},
|
|
13039
13045
|
"z-ai/glm-5v-turbo": {
|
|
13040
13046
|
id: "z-ai/glm-5v-turbo",
|