@dreb/ai 2.11.1 → 2.12.1

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",
@@ -6725,9 +6776,9 @@ export const MODELS = {
6725
6776
  "qwen3.5-plus": {
6726
6777
  id: "qwen3.5-plus",
6727
6778
  name: "Qwen3.5 Plus",
6728
- api: "openai-completions",
6779
+ api: "anthropic-messages",
6729
6780
  provider: "opencode",
6730
- baseUrl: "https://opencode.ai/zen/v1",
6781
+ baseUrl: "https://opencode.ai/zen",
6731
6782
  reasoning: true,
6732
6783
  input: ["text", "image"],
6733
6784
  cost: {
@@ -6742,9 +6793,9 @@ export const MODELS = {
6742
6793
  "qwen3.6-plus": {
6743
6794
  id: "qwen3.6-plus",
6744
6795
  name: "Qwen3.6 Plus",
6745
- api: "openai-completions",
6796
+ api: "anthropic-messages",
6746
6797
  provider: "opencode",
6747
- baseUrl: "https://opencode.ai/zen/v1",
6798
+ baseUrl: "https://opencode.ai/zen",
6748
6799
  reasoning: true,
6749
6800
  input: ["text", "image"],
6750
6801
  cost: {
@@ -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,
@@ -6897,9 +6948,9 @@ export const MODELS = {
6897
6948
  "qwen3.5-plus": {
6898
6949
  id: "qwen3.5-plus",
6899
6950
  name: "Qwen3.5 Plus",
6900
- api: "openai-completions",
6951
+ api: "anthropic-messages",
6901
6952
  provider: "opencode-go",
6902
- baseUrl: "https://opencode.ai/zen/go/v1",
6953
+ baseUrl: "https://opencode.ai/zen/go",
6903
6954
  reasoning: true,
6904
6955
  input: ["text", "image"],
6905
6956
  cost: {
@@ -6914,9 +6965,9 @@ export const MODELS = {
6914
6965
  "qwen3.6-plus": {
6915
6966
  id: "qwen3.6-plus",
6916
6967
  name: "Qwen3.6 Plus",
6917
- api: "openai-completions",
6968
+ api: "anthropic-messages",
6918
6969
  provider: "opencode-go",
6919
- baseUrl: "https://opencode.ai/zen/go/v1",
6970
+ baseUrl: "https://opencode.ai/zen/go",
6920
6971
  reasoning: true,
6921
6972
  input: ["text", "image"],
6922
6973
  cost: {
@@ -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",
@@ -8044,13 +8112,13 @@ export const MODELS = {
8044
8112
  reasoning: false,
8045
8113
  input: ["text"],
8046
8114
  cost: {
8047
- input: 0.12,
8048
- output: 0.38,
8115
+ input: 0.09999999999999999,
8116
+ output: 0.32,
8049
8117
  cacheRead: 0,
8050
8118
  cacheWrite: 0,
8051
8119
  },
8052
8120
  contextWindow: 131072,
8053
- maxTokens: 131072,
8121
+ maxTokens: 16384,
8054
8122
  },
8055
8123
  "meta-llama/llama-3.3-70b-instruct:free": {
8056
8124
  id: "meta-llama/llama-3.3-70b-instruct:free",
@@ -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.7999999999999999,
8711
+ output: 3.5,
8712
+ cacheRead: 0.19999999999999998,
8645
8713
  cacheWrite: 0,
8646
8714
  },
8647
8715
  contextWindow: 262144,
@@ -9157,40 +9225,6 @@ export const MODELS = {
9157
9225
  contextWindow: 400000,
9158
9226
  maxTokens: 128000,
9159
9227
  },
9160
- "openai/gpt-5-image": {
9161
- id: "openai/gpt-5-image",
9162
- name: "OpenAI: GPT-5 Image",
9163
- api: "openai-completions",
9164
- provider: "openrouter",
9165
- baseUrl: "https://openrouter.ai/api/v1",
9166
- reasoning: true,
9167
- input: ["text", "image"],
9168
- cost: {
9169
- input: 10,
9170
- output: 10,
9171
- cacheRead: 1.25,
9172
- cacheWrite: 0,
9173
- },
9174
- contextWindow: 400000,
9175
- maxTokens: 128000,
9176
- },
9177
- "openai/gpt-5-image-mini": {
9178
- id: "openai/gpt-5-image-mini",
9179
- name: "OpenAI: GPT-5 Image Mini",
9180
- api: "openai-completions",
9181
- provider: "openrouter",
9182
- baseUrl: "https://openrouter.ai/api/v1",
9183
- reasoning: true,
9184
- input: ["text", "image"],
9185
- cost: {
9186
- input: 2.5,
9187
- output: 2,
9188
- cacheRead: 0.25,
9189
- cacheWrite: 0,
9190
- },
9191
- contextWindow: 400000,
9192
- maxTokens: 128000,
9193
- },
9194
9228
  "openai/gpt-5-mini": {
9195
9229
  id: "openai/gpt-5-mini",
9196
9230
  name: "OpenAI: GPT-5 Mini",
@@ -9786,23 +9820,6 @@ export const MODELS = {
9786
9820
  contextWindow: 2000000,
9787
9821
  maxTokens: 4096,
9788
9822
  },
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
9823
  "openrouter/free": {
9807
9824
  id: "openrouter/free",
9808
9825
  name: "Free Models Router",
@@ -10188,7 +10205,7 @@ export const MODELS = {
10188
10205
  cost: {
10189
10206
  input: 0.15,
10190
10207
  output: 0.7999999999999999,
10191
- cacheRead: 0.12,
10208
+ cacheRead: 0.11,
10192
10209
  cacheWrite: 0,
10193
10210
  },
10194
10211
  contextWindow: 262144,
@@ -11104,13 +11121,13 @@ export const MODELS = {
11104
11121
  reasoning: true,
11105
11122
  input: ["text"],
11106
11123
  cost: {
11107
- input: 0.72,
11108
- output: 2.3,
11109
- cacheRead: 0,
11124
+ input: 0.65,
11125
+ output: 2.08,
11126
+ cacheRead: 0.13,
11110
11127
  cacheWrite: 0,
11111
11128
  },
11112
- contextWindow: 80000,
11113
- maxTokens: 131072,
11129
+ contextWindow: 202752,
11130
+ maxTokens: 4096,
11114
11131
  },
11115
11132
  "z-ai/glm-5-turbo": {
11116
11133
  id: "z-ai/glm-5-turbo",
@@ -11163,6 +11180,23 @@ export const MODELS = {
11163
11180
  contextWindow: 202752,
11164
11181
  maxTokens: 131072,
11165
11182
  },
11183
+ "~anthropic/claude-opus-latest": {
11184
+ id: "~anthropic/claude-opus-latest",
11185
+ name: "Anthropic: Claude Opus Latest",
11186
+ api: "openai-completions",
11187
+ provider: "openrouter",
11188
+ baseUrl: "https://openrouter.ai/api/v1",
11189
+ reasoning: true,
11190
+ input: ["text", "image"],
11191
+ cost: {
11192
+ input: 5,
11193
+ output: 25,
11194
+ cacheRead: 0.5,
11195
+ cacheWrite: 6.25,
11196
+ },
11197
+ contextWindow: 1000000,
11198
+ maxTokens: 128000,
11199
+ },
11166
11200
  },
11167
11201
  "vercel-ai-gateway": {
11168
11202
  "alibaba/qwen-3-14b": {
@@ -11233,6 +11267,23 @@ export const MODELS = {
11233
11267
  contextWindow: 128000,
11234
11268
  maxTokens: 8192,
11235
11269
  },
11270
+ "alibaba/qwen-3.6-max-preview": {
11271
+ id: "alibaba/qwen-3.6-max-preview",
11272
+ name: "Qwen 3.6 Max Preview",
11273
+ api: "anthropic-messages",
11274
+ provider: "vercel-ai-gateway",
11275
+ baseUrl: "https://ai-gateway.vercel.sh",
11276
+ reasoning: true,
11277
+ input: ["text", "image"],
11278
+ cost: {
11279
+ input: 1.3,
11280
+ output: 7.8,
11281
+ cacheRead: 0.26,
11282
+ cacheWrite: 1.625,
11283
+ },
11284
+ contextWindow: 240000,
11285
+ maxTokens: 64000,
11286
+ },
11236
11287
  "alibaba/qwen3-235b-a22b-thinking": {
11237
11288
  id: "alibaba/qwen3-235b-a22b-thinking",
11238
11289
  name: "Qwen3 235B A22B Thinking 2507",