@dreb/ai 2.18.0 → 2.19.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.
@@ -6699,6 +6699,23 @@ export const MODELS = {
6699
6699
  contextWindow: 262144,
6700
6700
  maxTokens: 65536,
6701
6701
  },
6702
+ "qwen3.6-plus-free": {
6703
+ id: "qwen3.6-plus-free",
6704
+ name: "Qwen3.6 Plus Free",
6705
+ api: "anthropic-messages",
6706
+ provider: "opencode",
6707
+ baseUrl: "https://opencode.ai/zen",
6708
+ reasoning: true,
6709
+ input: ["text", "image"],
6710
+ cost: {
6711
+ input: 0,
6712
+ output: 0,
6713
+ cacheRead: 0,
6714
+ cacheWrite: 0,
6715
+ },
6716
+ contextWindow: 262144,
6717
+ maxTokens: 65536,
6718
+ },
6702
6719
  },
6703
6720
  "opencode-go": {
6704
6721
  "deepseek-v4-flash": {
@@ -8089,9 +8106,9 @@ export const MODELS = {
8089
8106
  reasoning: false,
8090
8107
  input: ["text"],
8091
8108
  cost: {
8092
- input: 0.08,
8093
- output: 0.24,
8094
- cacheRead: 0.016,
8109
+ input: 0.01,
8110
+ output: 0.03,
8111
+ cacheRead: 0.002,
8095
8112
  cacheWrite: 0,
8096
8113
  },
8097
8114
  contextWindow: 262144,
@@ -8310,13 +8327,13 @@ export const MODELS = {
8310
8327
  reasoning: true,
8311
8328
  input: ["text"],
8312
8329
  cost: {
8313
- input: 0.26,
8330
+ input: 0.27899999999999997,
8314
8331
  output: 1.2,
8315
8332
  cacheRead: 0,
8316
8333
  cacheWrite: 0,
8317
8334
  },
8318
8335
  contextWindow: 196608,
8319
- maxTokens: 4096,
8336
+ maxTokens: 131072,
8320
8337
  },
8321
8338
  "mistralai/codestral-2508": {
8322
8339
  id: "mistralai/codestral-2508",
@@ -10673,8 +10690,8 @@ export const MODELS = {
10673
10690
  reasoning: true,
10674
10691
  input: ["text", "image"],
10675
10692
  cost: {
10676
- input: 0.39999999999999997,
10677
- output: 2.4,
10693
+ input: 0.3,
10694
+ output: 1.7999999999999998,
10678
10695
  cacheRead: 0,
10679
10696
  cacheWrite: 0,
10680
10697
  },
@@ -10724,10 +10741,10 @@ export const MODELS = {
10724
10741
  reasoning: true,
10725
10742
  input: ["text", "image"],
10726
10743
  cost: {
10727
- input: 0.25,
10728
- output: 1.5,
10744
+ input: 0.1875,
10745
+ output: 1.125,
10729
10746
  cacheRead: 0,
10730
- cacheWrite: 0.3125,
10747
+ cacheWrite: 0.234375,
10731
10748
  },
10732
10749
  contextWindow: 1000000,
10733
10750
  maxTokens: 65536,