@unikode/cli 1.0.19 → 1.0.20
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/index.js +18 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1006,6 +1006,24 @@ var STATIC_CHAT_MODELS = [
|
|
|
1006
1006
|
outputUsdPerMillionTokens: 2
|
|
1007
1007
|
},
|
|
1008
1008
|
tools: true
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
id: "gpt-oss:20b-cloud",
|
|
1012
|
+
provider: "local-ollama",
|
|
1013
|
+
pricing: {
|
|
1014
|
+
inputUsdPerMillionTokens: 30,
|
|
1015
|
+
outputUsdPerMillionTokens: 30
|
|
1016
|
+
},
|
|
1017
|
+
tools: true
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
id: "gpt-oss:120b-cloud",
|
|
1021
|
+
provider: "local-ollama",
|
|
1022
|
+
pricing: {
|
|
1023
|
+
inputUsdPerMillionTokens: 30,
|
|
1024
|
+
outputUsdPerMillionTokens: 30
|
|
1025
|
+
},
|
|
1026
|
+
tools: true
|
|
1009
1027
|
}
|
|
1010
1028
|
];
|
|
1011
1029
|
var SUPPORTED_CHAT_MODELS = [...STATIC_CHAT_MODELS];
|