@asm-agent/ai 0.9.0 → 0.9.2

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.
@@ -10107,6 +10107,29 @@ export declare const MODELS: {
10107
10107
  contextWindow: number;
10108
10108
  maxTokens: number;
10109
10109
  };
10110
+ readonly "gpt-6-astra": {
10111
+ id: string;
10112
+ name: string;
10113
+ api: "openai-codex-responses";
10114
+ provider: string;
10115
+ baseUrl: string;
10116
+ reasoning: true;
10117
+ thinkingLevelMap: {
10118
+ off: null;
10119
+ minimal: null;
10120
+ xhigh: string;
10121
+ max: string;
10122
+ };
10123
+ input: ("image" | "text")[];
10124
+ cost: {
10125
+ input: number;
10126
+ output: number;
10127
+ cacheRead: number;
10128
+ cacheWrite: number;
10129
+ };
10130
+ contextWindow: number;
10131
+ maxTokens: number;
10132
+ };
10110
10133
  };
10111
10134
  readonly opencode: {
10112
10135
  readonly "big-pickle": {