@fleetagent/pi-ai 0.2.5 → 0.2.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.
@@ -4288,6 +4288,24 @@ export const MODELS = {
4288
4288
  contextWindow: 1050000,
4289
4289
  maxTokens: 128000,
4290
4290
  },
4291
+ "gpt-6-astra": {
4292
+ id: "gpt-6-astra",
4293
+ name: "GPT-6 Astra",
4294
+ api: "openai-responses",
4295
+ provider: "cloudflare-ai-gateway",
4296
+ baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/openai",
4297
+ reasoning: true,
4298
+ thinkingLevelMap: { "off": null, "xhigh": "xhigh" },
4299
+ input: ["text", "image"],
4300
+ cost: {
4301
+ input: 10,
4302
+ output: 50,
4303
+ cacheRead: 1,
4304
+ cacheWrite: 12,
4305
+ },
4306
+ contextWindow: 1050000,
4307
+ maxTokens: 128000,
4308
+ },
4291
4309
  "o3": {
4292
4310
  id: "o3",
4293
4311
  name: "o3",
@@ -17015,9 +17033,9 @@ export const MODELS = {
17015
17033
  reasoning: true,
17016
17034
  input: ["text"],
17017
17035
  cost: {
17018
- input: 0.13199999999999998,
17019
- output: 0.5279999999999999,
17020
- cacheRead: 0.032999999999999995,
17036
+ input: 0.0825,
17037
+ output: 0.33,
17038
+ cacheRead: 0.020625,
17021
17039
  cacheWrite: 0,
17022
17040
  },
17023
17041
  contextWindow: 262144,
@@ -17765,9 +17783,9 @@ export const MODELS = {
17765
17783
  reasoning: true,
17766
17784
  input: ["text", "image"],
17767
17785
  cost: {
17768
- input: 2.0999999999999996,
17769
- output: 10.950000000000001,
17770
- cacheRead: 0.22999999999999998,
17786
+ input: 1.875,
17787
+ output: 10.5,
17788
+ cacheRead: 0.2175,
17771
17789
  cacheWrite: 0,
17772
17790
  },
17773
17791
  contextWindow: 1048576,