@dreb/ai 2.54.0 → 2.55.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.
@@ -3430,6 +3430,25 @@ export const MODELS = {
3430
3430
  contextWindow: 256000,
3431
3431
  maxTokens: 32000,
3432
3432
  },
3433
+ "kimi-k3": {
3434
+ id: "kimi-k3",
3435
+ name: "Kimi K3",
3436
+ api: "openai-completions",
3437
+ provider: "github-copilot",
3438
+ baseUrl: "https://api.individual.githubcopilot.com",
3439
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
3440
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
3441
+ reasoning: true,
3442
+ input: ["text", "image"],
3443
+ cost: {
3444
+ input: 3,
3445
+ output: 15,
3446
+ cacheRead: 0.3,
3447
+ cacheWrite: 0,
3448
+ },
3449
+ contextWindow: 1048576,
3450
+ maxTokens: 131072,
3451
+ },
3433
3452
  "mai-code-1-flash-picker": {
3434
3453
  id: "mai-code-1-flash-picker",
3435
3454
  name: "MAI-Code-1-Flash",
@@ -7159,23 +7178,6 @@ export const MODELS = {
7159
7178
  contextWindow: 200000,
7160
7179
  maxTokens: 64000,
7161
7180
  },
7162
- "claude-opus-4-1": {
7163
- id: "claude-opus-4-1",
7164
- name: "Claude Opus 4.1",
7165
- api: "anthropic-messages",
7166
- provider: "opencode",
7167
- baseUrl: "https://opencode.ai/zen",
7168
- reasoning: true,
7169
- input: ["text", "image"],
7170
- cost: {
7171
- input: 15,
7172
- output: 75,
7173
- cacheRead: 1.5,
7174
- cacheWrite: 18.75,
7175
- },
7176
- contextWindow: 200000,
7177
- maxTokens: 32000,
7178
- },
7179
7181
  "claude-opus-4-5": {
7180
7182
  id: "claude-opus-4-5",
7181
7183
  name: "Claude Opus 4.5",
@@ -7331,7 +7333,7 @@ export const MODELS = {
7331
7333
  },
7332
7334
  "deepseek-v4-flash": {
7333
7335
  id: "deepseek-v4-flash",
7334
- name: "DeepSeek V4 Flash (New)",
7336
+ name: "DeepSeek V4 Flash",
7335
7337
  api: "openai-completions",
7336
7338
  provider: "opencode",
7337
7339
  baseUrl: "https://opencode.ai/zen/v1",
@@ -7348,7 +7350,7 @@ export const MODELS = {
7348
7350
  },
7349
7351
  "deepseek-v4-flash-free": {
7350
7352
  id: "deepseek-v4-flash-free",
7351
- name: "DeepSeek V4 Flash Free (New)",
7353
+ name: "DeepSeek V4 Flash Free",
7352
7354
  api: "openai-completions",
7353
7355
  provider: "opencode",
7354
7356
  baseUrl: "https://opencode.ai/zen/v1",
@@ -7859,7 +7861,7 @@ export const MODELS = {
7859
7861
  "grok-build-0.1": {
7860
7862
  id: "grok-build-0.1",
7861
7863
  name: "Grok Build 0.1",
7862
- api: "openai-completions",
7864
+ api: "openai-responses",
7863
7865
  provider: "opencode",
7864
7866
  baseUrl: "https://opencode.ai/zen/v1",
7865
7867
  reasoning: true,
@@ -7958,9 +7960,9 @@ export const MODELS = {
7958
7960
  contextWindow: 256000,
7959
7961
  maxTokens: 32000,
7960
7962
  },
7961
- "ling-3.0-flash-free": {
7962
- id: "ling-3.0-flash-free",
7963
- name: "Ling-3.0-flash Free",
7963
+ "ling-3.0-tiny-free": {
7964
+ id: "ling-3.0-tiny-free",
7965
+ name: "Ling-3.0-tiny Free",
7964
7966
  api: "openai-completions",
7965
7967
  provider: "opencode",
7966
7968
  baseUrl: "https://opencode.ai/zen/v1",
@@ -8132,16 +8134,16 @@ export const MODELS = {
8132
8134
  "opencode-go": {
8133
8135
  "deepseek-v4-flash": {
8134
8136
  id: "deepseek-v4-flash",
8135
- name: "DeepSeek V4 Flash (New)",
8137
+ name: "DeepSeek V4 Flash (2x usage)",
8136
8138
  api: "openai-completions",
8137
8139
  provider: "opencode-go",
8138
8140
  baseUrl: "https://opencode.ai/zen/go/v1",
8139
8141
  reasoning: true,
8140
8142
  input: ["text"],
8141
8143
  cost: {
8142
- input: 0.14,
8143
- output: 0.28,
8144
- cacheRead: 0.0028,
8144
+ input: 0.07,
8145
+ output: 0.14,
8146
+ cacheRead: 0.0014,
8145
8147
  cacheWrite: 0,
8146
8148
  },
8147
8149
  contextWindow: 1000000,
@@ -9382,13 +9384,13 @@ export const MODELS = {
9382
9384
  reasoning: true,
9383
9385
  input: ["text"],
9384
9386
  cost: {
9385
- input: 0.0882,
9386
- output: 0.1764,
9387
- cacheRead: 0.01764,
9387
+ input: 0.14,
9388
+ output: 0.28,
9389
+ cacheRead: 0.028,
9388
9390
  cacheWrite: 0,
9389
9391
  },
9390
9392
  contextWindow: 1048576,
9391
- maxTokens: 131072,
9393
+ maxTokens: 393216,
9392
9394
  },
9393
9395
  "deepseek/deepseek-v4-flash-0731": {
9394
9396
  id: "deepseek/deepseek-v4-flash-0731",
@@ -9575,7 +9577,7 @@ export const MODELS = {
9575
9577
  cacheWrite: 0.0833333333333333,
9576
9578
  },
9577
9579
  contextWindow: 1048576,
9578
- maxTokens: 65535,
9580
+ maxTokens: 65536,
9579
9581
  },
9580
9582
  "google/gemini-3-flash-preview:batch": {
9581
9583
  id: "google/gemini-3-flash-preview:batch",
@@ -9592,7 +9594,7 @@ export const MODELS = {
9592
9594
  cacheWrite: 0,
9593
9595
  },
9594
9596
  contextWindow: 1048576,
9595
- maxTokens: 65535,
9597
+ maxTokens: 65536,
9596
9598
  },
9597
9599
  "google/gemini-3-pro-image": {
9598
9600
  id: "google/gemini-3-pro-image",
@@ -9994,17 +9996,17 @@ export const MODELS = {
9994
9996
  reasoning: true,
9995
9997
  input: ["text"],
9996
9998
  cost: {
9997
- input: 0.075,
9998
- output: 0.22,
9999
- cacheRead: 0.015,
9999
+ input: 0.020999999999999998,
10000
+ output: 0.063,
10001
+ cacheRead: 0.004200000000000001,
10000
10002
  cacheWrite: 0,
10001
10003
  },
10002
- contextWindow: 131072,
10004
+ contextWindow: 262144,
10003
10005
  maxTokens: 32768,
10004
10006
  },
10005
- "inclusionai/ling-3.0-flash:free": {
10006
- id: "inclusionai/ling-3.0-flash:free",
10007
- name: "Ling-3.0-flash (free)",
10007
+ "inclusionai/ling-3.0-tiny:free": {
10008
+ id: "inclusionai/ling-3.0-tiny:free",
10009
+ name: "inclusionAI: Ling 3.0 Tiny (free)",
10008
10010
  api: "openai-completions",
10009
10011
  provider: "openrouter",
10010
10012
  baseUrl: "https://openrouter.ai/api/v1",
@@ -10691,9 +10693,9 @@ export const MODELS = {
10691
10693
  reasoning: true,
10692
10694
  input: ["text", "image"],
10693
10695
  cost: {
10694
- input: 0.5700000000000001,
10695
- output: 2.4,
10696
- cacheRead: 0.096,
10696
+ input: 0.5795,
10697
+ output: 2.44,
10698
+ cacheRead: 0.0976,
10697
10699
  cacheWrite: 0,
10698
10700
  },
10699
10701
  contextWindow: 262144,
@@ -12975,7 +12977,7 @@ export const MODELS = {
12975
12977
  cacheWrite: 0,
12976
12978
  },
12977
12979
  contextWindow: 262144,
12978
- maxTokens: 4096,
12980
+ maxTokens: 262144,
12979
12981
  },
12980
12982
  "qwen/qwen3-vl-235b-a22b-instruct": {
12981
12983
  id: "qwen/qwen3-vl-235b-a22b-instruct",
@@ -13003,8 +13005,8 @@ export const MODELS = {
13003
13005
  reasoning: true,
13004
13006
  input: ["text", "image"],
13005
13007
  cost: {
13006
- input: 0.98,
13007
- output: 3.95,
13008
+ input: 0.39999999999999997,
13009
+ output: 4,
13008
13010
  cacheRead: 0,
13009
13011
  cacheWrite: 0,
13010
13012
  },
@@ -13105,13 +13107,13 @@ export const MODELS = {
13105
13107
  reasoning: true,
13106
13108
  input: ["text", "image"],
13107
13109
  cost: {
13108
- input: 0.26,
13109
- output: 2.08,
13110
+ input: 0.29,
13111
+ output: 2.4,
13110
13112
  cacheRead: 0,
13111
13113
  cacheWrite: 0,
13112
13114
  },
13113
13115
  contextWindow: 262144,
13114
- maxTokens: 65536,
13116
+ maxTokens: 81920,
13115
13117
  },
13116
13118
  "qwen/qwen3.5-27b": {
13117
13119
  id: "qwen/qwen3.5-27b",
@@ -13260,7 +13262,7 @@ export const MODELS = {
13260
13262
  cost: {
13261
13263
  input: 0.14,
13262
13264
  output: 1,
13263
- cacheRead: 0,
13265
+ cacheRead: 0.049999999999999996,
13264
13266
  cacheWrite: 0,
13265
13267
  },
13266
13268
  contextWindow: 262144,
@@ -13564,13 +13566,13 @@ export const MODELS = {
13564
13566
  reasoning: true,
13565
13567
  input: ["text", "image"],
13566
13568
  cost: {
13567
- input: 0.5,
13569
+ input: 0.44999999999999996,
13568
13570
  output: 1.2,
13569
13571
  cacheRead: 0.09999999999999999,
13570
13572
  cacheWrite: 0,
13571
13573
  },
13572
13574
  contextWindow: 524288,
13573
- maxTokens: 4096,
13575
+ maxTokens: 262144,
13574
13576
  },
13575
13577
  "thinkingmachines/inkling:batch": {
13576
13578
  id: "thinkingmachines/inkling:batch",
@@ -13887,13 +13889,13 @@ export const MODELS = {
13887
13889
  reasoning: true,
13888
13890
  input: ["text"],
13889
13891
  cost: {
13890
- input: 0.56,
13891
- output: 1.76,
13892
- cacheRead: 0.10400000000000001,
13892
+ input: 0.5166,
13893
+ output: 1.6236,
13894
+ cacheRead: 0.09594,
13893
13895
  cacheWrite: 0,
13894
13896
  },
13895
13897
  contextWindow: 1048576,
13896
- maxTokens: 128000,
13898
+ maxTokens: 131072,
13897
13899
  },
13898
13900
  "z-ai/glm-5.2:batch": {
13899
13901
  id: "z-ai/glm-5.2:batch",
@@ -14057,7 +14059,7 @@ export const MODELS = {
14057
14059
  reasoning: true,
14058
14060
  input: ["text", "image"],
14059
14061
  cost: {
14060
- input: 2.9000000000000004,
14062
+ input: 2.5,
14061
14063
  output: 14,
14062
14064
  cacheRead: 0.29,
14063
14065
  cacheWrite: 0,
@@ -15325,14 +15327,31 @@ export const MODELS = {
15325
15327
  contextWindow: 32000,
15326
15328
  maxTokens: 16384,
15327
15329
  },
15328
- "inclusionai/ling-3.0-flash-free": {
15329
- id: "inclusionai/ling-3.0-flash-free",
15330
+ "inclusionai/ling-3.0-flash": {
15331
+ id: "inclusionai/ling-3.0-flash",
15330
15332
  name: "Ling 3.0 Flash",
15331
15333
  api: "anthropic-messages",
15332
15334
  provider: "vercel-ai-gateway",
15333
15335
  baseUrl: "https://ai-gateway.vercel.sh",
15334
15336
  reasoning: true,
15335
15337
  input: ["text"],
15338
+ cost: {
15339
+ input: 0.06,
15340
+ output: 0.18,
15341
+ cacheRead: 0.012,
15342
+ cacheWrite: 0,
15343
+ },
15344
+ contextWindow: 256000,
15345
+ maxTokens: 32000,
15346
+ },
15347
+ "inclusionai/ling-3.0-tiny-free": {
15348
+ id: "inclusionai/ling-3.0-tiny-free",
15349
+ name: "Ling 3.0 Tiny (Free)",
15350
+ api: "anthropic-messages",
15351
+ provider: "vercel-ai-gateway",
15352
+ baseUrl: "https://ai-gateway.vercel.sh",
15353
+ reasoning: true,
15354
+ input: ["text"],
15336
15355
  cost: {
15337
15356
  input: 0,
15338
15357
  output: 0,
@@ -15340,7 +15359,7 @@ export const MODELS = {
15340
15359
  cacheWrite: 0,
15341
15360
  },
15342
15361
  contextWindow: 256000,
15343
- maxTokens: 256000,
15362
+ maxTokens: 32000,
15344
15363
  },
15345
15364
  "interfaze/interfaze-beta": {
15346
15365
  id: "interfaze/interfaze-beta",
@@ -17396,8 +17415,8 @@ export const MODELS = {
17396
17415
  cacheRead: 0.26,
17397
17416
  cacheWrite: 0,
17398
17417
  },
17399
- contextWindow: 202000,
17400
- maxTokens: 202000,
17418
+ contextWindow: 202800,
17419
+ maxTokens: 64000,
17401
17420
  },
17402
17421
  "zai/glm-5.2": {
17403
17422
  id: "zai/glm-5.2",