@dreb/ai 2.19.0 → 2.19.2

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.
@@ -7664,13 +7664,13 @@ export const MODELS = {
7664
7664
  reasoning: true,
7665
7665
  input: ["text"],
7666
7666
  cost: {
7667
- input: 0.126,
7668
- output: 0.252,
7669
- cacheRead: 0.0252,
7667
+ input: 0.112,
7668
+ output: 0.224,
7669
+ cacheRead: 0.022,
7670
7670
  cacheWrite: 0,
7671
7671
  },
7672
- contextWindow: 1048576,
7673
- maxTokens: 131072,
7672
+ contextWindow: 1048575,
7673
+ maxTokens: 4096,
7674
7674
  },
7675
7675
  "deepseek/deepseek-v4-flash:free": {
7676
7676
  id: "deepseek/deepseek-v4-flash:free",
@@ -8114,18 +8114,18 @@ export const MODELS = {
8114
8114
  contextWindow: 262144,
8115
8115
  maxTokens: 32768,
8116
8116
  },
8117
- "inclusionai/ring-2.6-1t:free": {
8118
- id: "inclusionai/ring-2.6-1t:free",
8119
- name: "inclusionAI: Ring-2.6-1T (free)",
8117
+ "inclusionai/ring-2.6-1t": {
8118
+ id: "inclusionai/ring-2.6-1t",
8119
+ name: "inclusionAI: Ring-2.6-1T",
8120
8120
  api: "openai-completions",
8121
8121
  provider: "openrouter",
8122
8122
  baseUrl: "https://openrouter.ai/api/v1",
8123
8123
  reasoning: true,
8124
8124
  input: ["text"],
8125
8125
  cost: {
8126
- input: 0,
8127
- output: 0,
8128
- cacheRead: 0,
8126
+ input: 0.075,
8127
+ output: 0.625,
8128
+ cacheRead: 0.015,
8129
8129
  cacheWrite: 0,
8130
8130
  },
8131
8131
  contextWindow: 262144,
@@ -8737,7 +8737,7 @@ export const MODELS = {
8737
8737
  cost: {
8738
8738
  input: 0.6,
8739
8739
  output: 2.5,
8740
- cacheRead: 0.15,
8740
+ cacheRead: 0,
8741
8741
  cacheWrite: 0,
8742
8742
  },
8743
8743
  contextWindow: 262144,
@@ -10936,125 +10936,6 @@ export const MODELS = {
10936
10936
  contextWindow: 128000,
10937
10937
  maxTokens: 4096,
10938
10938
  },
10939
- "x-ai/grok-3": {
10940
- id: "x-ai/grok-3",
10941
- name: "xAI: Grok 3",
10942
- api: "openai-completions",
10943
- provider: "openrouter",
10944
- baseUrl: "https://openrouter.ai/api/v1",
10945
- reasoning: false,
10946
- input: ["text"],
10947
- cost: {
10948
- input: 3,
10949
- output: 15,
10950
- cacheRead: 0.75,
10951
- cacheWrite: 0,
10952
- },
10953
- contextWindow: 131072,
10954
- maxTokens: 4096,
10955
- },
10956
- "x-ai/grok-3-beta": {
10957
- id: "x-ai/grok-3-beta",
10958
- name: "xAI: Grok 3 Beta",
10959
- api: "openai-completions",
10960
- provider: "openrouter",
10961
- baseUrl: "https://openrouter.ai/api/v1",
10962
- reasoning: false,
10963
- input: ["text"],
10964
- cost: {
10965
- input: 3,
10966
- output: 15,
10967
- cacheRead: 0.75,
10968
- cacheWrite: 0,
10969
- },
10970
- contextWindow: 131072,
10971
- maxTokens: 4096,
10972
- },
10973
- "x-ai/grok-3-mini": {
10974
- id: "x-ai/grok-3-mini",
10975
- name: "xAI: Grok 3 Mini",
10976
- api: "openai-completions",
10977
- provider: "openrouter",
10978
- baseUrl: "https://openrouter.ai/api/v1",
10979
- reasoning: true,
10980
- input: ["text"],
10981
- cost: {
10982
- input: 0.3,
10983
- output: 0.5,
10984
- cacheRead: 0.075,
10985
- cacheWrite: 0,
10986
- },
10987
- contextWindow: 131072,
10988
- maxTokens: 4096,
10989
- },
10990
- "x-ai/grok-3-mini-beta": {
10991
- id: "x-ai/grok-3-mini-beta",
10992
- name: "xAI: Grok 3 Mini Beta",
10993
- api: "openai-completions",
10994
- provider: "openrouter",
10995
- baseUrl: "https://openrouter.ai/api/v1",
10996
- reasoning: true,
10997
- input: ["text"],
10998
- cost: {
10999
- input: 0.3,
11000
- output: 0.5,
11001
- cacheRead: 0.075,
11002
- cacheWrite: 0,
11003
- },
11004
- contextWindow: 131072,
11005
- maxTokens: 4096,
11006
- },
11007
- "x-ai/grok-4": {
11008
- id: "x-ai/grok-4",
11009
- name: "xAI: Grok 4",
11010
- api: "openai-completions",
11011
- provider: "openrouter",
11012
- baseUrl: "https://openrouter.ai/api/v1",
11013
- reasoning: true,
11014
- input: ["text", "image"],
11015
- cost: {
11016
- input: 3,
11017
- output: 15,
11018
- cacheRead: 0.75,
11019
- cacheWrite: 0,
11020
- },
11021
- contextWindow: 256000,
11022
- maxTokens: 4096,
11023
- },
11024
- "x-ai/grok-4-fast": {
11025
- id: "x-ai/grok-4-fast",
11026
- name: "xAI: Grok 4 Fast",
11027
- api: "openai-completions",
11028
- provider: "openrouter",
11029
- baseUrl: "https://openrouter.ai/api/v1",
11030
- reasoning: true,
11031
- input: ["text", "image"],
11032
- cost: {
11033
- input: 0.19999999999999998,
11034
- output: 0.5,
11035
- cacheRead: 0.049999999999999996,
11036
- cacheWrite: 0,
11037
- },
11038
- contextWindow: 2000000,
11039
- maxTokens: 30000,
11040
- },
11041
- "x-ai/grok-4.1-fast": {
11042
- id: "x-ai/grok-4.1-fast",
11043
- name: "xAI: Grok 4.1 Fast",
11044
- api: "openai-completions",
11045
- provider: "openrouter",
11046
- baseUrl: "https://openrouter.ai/api/v1",
11047
- reasoning: true,
11048
- input: ["text", "image"],
11049
- cost: {
11050
- input: 0.19999999999999998,
11051
- output: 0.5,
11052
- cacheRead: 0.049999999999999996,
11053
- cacheWrite: 0,
11054
- },
11055
- contextWindow: 2000000,
11056
- maxTokens: 30000,
11057
- },
11058
10939
  "x-ai/grok-4.20": {
11059
10940
  id: "x-ai/grok-4.20",
11060
10941
  name: "xAI: Grok 4.20",
@@ -11089,23 +10970,6 @@ export const MODELS = {
11089
10970
  contextWindow: 1000000,
11090
10971
  maxTokens: 4096,
11091
10972
  },
11092
- "x-ai/grok-code-fast-1": {
11093
- id: "x-ai/grok-code-fast-1",
11094
- name: "xAI: Grok Code Fast 1",
11095
- api: "openai-completions",
11096
- provider: "openrouter",
11097
- baseUrl: "https://openrouter.ai/api/v1",
11098
- reasoning: true,
11099
- input: ["text"],
11100
- cost: {
11101
- input: 0.19999999999999998,
11102
- output: 1.5,
11103
- cacheRead: 0.02,
11104
- cacheWrite: 0,
11105
- },
11106
- contextWindow: 256000,
11107
- maxTokens: 10000,
11108
- },
11109
10973
  "xiaomi/mimo-v2-flash": {
11110
10974
  id: "xiaomi/mimo-v2-flash",
11111
10975
  name: "Xiaomi: MiMo-V2-Flash",