@asm-agent/ai 0.8.8 → 0.9.1

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": {
@@ -20085,39 +20108,6 @@ export declare const MODELS: {
20085
20108
  contextWindow: number;
20086
20109
  maxTokens: number;
20087
20110
  };
20088
- readonly "meta/muse-spark-1.2": {
20089
- id: string;
20090
- name: string;
20091
- api: "openai-completions";
20092
- provider: string;
20093
- baseUrl: string;
20094
- compat: {
20095
- supportsStore: false;
20096
- supportsDeveloperRole: false;
20097
- supportsReasoningEffort: true;
20098
- maxTokensField: "max_tokens";
20099
- supportsStrictMode: false;
20100
- };
20101
- reasoning: true;
20102
- thinkingLevelMap: {
20103
- off: null;
20104
- minimal: string;
20105
- low: string;
20106
- medium: string;
20107
- high: string;
20108
- xhigh: string;
20109
- max: null;
20110
- };
20111
- input: ("image" | "text")[];
20112
- cost: {
20113
- input: number;
20114
- output: number;
20115
- cacheRead: number;
20116
- cacheWrite: number;
20117
- };
20118
- contextWindow: number;
20119
- maxTokens: number;
20120
- };
20121
20111
  readonly "minimax/minimax-m2.5": {
20122
20112
  id: string;
20123
20113
  name: string;