@dreb/ai 2.16.0 → 2.17.0

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.
@@ -6370,6 +6370,23 @@ export declare const MODELS: {
6370
6370
  contextWindow: number;
6371
6371
  maxTokens: number;
6372
6372
  };
6373
+ readonly "deepseek-v4-flash-free": {
6374
+ id: string;
6375
+ name: string;
6376
+ api: "openai-completions";
6377
+ provider: string;
6378
+ baseUrl: string;
6379
+ reasoning: true;
6380
+ input: "text"[];
6381
+ cost: {
6382
+ input: number;
6383
+ output: number;
6384
+ cacheRead: number;
6385
+ cacheWrite: number;
6386
+ };
6387
+ contextWindow: number;
6388
+ maxTokens: number;
6389
+ };
6373
6390
  readonly "gemini-3-flash": {
6374
6391
  id: string;
6375
6392
  name: string;
@@ -6846,6 +6863,23 @@ export declare const MODELS: {
6846
6863
  contextWindow: number;
6847
6864
  maxTokens: number;
6848
6865
  };
6866
+ readonly "ring-2.6-1t-free": {
6867
+ id: string;
6868
+ name: string;
6869
+ api: "openai-completions";
6870
+ provider: string;
6871
+ baseUrl: string;
6872
+ reasoning: true;
6873
+ input: "text"[];
6874
+ cost: {
6875
+ input: number;
6876
+ output: number;
6877
+ cacheRead: number;
6878
+ cacheWrite: number;
6879
+ };
6880
+ contextWindow: number;
6881
+ maxTokens: number;
6882
+ };
6849
6883
  };
6850
6884
  readonly "opencode-go": {
6851
6885
  readonly "deepseek-v4-flash": {
@@ -7207,7 +7241,7 @@ export declare const MODELS: {
7207
7241
  contextWindow: number;
7208
7242
  maxTokens: number;
7209
7243
  };
7210
- readonly "anthropic/claude-3.7-sonnet": {
7244
+ readonly "anthropic/claude-haiku-4.5": {
7211
7245
  id: string;
7212
7246
  name: string;
7213
7247
  api: "openai-completions";
@@ -7224,7 +7258,7 @@ export declare const MODELS: {
7224
7258
  contextWindow: number;
7225
7259
  maxTokens: number;
7226
7260
  };
7227
- readonly "anthropic/claude-3.7-sonnet:thinking": {
7261
+ readonly "anthropic/claude-opus-4": {
7228
7262
  id: string;
7229
7263
  name: string;
7230
7264
  api: "openai-completions";
@@ -7241,7 +7275,7 @@ export declare const MODELS: {
7241
7275
  contextWindow: number;
7242
7276
  maxTokens: number;
7243
7277
  };
7244
- readonly "anthropic/claude-haiku-4.5": {
7278
+ readonly "anthropic/claude-opus-4.1": {
7245
7279
  id: string;
7246
7280
  name: string;
7247
7281
  api: "openai-completions";
@@ -7258,7 +7292,7 @@ export declare const MODELS: {
7258
7292
  contextWindow: number;
7259
7293
  maxTokens: number;
7260
7294
  };
7261
- readonly "anthropic/claude-opus-4": {
7295
+ readonly "anthropic/claude-opus-4.5": {
7262
7296
  id: string;
7263
7297
  name: string;
7264
7298
  api: "openai-completions";
@@ -7275,7 +7309,7 @@ export declare const MODELS: {
7275
7309
  contextWindow: number;
7276
7310
  maxTokens: number;
7277
7311
  };
7278
- readonly "anthropic/claude-opus-4.1": {
7312
+ readonly "anthropic/claude-opus-4.6": {
7279
7313
  id: string;
7280
7314
  name: string;
7281
7315
  api: "openai-completions";
@@ -7292,7 +7326,7 @@ export declare const MODELS: {
7292
7326
  contextWindow: number;
7293
7327
  maxTokens: number;
7294
7328
  };
7295
- readonly "anthropic/claude-opus-4.5": {
7329
+ readonly "anthropic/claude-opus-4.6-fast": {
7296
7330
  id: string;
7297
7331
  name: string;
7298
7332
  api: "openai-completions";
@@ -7309,7 +7343,7 @@ export declare const MODELS: {
7309
7343
  contextWindow: number;
7310
7344
  maxTokens: number;
7311
7345
  };
7312
- readonly "anthropic/claude-opus-4.6": {
7346
+ readonly "anthropic/claude-opus-4.7": {
7313
7347
  id: string;
7314
7348
  name: string;
7315
7349
  api: "openai-completions";
@@ -7326,7 +7360,7 @@ export declare const MODELS: {
7326
7360
  contextWindow: number;
7327
7361
  maxTokens: number;
7328
7362
  };
7329
- readonly "anthropic/claude-opus-4.6-fast": {
7363
+ readonly "anthropic/claude-sonnet-4": {
7330
7364
  id: string;
7331
7365
  name: string;
7332
7366
  api: "openai-completions";
@@ -7343,7 +7377,7 @@ export declare const MODELS: {
7343
7377
  contextWindow: number;
7344
7378
  maxTokens: number;
7345
7379
  };
7346
- readonly "anthropic/claude-opus-4.7": {
7380
+ readonly "anthropic/claude-sonnet-4.5": {
7347
7381
  id: string;
7348
7382
  name: string;
7349
7383
  api: "openai-completions";
@@ -7360,7 +7394,7 @@ export declare const MODELS: {
7360
7394
  contextWindow: number;
7361
7395
  maxTokens: number;
7362
7396
  };
7363
- readonly "anthropic/claude-sonnet-4": {
7397
+ readonly "anthropic/claude-sonnet-4.6": {
7364
7398
  id: string;
7365
7399
  name: string;
7366
7400
  api: "openai-completions";
@@ -7377,14 +7411,14 @@ export declare const MODELS: {
7377
7411
  contextWindow: number;
7378
7412
  maxTokens: number;
7379
7413
  };
7380
- readonly "anthropic/claude-sonnet-4.5": {
7414
+ readonly "arcee-ai/trinity-large-preview": {
7381
7415
  id: string;
7382
7416
  name: string;
7383
7417
  api: "openai-completions";
7384
7418
  provider: string;
7385
7419
  baseUrl: string;
7386
- reasoning: true;
7387
- input: ("image" | "text")[];
7420
+ reasoning: false;
7421
+ input: "text"[];
7388
7422
  cost: {
7389
7423
  input: number;
7390
7424
  output: number;
@@ -7394,30 +7428,13 @@ export declare const MODELS: {
7394
7428
  contextWindow: number;
7395
7429
  maxTokens: number;
7396
7430
  };
7397
- readonly "anthropic/claude-sonnet-4.6": {
7431
+ readonly "arcee-ai/trinity-large-thinking": {
7398
7432
  id: string;
7399
7433
  name: string;
7400
7434
  api: "openai-completions";
7401
7435
  provider: string;
7402
7436
  baseUrl: string;
7403
7437
  reasoning: true;
7404
- input: ("image" | "text")[];
7405
- cost: {
7406
- input: number;
7407
- output: number;
7408
- cacheRead: number;
7409
- cacheWrite: number;
7410
- };
7411
- contextWindow: number;
7412
- maxTokens: number;
7413
- };
7414
- readonly "arcee-ai/trinity-large-preview": {
7415
- id: string;
7416
- name: string;
7417
- api: "openai-completions";
7418
- provider: string;
7419
- baseUrl: string;
7420
- reasoning: false;
7421
7438
  input: "text"[];
7422
7439
  cost: {
7423
7440
  input: number;
@@ -7428,7 +7445,7 @@ export declare const MODELS: {
7428
7445
  contextWindow: number;
7429
7446
  maxTokens: number;
7430
7447
  };
7431
- readonly "arcee-ai/trinity-large-thinking": {
7448
+ readonly "arcee-ai/trinity-large-thinking:free": {
7432
7449
  id: string;
7433
7450
  name: string;
7434
7451
  api: "openai-completions";
@@ -12054,23 +12071,6 @@ export declare const MODELS: {
12054
12071
  contextWindow: number;
12055
12072
  maxTokens: number;
12056
12073
  };
12057
- readonly "anthropic/claude-3.7-sonnet": {
12058
- id: string;
12059
- name: string;
12060
- api: "anthropic-messages";
12061
- provider: string;
12062
- baseUrl: string;
12063
- reasoning: true;
12064
- input: ("image" | "text")[];
12065
- cost: {
12066
- input: number;
12067
- output: number;
12068
- cacheRead: number;
12069
- cacheWrite: number;
12070
- };
12071
- contextWindow: number;
12072
- maxTokens: number;
12073
- };
12074
12074
  readonly "anthropic/claude-haiku-4.5": {
12075
12075
  id: string;
12076
12076
  name: string;