@dreb/ai 2.36.1 → 2.38.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.
@@ -2692,6 +2692,23 @@ export const MODELS = {
2692
2692
  contextWindow: 1050000,
2693
2693
  maxTokens: 128000,
2694
2694
  },
2695
+ "gpt-realtime-2.1": {
2696
+ id: "gpt-realtime-2.1",
2697
+ name: "GPT-Realtime-2.1",
2698
+ api: "azure-openai-responses",
2699
+ provider: "azure-openai-responses",
2700
+ baseUrl: "",
2701
+ reasoning: true,
2702
+ input: ["text", "image"],
2703
+ cost: {
2704
+ input: 4,
2705
+ output: 24,
2706
+ cacheRead: 0.4,
2707
+ cacheWrite: 0,
2708
+ },
2709
+ contextWindow: 128000,
2710
+ maxTokens: 32000,
2711
+ },
2695
2712
  "o1": {
2696
2713
  id: "o1",
2697
2714
  name: "o1",
@@ -3102,7 +3119,7 @@ export const MODELS = {
3102
3119
  cacheRead: 0.2,
3103
3120
  cacheWrite: 0,
3104
3121
  },
3105
- contextWindow: 200000,
3122
+ contextWindow: 1000000,
3106
3123
  maxTokens: 64000,
3107
3124
  },
3108
3125
  "gemini-3.5-flash": {
@@ -3230,7 +3247,7 @@ export const MODELS = {
3230
3247
  cacheRead: 0.25,
3231
3248
  cacheWrite: 0,
3232
3249
  },
3233
- contextWindow: 400000,
3250
+ contextWindow: 1050000,
3234
3251
  maxTokens: 128000,
3235
3252
  },
3236
3253
  "gpt-5.4-mini": {
@@ -3284,7 +3301,7 @@ export const MODELS = {
3284
3301
  cacheRead: 0.5,
3285
3302
  cacheWrite: 0,
3286
3303
  },
3287
- contextWindow: 400000,
3304
+ contextWindow: 1050000,
3288
3305
  maxTokens: 128000,
3289
3306
  },
3290
3307
  "gpt-5.6-luna": {
@@ -6428,6 +6445,23 @@ export const MODELS = {
6428
6445
  contextWindow: 1050000,
6429
6446
  maxTokens: 128000,
6430
6447
  },
6448
+ "gpt-realtime-2.1": {
6449
+ id: "gpt-realtime-2.1",
6450
+ name: "GPT-Realtime-2.1",
6451
+ api: "openai-responses",
6452
+ provider: "openai",
6453
+ baseUrl: "https://api.openai.com/v1",
6454
+ reasoning: true,
6455
+ input: ["text", "image"],
6456
+ cost: {
6457
+ input: 4,
6458
+ output: 24,
6459
+ cacheRead: 0.4,
6460
+ cacheWrite: 0,
6461
+ },
6462
+ contextWindow: 128000,
6463
+ maxTokens: 32000,
6464
+ },
6431
6465
  "o1": {
6432
6466
  id: "o1",
6433
6467
  name: "o1",
@@ -6702,6 +6736,57 @@ export const MODELS = {
6702
6736
  contextWindow: 400000,
6703
6737
  maxTokens: 128000,
6704
6738
  },
6739
+ "gpt-5.6-luna": {
6740
+ id: "gpt-5.6-luna",
6741
+ name: "GPT-5.6 Luna",
6742
+ api: "openai-codex-responses",
6743
+ provider: "openai-codex",
6744
+ baseUrl: "https://chatgpt.com/backend-api",
6745
+ reasoning: true,
6746
+ input: ["text", "image"],
6747
+ cost: {
6748
+ input: 1,
6749
+ output: 6,
6750
+ cacheRead: 0.1,
6751
+ cacheWrite: 1.25,
6752
+ },
6753
+ contextWindow: 372000,
6754
+ maxTokens: 128000,
6755
+ },
6756
+ "gpt-5.6-sol": {
6757
+ id: "gpt-5.6-sol",
6758
+ name: "GPT-5.6 Sol",
6759
+ api: "openai-codex-responses",
6760
+ provider: "openai-codex",
6761
+ baseUrl: "https://chatgpt.com/backend-api",
6762
+ reasoning: true,
6763
+ input: ["text", "image"],
6764
+ cost: {
6765
+ input: 5,
6766
+ output: 30,
6767
+ cacheRead: 0.5,
6768
+ cacheWrite: 6.25,
6769
+ },
6770
+ contextWindow: 372000,
6771
+ maxTokens: 128000,
6772
+ },
6773
+ "gpt-5.6-terra": {
6774
+ id: "gpt-5.6-terra",
6775
+ name: "GPT-5.6 Terra",
6776
+ api: "openai-codex-responses",
6777
+ provider: "openai-codex",
6778
+ baseUrl: "https://chatgpt.com/backend-api",
6779
+ reasoning: true,
6780
+ input: ["text", "image"],
6781
+ cost: {
6782
+ input: 2.5,
6783
+ output: 15,
6784
+ cacheRead: 0.25,
6785
+ cacheWrite: 3.125,
6786
+ },
6787
+ contextWindow: 372000,
6788
+ maxTokens: 128000,
6789
+ },
6705
6790
  },
6706
6791
  "opencode": {
6707
6792
  "big-pickle": {
@@ -7333,6 +7418,57 @@ export const MODELS = {
7333
7418
  contextWindow: 1050000,
7334
7419
  maxTokens: 128000,
7335
7420
  },
7421
+ "gpt-5.6-luna": {
7422
+ id: "gpt-5.6-luna",
7423
+ name: "GPT-5.6 Luna",
7424
+ api: "openai-responses",
7425
+ provider: "opencode",
7426
+ baseUrl: "https://opencode.ai/zen/v1",
7427
+ reasoning: true,
7428
+ input: ["text", "image"],
7429
+ cost: {
7430
+ input: 1,
7431
+ output: 6,
7432
+ cacheRead: 0.1,
7433
+ cacheWrite: 1.25,
7434
+ },
7435
+ contextWindow: 1050000,
7436
+ maxTokens: 128000,
7437
+ },
7438
+ "gpt-5.6-sol": {
7439
+ id: "gpt-5.6-sol",
7440
+ name: "GPT-5.6 Sol",
7441
+ api: "openai-responses",
7442
+ provider: "opencode",
7443
+ baseUrl: "https://opencode.ai/zen/v1",
7444
+ reasoning: true,
7445
+ input: ["text", "image"],
7446
+ cost: {
7447
+ input: 5,
7448
+ output: 30,
7449
+ cacheRead: 0.5,
7450
+ cacheWrite: 6.25,
7451
+ },
7452
+ contextWindow: 1050000,
7453
+ maxTokens: 128000,
7454
+ },
7455
+ "gpt-5.6-terra": {
7456
+ id: "gpt-5.6-terra",
7457
+ name: "GPT-5.6 Terra",
7458
+ api: "openai-responses",
7459
+ provider: "opencode",
7460
+ baseUrl: "https://opencode.ai/zen/v1",
7461
+ reasoning: true,
7462
+ input: ["text", "image"],
7463
+ cost: {
7464
+ input: 2.5,
7465
+ output: 15,
7466
+ cacheRead: 0.25,
7467
+ cacheWrite: 3.125,
7468
+ },
7469
+ contextWindow: 1050000,
7470
+ maxTokens: 128000,
7471
+ },
7336
7472
  "grok-4.5": {
7337
7473
  id: "grok-4.5",
7338
7474
  name: "Grok 4.5",
@@ -7381,7 +7517,7 @@ export const MODELS = {
7381
7517
  cacheRead: 0,
7382
7518
  cacheWrite: 0,
7383
7519
  },
7384
- contextWindow: 256000,
7520
+ contextWindow: 190000,
7385
7521
  maxTokens: 64000,
7386
7522
  },
7387
7523
  "kimi-k2.5": {
@@ -8221,23 +8357,6 @@ export const MODELS = {
8221
8357
  contextWindow: 262144,
8222
8358
  maxTokens: 80000,
8223
8359
  },
8224
- "arcee-ai/trinity-mini": {
8225
- id: "arcee-ai/trinity-mini",
8226
- name: "Arcee AI: Trinity Mini",
8227
- api: "openai-completions",
8228
- provider: "openrouter",
8229
- baseUrl: "https://openrouter.ai/api/v1",
8230
- reasoning: true,
8231
- input: ["text"],
8232
- cost: {
8233
- input: 0.045,
8234
- output: 0.15,
8235
- cacheRead: 0,
8236
- cacheWrite: 0,
8237
- },
8238
- contextWindow: 131072,
8239
- maxTokens: 131072,
8240
- },
8241
8360
  "arcee-ai/virtuoso-large": {
8242
8361
  id: "arcee-ai/virtuoso-large",
8243
8362
  name: "Arcee AI: Virtuoso Large",
@@ -12180,7 +12299,7 @@ export const MODELS = {
12180
12299
  cacheWrite: 0,
12181
12300
  },
12182
12301
  contextWindow: 1048576,
12183
- maxTokens: 128000,
12302
+ maxTokens: 131072,
12184
12303
  },
12185
12304
  "z-ai/glm-5v-turbo": {
12186
12305
  id: "z-ai/glm-5v-turbo",