@dreb/ai 2.11.1 → 2.12.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.
@@ -6671,6 +6671,40 @@ export const MODELS = {
6671
6671
  contextWindow: 262144,
6672
6672
  maxTokens: 65536,
6673
6673
  },
6674
+ "kimi-k2.6": {
6675
+ id: "kimi-k2.6",
6676
+ name: "Kimi K2.6",
6677
+ api: "openai-completions",
6678
+ provider: "opencode",
6679
+ baseUrl: "https://opencode.ai/zen/v1",
6680
+ reasoning: true,
6681
+ input: ["text", "image"],
6682
+ cost: {
6683
+ input: 0.95,
6684
+ output: 4,
6685
+ cacheRead: 0.16,
6686
+ cacheWrite: 0,
6687
+ },
6688
+ contextWindow: 262144,
6689
+ maxTokens: 65536,
6690
+ },
6691
+ "ling-2.6-flash-free": {
6692
+ id: "ling-2.6-flash-free",
6693
+ name: "Ling 2.6 Flash Free",
6694
+ api: "openai-completions",
6695
+ provider: "opencode",
6696
+ baseUrl: "https://opencode.ai/zen/v1",
6697
+ reasoning: false,
6698
+ input: ["text"],
6699
+ cost: {
6700
+ input: 0,
6701
+ output: 0,
6702
+ cacheRead: 0,
6703
+ cacheWrite: 0,
6704
+ },
6705
+ contextWindow: 262100,
6706
+ maxTokens: 32800,
6707
+ },
6674
6708
  "minimax-m2.5": {
6675
6709
  id: "minimax-m2.5",
6676
6710
  name: "MiniMax M2.5",
@@ -6705,6 +6739,23 @@ export const MODELS = {
6705
6739
  contextWindow: 204800,
6706
6740
  maxTokens: 131072,
6707
6741
  },
6742
+ "minimax-m2.7": {
6743
+ id: "minimax-m2.7",
6744
+ name: "MiniMax M2.7",
6745
+ api: "openai-completions",
6746
+ provider: "opencode",
6747
+ baseUrl: "https://opencode.ai/zen/v1",
6748
+ reasoning: true,
6749
+ input: ["text"],
6750
+ cost: {
6751
+ input: 0.3,
6752
+ output: 1.2,
6753
+ cacheRead: 0.06,
6754
+ cacheWrite: 0,
6755
+ },
6756
+ contextWindow: 204800,
6757
+ maxTokens: 131072,
6758
+ },
6708
6759
  "nemotron-3-super-free": {
6709
6760
  id: "nemotron-3-super-free",
6710
6761
  name: "Nemotron 3 Super Free",
@@ -6811,16 +6862,16 @@ export const MODELS = {
6811
6862
  },
6812
6863
  "kimi-k2.6": {
6813
6864
  id: "kimi-k2.6",
6814
- name: "Kimi K2.6",
6865
+ name: "Kimi K2.6 (3x limits)",
6815
6866
  api: "openai-completions",
6816
6867
  provider: "opencode-go",
6817
6868
  baseUrl: "https://opencode.ai/zen/go/v1",
6818
6869
  reasoning: true,
6819
6870
  input: ["text", "image"],
6820
6871
  cost: {
6821
- input: 0.95,
6822
- output: 4,
6823
- cacheRead: 0.16,
6872
+ input: 0.32,
6873
+ output: 1.34,
6874
+ cacheRead: 0.054,
6824
6875
  cacheWrite: 0,
6825
6876
  },
6826
6877
  contextWindow: 262144,
@@ -7891,13 +7942,13 @@ export const MODELS = {
7891
7942
  reasoning: true,
7892
7943
  input: ["text", "image"],
7893
7944
  cost: {
7894
- input: 0.08,
7945
+ input: 0.07,
7895
7946
  output: 0.35,
7896
- cacheRead: 0.01,
7947
+ cacheRead: 0.04,
7897
7948
  cacheWrite: 0,
7898
7949
  },
7899
7950
  contextWindow: 262144,
7900
- maxTokens: 4096,
7951
+ maxTokens: 262144,
7901
7952
  },
7902
7953
  "google/gemma-4-26b-a4b-it:free": {
7903
7954
  id: "google/gemma-4-26b-a4b-it:free",
@@ -7967,6 +8018,23 @@ export const MODELS = {
7967
8018
  contextWindow: 128000,
7968
8019
  maxTokens: 50000,
7969
8020
  },
8021
+ "inclusionai/ling-2.6-flash:free": {
8022
+ id: "inclusionai/ling-2.6-flash:free",
8023
+ name: "inclusionAI: Ling-2.6-flash (free)",
8024
+ api: "openai-completions",
8025
+ provider: "openrouter",
8026
+ baseUrl: "https://openrouter.ai/api/v1",
8027
+ reasoning: false,
8028
+ input: ["text"],
8029
+ cost: {
8030
+ input: 0,
8031
+ output: 0,
8032
+ cacheRead: 0,
8033
+ cacheWrite: 0,
8034
+ },
8035
+ contextWindow: 262144,
8036
+ maxTokens: 32768,
8037
+ },
7970
8038
  "kwaipilot/kat-coder-pro-v2": {
7971
8039
  id: "kwaipilot/kat-coder-pro-v2",
7972
8040
  name: "Kwaipilot: KAT-Coder-Pro V2",
@@ -8639,9 +8707,9 @@ export const MODELS = {
8639
8707
  reasoning: true,
8640
8708
  input: ["text", "image"],
8641
8709
  cost: {
8642
- input: 0,
8643
- output: 0,
8644
- cacheRead: 0,
8710
+ input: 0.6,
8711
+ output: 2.8,
8712
+ cacheRead: 0.19999999999999998,
8645
8713
  cacheWrite: 0,
8646
8714
  },
8647
8715
  contextWindow: 262144,
@@ -9786,23 +9854,6 @@ export const MODELS = {
9786
9854
  contextWindow: 2000000,
9787
9855
  maxTokens: 4096,
9788
9856
  },
9789
- "openrouter/elephant-alpha": {
9790
- id: "openrouter/elephant-alpha",
9791
- name: "Elephant",
9792
- api: "openai-completions",
9793
- provider: "openrouter",
9794
- baseUrl: "https://openrouter.ai/api/v1",
9795
- reasoning: false,
9796
- input: ["text"],
9797
- cost: {
9798
- input: 0,
9799
- output: 0,
9800
- cacheRead: 0,
9801
- cacheWrite: 0,
9802
- },
9803
- contextWindow: 262144,
9804
- maxTokens: 32768,
9805
- },
9806
9857
  "openrouter/free": {
9807
9858
  id: "openrouter/free",
9808
9859
  name: "Free Models Router",
@@ -10188,7 +10239,7 @@ export const MODELS = {
10188
10239
  cost: {
10189
10240
  input: 0.15,
10190
10241
  output: 0.7999999999999999,
10191
- cacheRead: 0.12,
10242
+ cacheRead: 0.11,
10192
10243
  cacheWrite: 0,
10193
10244
  },
10194
10245
  contextWindow: 262144,
@@ -11104,13 +11155,13 @@ export const MODELS = {
11104
11155
  reasoning: true,
11105
11156
  input: ["text"],
11106
11157
  cost: {
11107
- input: 0.72,
11108
- output: 2.3,
11109
- cacheRead: 0,
11158
+ input: 0.65,
11159
+ output: 2.08,
11160
+ cacheRead: 0.13,
11110
11161
  cacheWrite: 0,
11111
11162
  },
11112
- contextWindow: 80000,
11113
- maxTokens: 131072,
11163
+ contextWindow: 202752,
11164
+ maxTokens: 4096,
11114
11165
  },
11115
11166
  "z-ai/glm-5-turbo": {
11116
11167
  id: "z-ai/glm-5-turbo",
@@ -11163,6 +11214,23 @@ export const MODELS = {
11163
11214
  contextWindow: 202752,
11164
11215
  maxTokens: 131072,
11165
11216
  },
11217
+ "~anthropic/claude-opus-latest": {
11218
+ id: "~anthropic/claude-opus-latest",
11219
+ name: "Anthropic: Claude Opus Latest",
11220
+ api: "openai-completions",
11221
+ provider: "openrouter",
11222
+ baseUrl: "https://openrouter.ai/api/v1",
11223
+ reasoning: true,
11224
+ input: ["text", "image"],
11225
+ cost: {
11226
+ input: 5,
11227
+ output: 25,
11228
+ cacheRead: 0.5,
11229
+ cacheWrite: 6.25,
11230
+ },
11231
+ contextWindow: 1000000,
11232
+ maxTokens: 128000,
11233
+ },
11166
11234
  },
11167
11235
  "vercel-ai-gateway": {
11168
11236
  "alibaba/qwen-3-14b": {
@@ -11233,6 +11301,23 @@ export const MODELS = {
11233
11301
  contextWindow: 128000,
11234
11302
  maxTokens: 8192,
11235
11303
  },
11304
+ "alibaba/qwen-3.6-max-preview": {
11305
+ id: "alibaba/qwen-3.6-max-preview",
11306
+ name: "Qwen 3.6 Max Preview",
11307
+ api: "anthropic-messages",
11308
+ provider: "vercel-ai-gateway",
11309
+ baseUrl: "https://ai-gateway.vercel.sh",
11310
+ reasoning: true,
11311
+ input: ["text", "image"],
11312
+ cost: {
11313
+ input: 1.3,
11314
+ output: 7.8,
11315
+ cacheRead: 0.26,
11316
+ cacheWrite: 1.625,
11317
+ },
11318
+ contextWindow: 240000,
11319
+ maxTokens: 64000,
11320
+ },
11236
11321
  "alibaba/qwen3-235b-a22b-thinking": {
11237
11322
  id: "alibaba/qwen3-235b-a22b-thinking",
11238
11323
  name: "Qwen3 235B A22B Thinking 2507",