@threadwell/ai 0.0.6 → 0.0.7

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.
@@ -16206,227 +16206,6 @@ export declare const MODELS: {
16206
16206
  contextWindow: number;
16207
16207
  maxTokens: number;
16208
16208
  };
16209
- readonly "grok-3": {
16210
- id: string;
16211
- name: string;
16212
- api: "openai-completions";
16213
- provider: string;
16214
- baseUrl: string;
16215
- reasoning: false;
16216
- input: "text"[];
16217
- cost: {
16218
- input: number;
16219
- output: number;
16220
- cacheRead: number;
16221
- cacheWrite: number;
16222
- };
16223
- contextWindow: number;
16224
- maxTokens: number;
16225
- };
16226
- readonly "grok-3-fast": {
16227
- id: string;
16228
- name: string;
16229
- api: "openai-completions";
16230
- provider: string;
16231
- baseUrl: string;
16232
- reasoning: false;
16233
- input: "text"[];
16234
- cost: {
16235
- input: number;
16236
- output: number;
16237
- cacheRead: number;
16238
- cacheWrite: number;
16239
- };
16240
- contextWindow: number;
16241
- maxTokens: number;
16242
- };
16243
- readonly "grok-3-fast-latest": {
16244
- id: string;
16245
- name: string;
16246
- api: "openai-completions";
16247
- provider: string;
16248
- baseUrl: string;
16249
- reasoning: false;
16250
- input: "text"[];
16251
- cost: {
16252
- input: number;
16253
- output: number;
16254
- cacheRead: number;
16255
- cacheWrite: number;
16256
- };
16257
- contextWindow: number;
16258
- maxTokens: number;
16259
- };
16260
- readonly "grok-3-latest": {
16261
- id: string;
16262
- name: string;
16263
- api: "openai-completions";
16264
- provider: string;
16265
- baseUrl: string;
16266
- reasoning: false;
16267
- input: "text"[];
16268
- cost: {
16269
- input: number;
16270
- output: number;
16271
- cacheRead: number;
16272
- cacheWrite: number;
16273
- };
16274
- contextWindow: number;
16275
- maxTokens: number;
16276
- };
16277
- readonly "grok-3-mini": {
16278
- id: string;
16279
- name: string;
16280
- api: "openai-completions";
16281
- provider: string;
16282
- baseUrl: string;
16283
- reasoning: true;
16284
- input: "text"[];
16285
- cost: {
16286
- input: number;
16287
- output: number;
16288
- cacheRead: number;
16289
- cacheWrite: number;
16290
- };
16291
- contextWindow: number;
16292
- maxTokens: number;
16293
- };
16294
- readonly "grok-3-mini-fast": {
16295
- id: string;
16296
- name: string;
16297
- api: "openai-completions";
16298
- provider: string;
16299
- baseUrl: string;
16300
- reasoning: true;
16301
- input: "text"[];
16302
- cost: {
16303
- input: number;
16304
- output: number;
16305
- cacheRead: number;
16306
- cacheWrite: number;
16307
- };
16308
- contextWindow: number;
16309
- maxTokens: number;
16310
- };
16311
- readonly "grok-3-mini-fast-latest": {
16312
- id: string;
16313
- name: string;
16314
- api: "openai-completions";
16315
- provider: string;
16316
- baseUrl: string;
16317
- reasoning: true;
16318
- input: "text"[];
16319
- cost: {
16320
- input: number;
16321
- output: number;
16322
- cacheRead: number;
16323
- cacheWrite: number;
16324
- };
16325
- contextWindow: number;
16326
- maxTokens: number;
16327
- };
16328
- readonly "grok-3-mini-latest": {
16329
- id: string;
16330
- name: string;
16331
- api: "openai-completions";
16332
- provider: string;
16333
- baseUrl: string;
16334
- reasoning: true;
16335
- input: "text"[];
16336
- cost: {
16337
- input: number;
16338
- output: number;
16339
- cacheRead: number;
16340
- cacheWrite: number;
16341
- };
16342
- contextWindow: number;
16343
- maxTokens: number;
16344
- };
16345
- readonly "grok-4": {
16346
- id: string;
16347
- name: string;
16348
- api: "openai-completions";
16349
- provider: string;
16350
- baseUrl: string;
16351
- reasoning: true;
16352
- input: "text"[];
16353
- cost: {
16354
- input: number;
16355
- output: number;
16356
- cacheRead: number;
16357
- cacheWrite: number;
16358
- };
16359
- contextWindow: number;
16360
- maxTokens: number;
16361
- };
16362
- readonly "grok-4-1-fast": {
16363
- id: string;
16364
- name: string;
16365
- api: "openai-completions";
16366
- provider: string;
16367
- baseUrl: string;
16368
- reasoning: true;
16369
- input: ("image" | "text")[];
16370
- cost: {
16371
- input: number;
16372
- output: number;
16373
- cacheRead: number;
16374
- cacheWrite: number;
16375
- };
16376
- contextWindow: number;
16377
- maxTokens: number;
16378
- };
16379
- readonly "grok-4-1-fast-non-reasoning": {
16380
- id: string;
16381
- name: string;
16382
- api: "openai-completions";
16383
- provider: string;
16384
- baseUrl: string;
16385
- reasoning: false;
16386
- input: ("image" | "text")[];
16387
- cost: {
16388
- input: number;
16389
- output: number;
16390
- cacheRead: number;
16391
- cacheWrite: number;
16392
- };
16393
- contextWindow: number;
16394
- maxTokens: number;
16395
- };
16396
- readonly "grok-4-fast": {
16397
- id: string;
16398
- name: string;
16399
- api: "openai-completions";
16400
- provider: string;
16401
- baseUrl: string;
16402
- reasoning: true;
16403
- input: ("image" | "text")[];
16404
- cost: {
16405
- input: number;
16406
- output: number;
16407
- cacheRead: number;
16408
- cacheWrite: number;
16409
- };
16410
- contextWindow: number;
16411
- maxTokens: number;
16412
- };
16413
- readonly "grok-4-fast-non-reasoning": {
16414
- id: string;
16415
- name: string;
16416
- api: "openai-completions";
16417
- provider: string;
16418
- baseUrl: string;
16419
- reasoning: false;
16420
- input: ("image" | "text")[];
16421
- cost: {
16422
- input: number;
16423
- output: number;
16424
- cacheRead: number;
16425
- cacheWrite: number;
16426
- };
16427
- contextWindow: number;
16428
- maxTokens: number;
16429
- };
16430
16209
  readonly "grok-4.20-0309-non-reasoning": {
16431
16210
  id: string;
16432
16211
  name: string;
@@ -16501,7 +16280,7 @@ export declare const MODELS: {
16501
16280
  api: "openai-completions";
16502
16281
  provider: string;
16503
16282
  baseUrl: string;
16504
- reasoning: true;
16283
+ reasoning: false;
16505
16284
  input: "text"[];
16506
16285
  cost: {
16507
16286
  input: number;