@jeffreycao/copilot-api 1.14.17 → 1.14.18
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/main.js +1 -1
- package/dist/{server-DhmRDx8F.js → server-L7ZeN2VJ.js} +17 -17
- package/dist/{server-DhmRDx8F.js.map → server-L7ZeN2VJ.js.map} +1 -1
- package/dist/{start-DMc8jFHG.js → start-C5DU_bsE.js} +2 -2
- package/dist/{start-DMc8jFHG.js.map → start-C5DU_bsE.js.map} +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -25,7 +25,7 @@ bindElectronFetch();
|
|
|
25
25
|
const { auth } = await import("./auth-BR4eK87z.js");
|
|
26
26
|
const { debug } = await import("./debug-Bb5hamXX.js");
|
|
27
27
|
const { mcp } = await import("./mcp-BG6fpi6q.js");
|
|
28
|
-
const { start } = await import("./start-
|
|
28
|
+
const { start } = await import("./start-C5DU_bsE.js");
|
|
29
29
|
await runMain(defineCommand({
|
|
30
30
|
meta: {
|
|
31
31
|
name: "copilot-api",
|
|
@@ -1255,28 +1255,28 @@ const BUILTIN_PROVIDER_PRICING = {
|
|
|
1255
1255
|
output: 45
|
|
1256
1256
|
}] },
|
|
1257
1257
|
"gpt-5.6-terra": { tiers: [{
|
|
1258
|
-
cacheCreationInput:
|
|
1259
|
-
cachedInput: .
|
|
1260
|
-
input: 2
|
|
1258
|
+
cacheCreationInput: 2.5,
|
|
1259
|
+
cachedInput: .2,
|
|
1260
|
+
input: 2,
|
|
1261
1261
|
maxInputTokens: 272e3,
|
|
1262
|
-
output:
|
|
1262
|
+
output: 12
|
|
1263
1263
|
}, {
|
|
1264
|
-
cacheCreationInput:
|
|
1265
|
-
cachedInput: .
|
|
1266
|
-
input:
|
|
1267
|
-
output:
|
|
1264
|
+
cacheCreationInput: 5,
|
|
1265
|
+
cachedInput: .4,
|
|
1266
|
+
input: 4,
|
|
1267
|
+
output: 18
|
|
1268
1268
|
}] },
|
|
1269
1269
|
"gpt-5.6-luna": { tiers: [{
|
|
1270
|
-
cacheCreationInput:
|
|
1271
|
-
cachedInput: .
|
|
1272
|
-
input:
|
|
1270
|
+
cacheCreationInput: .25,
|
|
1271
|
+
cachedInput: .02,
|
|
1272
|
+
input: .2,
|
|
1273
1273
|
maxInputTokens: 272e3,
|
|
1274
|
-
output:
|
|
1274
|
+
output: 1.2
|
|
1275
1275
|
}, {
|
|
1276
|
-
cacheCreationInput:
|
|
1277
|
-
cachedInput: .
|
|
1278
|
-
input:
|
|
1279
|
-
output:
|
|
1276
|
+
cacheCreationInput: .5,
|
|
1277
|
+
cachedInput: .04,
|
|
1278
|
+
input: .4,
|
|
1279
|
+
output: 1.8
|
|
1280
1280
|
}] }
|
|
1281
1281
|
},
|
|
1282
1282
|
dashscope: {
|
|
@@ -7117,4 +7117,4 @@ server.route("/:provider/images", providerImageRoutes);
|
|
|
7117
7117
|
//#endregion
|
|
7118
7118
|
export { server };
|
|
7119
7119
|
|
|
7120
|
-
//# sourceMappingURL=server-
|
|
7120
|
+
//# sourceMappingURL=server-L7ZeN2VJ.js.map
|