@hyperspaceng/neural-ai 0.67.7 → 0.67.69

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.
@@ -8222,23 +8222,6 @@ export declare const MODELS: {
8222
8222
  contextWindow: number;
8223
8223
  maxTokens: number;
8224
8224
  };
8225
- readonly "meta-llama/llama-4-maverick": {
8226
- id: string;
8227
- name: string;
8228
- api: "openai-completions";
8229
- provider: string;
8230
- baseUrl: string;
8231
- reasoning: false;
8232
- input: ("image" | "text")[];
8233
- cost: {
8234
- input: number;
8235
- output: number;
8236
- cacheRead: number;
8237
- cacheWrite: number;
8238
- };
8239
- contextWindow: number;
8240
- maxTokens: number;
8241
- };
8242
8225
  readonly "meta-llama/llama-4-scout": {
8243
8226
  id: string;
8244
8227
  name: string;
@@ -9276,23 +9259,6 @@ export declare const MODELS: {
9276
9259
  contextWindow: number;
9277
9260
  maxTokens: number;
9278
9261
  };
9279
- readonly "openai/gpt-4o:extended": {
9280
- id: string;
9281
- name: string;
9282
- api: "openai-completions";
9283
- provider: string;
9284
- baseUrl: string;
9285
- reasoning: false;
9286
- input: ("image" | "text")[];
9287
- cost: {
9288
- input: number;
9289
- output: number;
9290
- cacheRead: number;
9291
- cacheWrite: number;
9292
- };
9293
- contextWindow: number;
9294
- maxTokens: number;
9295
- };
9296
9262
  readonly "openai/gpt-5": {
9297
9263
  id: string;
9298
9264
  name: string;
@@ -10183,7 +10149,7 @@ export declare const MODELS: {
10183
10149
  api: "openai-completions";
10184
10150
  provider: string;
10185
10151
  baseUrl: string;
10186
- reasoning: true;
10152
+ reasoning: false;
10187
10153
  input: "text"[];
10188
10154
  cost: {
10189
10155
  input: number;