@dreb/ai 2.19.1 → 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.
@@ -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",