@caupulican/pi-ai 0.81.4 → 0.81.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.
- package/dist/models.generated.d.ts +34 -0
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +36 -2
- package/dist/models.generated.js.map +1 -1
- package/dist/utils/oauth/openai-codex.d.ts.map +1 -1
- package/dist/utils/oauth/openai-codex.js +2 -1
- package/dist/utils/oauth/openai-codex.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -12674,7 +12674,7 @@ export const MODELS = {
|
|
|
12674
12674
|
cost: {
|
|
12675
12675
|
input: 0.385,
|
|
12676
12676
|
output: 2.4499999999999997,
|
|
12677
|
-
cacheRead: 0,
|
|
12677
|
+
cacheRead: 0.111,
|
|
12678
12678
|
cacheWrite: 0,
|
|
12679
12679
|
},
|
|
12680
12680
|
contextWindow: 256000,
|
|
@@ -12969,6 +12969,23 @@ export const MODELS = {
|
|
|
12969
12969
|
contextWindow: 256000,
|
|
12970
12970
|
maxTokens: 256000,
|
|
12971
12971
|
},
|
|
12972
|
+
"tencent/hy3": {
|
|
12973
|
+
id: "tencent/hy3",
|
|
12974
|
+
name: "Tencent: Hy3",
|
|
12975
|
+
api: "openai-completions",
|
|
12976
|
+
provider: "openrouter",
|
|
12977
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12978
|
+
reasoning: true,
|
|
12979
|
+
input: ["text"],
|
|
12980
|
+
cost: {
|
|
12981
|
+
input: 0.14,
|
|
12982
|
+
output: 0.58,
|
|
12983
|
+
cacheRead: 0.035,
|
|
12984
|
+
cacheWrite: 0,
|
|
12985
|
+
},
|
|
12986
|
+
contextWindow: 262144,
|
|
12987
|
+
maxTokens: 131072,
|
|
12988
|
+
},
|
|
12972
12989
|
"tencent/hy3-preview": {
|
|
12973
12990
|
id: "tencent/hy3-preview",
|
|
12974
12991
|
name: "Tencent: Hy3 preview",
|
|
@@ -12986,6 +13003,23 @@ export const MODELS = {
|
|
|
12986
13003
|
contextWindow: 262144,
|
|
12987
13004
|
maxTokens: 4096,
|
|
12988
13005
|
},
|
|
13006
|
+
"tencent/hy3:free": {
|
|
13007
|
+
id: "tencent/hy3:free",
|
|
13008
|
+
name: "Tencent: Hy3 (free)",
|
|
13009
|
+
api: "openai-completions",
|
|
13010
|
+
provider: "openrouter",
|
|
13011
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13012
|
+
reasoning: true,
|
|
13013
|
+
input: ["text"],
|
|
13014
|
+
cost: {
|
|
13015
|
+
input: 0,
|
|
13016
|
+
output: 0,
|
|
13017
|
+
cacheRead: 0,
|
|
13018
|
+
cacheWrite: 0,
|
|
13019
|
+
},
|
|
13020
|
+
contextWindow: 262144,
|
|
13021
|
+
maxTokens: 262144,
|
|
13022
|
+
},
|
|
12989
13023
|
"thedrummer/unslopnemo-12b": {
|
|
12990
13024
|
id: "thedrummer/unslopnemo-12b",
|
|
12991
13025
|
name: "TheDrummer: UnslopNemo 12B",
|
|
@@ -13082,7 +13116,7 @@ export const MODELS = {
|
|
|
13082
13116
|
cost: {
|
|
13083
13117
|
input: 0.105,
|
|
13084
13118
|
output: 0.28,
|
|
13085
|
-
cacheRead: 0,
|
|
13119
|
+
cacheRead: 0.028,
|
|
13086
13120
|
cacheWrite: 0,
|
|
13087
13121
|
},
|
|
13088
13122
|
contextWindow: 1048576,
|