@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.
@@ -6206,6 +6206,23 @@ export const MODELS = {
6206
6206
  contextWindow: 1000000,
6207
6207
  maxTokens: 64000,
6208
6208
  },
6209
+ "deepseek-v4-flash-free": {
6210
+ id: "deepseek-v4-flash-free",
6211
+ name: "DeepSeek V4 Flash Free",
6212
+ api: "openai-completions",
6213
+ provider: "opencode",
6214
+ baseUrl: "https://opencode.ai/zen/v1",
6215
+ reasoning: true,
6216
+ input: ["text"],
6217
+ cost: {
6218
+ input: 0,
6219
+ output: 0,
6220
+ cacheRead: 0,
6221
+ cacheWrite: 0,
6222
+ },
6223
+ contextWindow: 1000000,
6224
+ maxTokens: 384000,
6225
+ },
6209
6226
  "gemini-3-flash": {
6210
6227
  id: "gemini-3-flash",
6211
6228
  name: "Gemini 3 Flash",
@@ -6682,6 +6699,23 @@ export const MODELS = {
6682
6699
  contextWindow: 262144,
6683
6700
  maxTokens: 65536,
6684
6701
  },
6702
+ "ring-2.6-1t-free": {
6703
+ id: "ring-2.6-1t-free",
6704
+ name: "Ring 2.6 1T Free",
6705
+ api: "openai-completions",
6706
+ provider: "opencode",
6707
+ baseUrl: "https://opencode.ai/zen/v1",
6708
+ reasoning: true,
6709
+ input: ["text"],
6710
+ cost: {
6711
+ input: 0,
6712
+ output: 0,
6713
+ cacheRead: 0,
6714
+ cacheWrite: 0,
6715
+ },
6716
+ contextWindow: 262000,
6717
+ maxTokens: 66000,
6718
+ },
6685
6719
  },
6686
6720
  "opencode-go": {
6687
6721
  "deepseek-v4-flash": {
@@ -7043,40 +7077,6 @@ export const MODELS = {
7043
7077
  contextWindow: 200000,
7044
7078
  maxTokens: 8192,
7045
7079
  },
7046
- "anthropic/claude-3.7-sonnet": {
7047
- id: "anthropic/claude-3.7-sonnet",
7048
- name: "Anthropic: Claude 3.7 Sonnet",
7049
- api: "openai-completions",
7050
- provider: "openrouter",
7051
- baseUrl: "https://openrouter.ai/api/v1",
7052
- reasoning: true,
7053
- input: ["text", "image"],
7054
- cost: {
7055
- input: 3,
7056
- output: 15,
7057
- cacheRead: 0.3,
7058
- cacheWrite: 3.75,
7059
- },
7060
- contextWindow: 200000,
7061
- maxTokens: 64000,
7062
- },
7063
- "anthropic/claude-3.7-sonnet:thinking": {
7064
- id: "anthropic/claude-3.7-sonnet:thinking",
7065
- name: "Anthropic: Claude 3.7 Sonnet (thinking)",
7066
- api: "openai-completions",
7067
- provider: "openrouter",
7068
- baseUrl: "https://openrouter.ai/api/v1",
7069
- reasoning: true,
7070
- input: ["text", "image"],
7071
- cost: {
7072
- input: 3,
7073
- output: 15,
7074
- cacheRead: 0.3,
7075
- cacheWrite: 3.75,
7076
- },
7077
- contextWindow: 200000,
7078
- maxTokens: 64000,
7079
- },
7080
7080
  "anthropic/claude-haiku-4.5": {
7081
7081
  id: "anthropic/claude-haiku-4.5",
7082
7082
  name: "Anthropic: Claude Haiku 4.5",
@@ -7281,6 +7281,23 @@ export const MODELS = {
7281
7281
  contextWindow: 262144,
7282
7282
  maxTokens: 262144,
7283
7283
  },
7284
+ "arcee-ai/trinity-large-thinking:free": {
7285
+ id: "arcee-ai/trinity-large-thinking:free",
7286
+ name: "Arcee AI: Trinity Large Thinking (free)",
7287
+ api: "openai-completions",
7288
+ provider: "openrouter",
7289
+ baseUrl: "https://openrouter.ai/api/v1",
7290
+ reasoning: true,
7291
+ input: ["text"],
7292
+ cost: {
7293
+ input: 0,
7294
+ output: 0,
7295
+ cacheRead: 0,
7296
+ cacheWrite: 0,
7297
+ },
7298
+ contextWindow: 262144,
7299
+ maxTokens: 80000,
7300
+ },
7284
7301
  "arcee-ai/trinity-mini": {
7285
7302
  id: "arcee-ai/trinity-mini",
7286
7303
  name: "Arcee AI: Trinity Mini",
@@ -7528,13 +7545,13 @@ export const MODELS = {
7528
7545
  reasoning: true,
7529
7546
  input: ["text"],
7530
7547
  cost: {
7531
- input: 0.15,
7532
- output: 0.75,
7533
- cacheRead: 0,
7548
+ input: 0.21,
7549
+ output: 0.7899999999999999,
7550
+ cacheRead: 0.13,
7534
7551
  cacheWrite: 0,
7535
7552
  },
7536
- contextWindow: 32768,
7537
- maxTokens: 7168,
7553
+ contextWindow: 163840,
7554
+ maxTokens: 32768,
7538
7555
  },
7539
7556
  "deepseek/deepseek-r1": {
7540
7557
  id: "deepseek/deepseek-r1",
@@ -7686,7 +7703,7 @@ export const MODELS = {
7686
7703
  cacheRead: 0.024999999999999998,
7687
7704
  cacheWrite: 0.08333333333333334,
7688
7705
  },
7689
- contextWindow: 1000000,
7706
+ contextWindow: 1048576,
7690
7707
  maxTokens: 8192,
7691
7708
  },
7692
7709
  "google/gemini-2.0-flash-lite-001": {
@@ -7970,8 +7987,8 @@ export const MODELS = {
7970
7987
  reasoning: true,
7971
7988
  input: ["text", "image"],
7972
7989
  cost: {
7973
- input: 0.13,
7974
- output: 0.38,
7990
+ input: 0.12,
7991
+ output: 0.37,
7975
7992
  cacheRead: 0,
7976
7993
  cacheWrite: 0,
7977
7994
  },
@@ -8276,13 +8293,13 @@ export const MODELS = {
8276
8293
  reasoning: true,
8277
8294
  input: ["text"],
8278
8295
  cost: {
8279
- input: 0.29900000000000004,
8296
+ input: 0.19999999999999998,
8280
8297
  output: 1.2,
8281
8298
  cacheRead: 0,
8282
8299
  cacheWrite: 0,
8283
8300
  },
8284
8301
  contextWindow: 196608,
8285
- maxTokens: 131072,
8302
+ maxTokens: 4096,
8286
8303
  },
8287
8304
  "mistralai/codestral-2508": {
8288
8305
  id: "mistralai/codestral-2508",
@@ -8718,13 +8735,13 @@ export const MODELS = {
8718
8735
  reasoning: true,
8719
8736
  input: ["text", "image"],
8720
8737
  cost: {
8721
- input: 0.75,
8738
+ input: 0.74,
8722
8739
  output: 3.5,
8723
- cacheRead: 0.15,
8740
+ cacheRead: 0.25,
8724
8741
  cacheWrite: 0,
8725
8742
  },
8726
- contextWindow: 262144,
8727
- maxTokens: 16384,
8743
+ contextWindow: 32768,
8744
+ maxTokens: 32768,
8728
8745
  },
8729
8746
  "nex-agi/deepseek-v3.1-nex-n1": {
8730
8747
  id: "nex-agi/deepseek-v3.1-nex-n1",
@@ -10624,7 +10641,7 @@ export const MODELS = {
10624
10641
  cost: {
10625
10642
  input: 0.39,
10626
10643
  output: 2.34,
10627
- cacheRead: 0.195,
10644
+ cacheRead: 0,
10628
10645
  cacheWrite: 0,
10629
10646
  },
10630
10647
  contextWindow: 262144,
@@ -11387,13 +11404,13 @@ export const MODELS = {
11387
11404
  reasoning: true,
11388
11405
  input: ["text"],
11389
11406
  cost: {
11390
- input: 1.0499999999999998,
11391
- output: 3.5,
11392
- cacheRead: 0.5249999999999999,
11407
+ input: 0.98,
11408
+ output: 3.08,
11409
+ cacheRead: 0.182,
11393
11410
  cacheWrite: 0,
11394
11411
  },
11395
11412
  contextWindow: 202752,
11396
- maxTokens: 65535,
11413
+ maxTokens: 4096,
11397
11414
  },
11398
11415
  "z-ai/glm-5v-turbo": {
11399
11416
  id: "z-ai/glm-5v-turbo",
@@ -11506,13 +11523,13 @@ export const MODELS = {
11506
11523
  reasoning: true,
11507
11524
  input: ["text", "image"],
11508
11525
  cost: {
11509
- input: 0.75,
11526
+ input: 0.74,
11510
11527
  output: 3.5,
11511
- cacheRead: 0.15,
11528
+ cacheRead: 0.25,
11512
11529
  cacheWrite: 0,
11513
11530
  },
11514
- contextWindow: 262144,
11515
- maxTokens: 16384,
11531
+ contextWindow: 32768,
11532
+ maxTokens: 32768,
11516
11533
  },
11517
11534
  "~openai/gpt-latest": {
11518
11535
  id: "~openai/gpt-latest",
@@ -11890,23 +11907,6 @@ export const MODELS = {
11890
11907
  contextWindow: 200000,
11891
11908
  maxTokens: 8192,
11892
11909
  },
11893
- "anthropic/claude-3.7-sonnet": {
11894
- id: "anthropic/claude-3.7-sonnet",
11895
- name: "Claude 3.7 Sonnet",
11896
- api: "anthropic-messages",
11897
- provider: "vercel-ai-gateway",
11898
- baseUrl: "https://ai-gateway.vercel.sh",
11899
- reasoning: true,
11900
- input: ["text", "image"],
11901
- cost: {
11902
- input: 3,
11903
- output: 15,
11904
- cacheRead: 0.3,
11905
- cacheWrite: 3.75,
11906
- },
11907
- contextWindow: 200000,
11908
- maxTokens: 8192,
11909
- },
11910
11910
  "anthropic/claude-haiku-4.5": {
11911
11911
  id: "anthropic/claude-haiku-4.5",
11912
11912
  name: "Claude Haiku 4.5",