@caupulican/pi-ai 0.81.5 → 0.81.7
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 +71 -0
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +71 -2
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/anthropic.d.ts +2 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +4 -3
- package/dist/providers/anthropic.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
|
@@ -5915,6 +5915,24 @@ export const MODELS = {
|
|
|
5915
5915
|
contextWindow: 131072,
|
|
5916
5916
|
maxTokens: 32768,
|
|
5917
5917
|
},
|
|
5918
|
+
"openai/gpt-oss-20b": {
|
|
5919
|
+
id: "openai/gpt-oss-20b",
|
|
5920
|
+
name: "GPT OSS 20B",
|
|
5921
|
+
api: "openai-completions",
|
|
5922
|
+
provider: "huggingface",
|
|
5923
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5924
|
+
compat: { "supportsDeveloperRole": false },
|
|
5925
|
+
reasoning: true,
|
|
5926
|
+
input: ["text"],
|
|
5927
|
+
cost: {
|
|
5928
|
+
input: 0.1,
|
|
5929
|
+
output: 0.5,
|
|
5930
|
+
cacheRead: 0,
|
|
5931
|
+
cacheWrite: 0,
|
|
5932
|
+
},
|
|
5933
|
+
contextWindow: 131072,
|
|
5934
|
+
maxTokens: 32768,
|
|
5935
|
+
},
|
|
5918
5936
|
"stepfun-ai/Step-3.5-Flash": {
|
|
5919
5937
|
id: "stepfun-ai/Step-3.5-Flash",
|
|
5920
5938
|
name: "Step 3.5 Flash",
|
|
@@ -10815,6 +10833,23 @@ export const MODELS = {
|
|
|
10815
10833
|
contextWindow: 262144,
|
|
10816
10834
|
maxTokens: 16384,
|
|
10817
10835
|
},
|
|
10836
|
+
"nex-agi/nex-n2-mini": {
|
|
10837
|
+
id: "nex-agi/nex-n2-mini",
|
|
10838
|
+
name: "Nex AGI: Nex-N2-Mini",
|
|
10839
|
+
api: "openai-completions",
|
|
10840
|
+
provider: "openrouter",
|
|
10841
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
10842
|
+
reasoning: true,
|
|
10843
|
+
input: ["text", "image"],
|
|
10844
|
+
cost: {
|
|
10845
|
+
input: 0.024999999999999998,
|
|
10846
|
+
output: 0.09999999999999999,
|
|
10847
|
+
cacheRead: 0.0025,
|
|
10848
|
+
cacheWrite: 0,
|
|
10849
|
+
},
|
|
10850
|
+
contextWindow: 262144,
|
|
10851
|
+
maxTokens: 262144,
|
|
10852
|
+
},
|
|
10818
10853
|
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
10819
10854
|
id: "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
10820
10855
|
name: "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
|
|
@@ -12674,7 +12709,7 @@ export const MODELS = {
|
|
|
12674
12709
|
cost: {
|
|
12675
12710
|
input: 0.385,
|
|
12676
12711
|
output: 2.4499999999999997,
|
|
12677
|
-
cacheRead: 0,
|
|
12712
|
+
cacheRead: 0.111,
|
|
12678
12713
|
cacheWrite: 0,
|
|
12679
12714
|
},
|
|
12680
12715
|
contextWindow: 256000,
|
|
@@ -12969,6 +13004,23 @@ export const MODELS = {
|
|
|
12969
13004
|
contextWindow: 256000,
|
|
12970
13005
|
maxTokens: 256000,
|
|
12971
13006
|
},
|
|
13007
|
+
"tencent/hy3": {
|
|
13008
|
+
id: "tencent/hy3",
|
|
13009
|
+
name: "Tencent: Hy3",
|
|
13010
|
+
api: "openai-completions",
|
|
13011
|
+
provider: "openrouter",
|
|
13012
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13013
|
+
reasoning: true,
|
|
13014
|
+
input: ["text"],
|
|
13015
|
+
cost: {
|
|
13016
|
+
input: 0.14,
|
|
13017
|
+
output: 0.58,
|
|
13018
|
+
cacheRead: 0.035,
|
|
13019
|
+
cacheWrite: 0,
|
|
13020
|
+
},
|
|
13021
|
+
contextWindow: 262144,
|
|
13022
|
+
maxTokens: 131072,
|
|
13023
|
+
},
|
|
12972
13024
|
"tencent/hy3-preview": {
|
|
12973
13025
|
id: "tencent/hy3-preview",
|
|
12974
13026
|
name: "Tencent: Hy3 preview",
|
|
@@ -12986,6 +13038,23 @@ export const MODELS = {
|
|
|
12986
13038
|
contextWindow: 262144,
|
|
12987
13039
|
maxTokens: 4096,
|
|
12988
13040
|
},
|
|
13041
|
+
"tencent/hy3:free": {
|
|
13042
|
+
id: "tencent/hy3:free",
|
|
13043
|
+
name: "Tencent: Hy3 (free)",
|
|
13044
|
+
api: "openai-completions",
|
|
13045
|
+
provider: "openrouter",
|
|
13046
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
13047
|
+
reasoning: true,
|
|
13048
|
+
input: ["text"],
|
|
13049
|
+
cost: {
|
|
13050
|
+
input: 0,
|
|
13051
|
+
output: 0,
|
|
13052
|
+
cacheRead: 0,
|
|
13053
|
+
cacheWrite: 0,
|
|
13054
|
+
},
|
|
13055
|
+
contextWindow: 262144,
|
|
13056
|
+
maxTokens: 262144,
|
|
13057
|
+
},
|
|
12989
13058
|
"thedrummer/unslopnemo-12b": {
|
|
12990
13059
|
id: "thedrummer/unslopnemo-12b",
|
|
12991
13060
|
name: "TheDrummer: UnslopNemo 12B",
|
|
@@ -13082,7 +13151,7 @@ export const MODELS = {
|
|
|
13082
13151
|
cost: {
|
|
13083
13152
|
input: 0.105,
|
|
13084
13153
|
output: 0.28,
|
|
13085
|
-
cacheRead: 0,
|
|
13154
|
+
cacheRead: 0.028,
|
|
13086
13155
|
cacheWrite: 0,
|
|
13087
13156
|
},
|
|
13088
13157
|
contextWindow: 1048576,
|