@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 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-DMc8jFHG.js");
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: 3.125,
1259
- cachedInput: .25,
1260
- input: 2.5,
1258
+ cacheCreationInput: 2.5,
1259
+ cachedInput: .2,
1260
+ input: 2,
1261
1261
  maxInputTokens: 272e3,
1262
- output: 15
1262
+ output: 12
1263
1263
  }, {
1264
- cacheCreationInput: 6.25,
1265
- cachedInput: .5,
1266
- input: 5,
1267
- output: 22.5
1264
+ cacheCreationInput: 5,
1265
+ cachedInput: .4,
1266
+ input: 4,
1267
+ output: 18
1268
1268
  }] },
1269
1269
  "gpt-5.6-luna": { tiers: [{
1270
- cacheCreationInput: 1.25,
1271
- cachedInput: .1,
1272
- input: 1,
1270
+ cacheCreationInput: .25,
1271
+ cachedInput: .02,
1272
+ input: .2,
1273
1273
  maxInputTokens: 272e3,
1274
- output: 6
1274
+ output: 1.2
1275
1275
  }, {
1276
- cacheCreationInput: 2.5,
1277
- cachedInput: .2,
1278
- input: 2,
1279
- output: 9
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-DhmRDx8F.js.map
7120
+ //# sourceMappingURL=server-L7ZeN2VJ.js.map