@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.
@@ -4480,6 +4480,27 @@ export declare const MODELS: {
4480
4480
  contextWindow: number;
4481
4481
  maxTokens: number;
4482
4482
  };
4483
+ readonly "gpt-6-astra": {
4484
+ id: string;
4485
+ name: string;
4486
+ api: "openai-responses";
4487
+ provider: string;
4488
+ baseUrl: string;
4489
+ reasoning: true;
4490
+ thinkingLevelMap: {
4491
+ off: null;
4492
+ xhigh: string;
4493
+ };
4494
+ input: ("image" | "text")[];
4495
+ cost: {
4496
+ input: number;
4497
+ output: number;
4498
+ cacheRead: number;
4499
+ cacheWrite: number;
4500
+ };
4501
+ contextWindow: number;
4502
+ maxTokens: number;
4503
+ };
4483
4504
  readonly o3: {
4484
4505
  id: string;
4485
4506
  name: string;