@dreb/ai 2.24.0 → 2.25.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.
@@ -5002,11 +5002,11 @@ export const MODELS = {
5002
5002
  api: "mistral-conversations",
5003
5003
  provider: "mistral",
5004
5004
  baseUrl: "https://api.mistral.ai",
5005
- reasoning: true,
5005
+ reasoning: false,
5006
5006
  input: ["text", "image"],
5007
5007
  cost: {
5008
- input: 1.5,
5009
- output: 7.5,
5008
+ input: 0.4,
5009
+ output: 2,
5010
5010
  cacheRead: 0,
5011
5011
  cacheWrite: 0,
5012
5012
  },
@@ -6719,9 +6719,9 @@ export const MODELS = {
6719
6719
  contextWindow: 200000,
6720
6720
  maxTokens: 32000,
6721
6721
  },
6722
- "nemotron-3-super-free": {
6723
- id: "nemotron-3-super-free",
6724
- name: "Nemotron 3 Super Free",
6722
+ "nemotron-3-ultra-free": {
6723
+ id: "nemotron-3-ultra-free",
6724
+ name: "Nemotron 3 Ultra Free",
6725
6725
  api: "openai-completions",
6726
6726
  provider: "opencode",
6727
6727
  baseUrl: "https://opencode.ai/zen/v1",
@@ -6733,7 +6733,7 @@ export const MODELS = {
6733
6733
  cacheRead: 0,
6734
6734
  cacheWrite: 0,
6735
6735
  },
6736
- contextWindow: 204800,
6736
+ contextWindow: 1000000,
6737
6737
  maxTokens: 128000,
6738
6738
  },
6739
6739
  "qwen3.5-plus": {
@@ -8865,6 +8865,40 @@ export const MODELS = {
8865
8865
  contextWindow: 1000000,
8866
8866
  maxTokens: 262144,
8867
8867
  },
8868
+ "nvidia/nemotron-3-ultra-550b-a55b": {
8869
+ id: "nvidia/nemotron-3-ultra-550b-a55b",
8870
+ name: "NVIDIA: Nemotron 3 Ultra",
8871
+ api: "openai-completions",
8872
+ provider: "openrouter",
8873
+ baseUrl: "https://openrouter.ai/api/v1",
8874
+ reasoning: true,
8875
+ input: ["text"],
8876
+ cost: {
8877
+ input: 0.5,
8878
+ output: 2.5,
8879
+ cacheRead: 0.15,
8880
+ cacheWrite: 0,
8881
+ },
8882
+ contextWindow: 1000000,
8883
+ maxTokens: 16384,
8884
+ },
8885
+ "nvidia/nemotron-3-ultra-550b-a55b:free": {
8886
+ id: "nvidia/nemotron-3-ultra-550b-a55b:free",
8887
+ name: "NVIDIA: Nemotron 3 Ultra (free)",
8888
+ api: "openai-completions",
8889
+ provider: "openrouter",
8890
+ baseUrl: "https://openrouter.ai/api/v1",
8891
+ reasoning: true,
8892
+ input: ["text"],
8893
+ cost: {
8894
+ input: 0,
8895
+ output: 0,
8896
+ cacheRead: 0,
8897
+ cacheWrite: 0,
8898
+ },
8899
+ contextWindow: 1000000,
8900
+ maxTokens: 65536,
8901
+ },
8868
8902
  "nvidia/nemotron-nano-12b-v2-vl:free": {
8869
8903
  id: "nvidia/nemotron-nano-12b-v2-vl:free",
8870
8904
  name: "NVIDIA: Nemotron Nano 12B 2 VL (free)",
@@ -8984,23 +9018,6 @@ export const MODELS = {
8984
9018
  contextWindow: 8191,
8985
9019
  maxTokens: 4096,
8986
9020
  },
8987
- "openai/gpt-4-0314": {
8988
- id: "openai/gpt-4-0314",
8989
- name: "OpenAI: GPT-4 (older v0314)",
8990
- api: "openai-completions",
8991
- provider: "openrouter",
8992
- baseUrl: "https://openrouter.ai/api/v1",
8993
- reasoning: false,
8994
- input: ["text"],
8995
- cost: {
8996
- input: 30,
8997
- output: 60,
8998
- cacheRead: 0,
8999
- cacheWrite: 0,
9000
- },
9001
- contextWindow: 8191,
9002
- maxTokens: 4096,
9003
- },
9004
9021
  "openai/gpt-4-1106-preview": {
9005
9022
  id: "openai/gpt-4-1106-preview",
9006
9023
  name: "OpenAI: GPT-4 Turbo (older v1106)",
@@ -10132,8 +10149,8 @@ export const MODELS = {
10132
10149
  reasoning: false,
10133
10150
  input: ["text"],
10134
10151
  cost: {
10135
- input: 0.0428,
10136
- output: 0.1716,
10152
+ input: 0.04815,
10153
+ output: 0.19305,
10137
10154
  cacheRead: 0,
10138
10155
  cacheWrite: 0,
10139
10156
  },
@@ -11458,7 +11475,7 @@ export const MODELS = {
11458
11475
  provider: "vercel-ai-gateway",
11459
11476
  baseUrl: "https://ai-gateway.vercel.sh",
11460
11477
  reasoning: true,
11461
- input: ["text", "image"],
11478
+ input: ["text"],
11462
11479
  cost: {
11463
11480
  input: 1.3,
11464
11481
  output: 7.8,
@@ -11730,7 +11747,7 @@ export const MODELS = {
11730
11747
  provider: "vercel-ai-gateway",
11731
11748
  baseUrl: "https://ai-gateway.vercel.sh",
11732
11749
  reasoning: true,
11733
- input: ["text", "image"],
11750
+ input: ["text"],
11734
11751
  cost: {
11735
11752
  input: 1.25,
11736
11753
  output: 3.75,
@@ -12155,7 +12172,7 @@ export const MODELS = {
12155
12172
  provider: "vercel-ai-gateway",
12156
12173
  baseUrl: "https://ai-gateway.vercel.sh",
12157
12174
  reasoning: true,
12158
- input: ["text", "image"],
12175
+ input: ["text"],
12159
12176
  cost: {
12160
12177
  input: 0.435,
12161
12178
  output: 0.87,
@@ -12648,7 +12665,7 @@ export const MODELS = {
12648
12665
  provider: "vercel-ai-gateway",
12649
12666
  baseUrl: "https://ai-gateway.vercel.sh",
12650
12667
  reasoning: true,
12651
- input: ["text", "image"],
12668
+ input: ["text"],
12652
12669
  cost: {
12653
12670
  input: 0.6,
12654
12671
  output: 2.4,
@@ -12665,7 +12682,7 @@ export const MODELS = {
12665
12682
  provider: "vercel-ai-gateway",
12666
12683
  baseUrl: "https://ai-gateway.vercel.sh",
12667
12684
  reasoning: true,
12668
- input: ["text", "image"],
12685
+ input: ["text"],
12669
12686
  cost: {
12670
12687
  input: 0.3,
12671
12688
  output: 1.2,
@@ -12682,7 +12699,7 @@ export const MODELS = {
12682
12699
  provider: "vercel-ai-gateway",
12683
12700
  baseUrl: "https://ai-gateway.vercel.sh",
12684
12701
  reasoning: true,
12685
- input: ["text", "image"],
12702
+ input: ["text"],
12686
12703
  cost: {
12687
12704
  input: 0.6,
12688
12705
  output: 2.4,
@@ -13032,6 +13049,23 @@ export const MODELS = {
13032
13049
  contextWindow: 256000,
13033
13050
  maxTokens: 32000,
13034
13051
  },
13052
+ "nvidia/nemotron-3-ultra-550b-a55b": {
13053
+ id: "nvidia/nemotron-3-ultra-550b-a55b",
13054
+ name: "Nemotron 3 Ultra",
13055
+ api: "anthropic-messages",
13056
+ provider: "vercel-ai-gateway",
13057
+ baseUrl: "https://ai-gateway.vercel.sh",
13058
+ reasoning: true,
13059
+ input: ["text"],
13060
+ cost: {
13061
+ input: 0.5,
13062
+ output: 2.5,
13063
+ cacheRead: 0.15,
13064
+ cacheWrite: 0,
13065
+ },
13066
+ contextWindow: 262144,
13067
+ maxTokens: 65000,
13068
+ },
13035
13069
  "nvidia/nemotron-nano-12b-v2-vl": {
13036
13070
  id: "nvidia/nemotron-nano-12b-v2-vl",
13037
13071
  name: "Nvidia Nemotron Nano 12B V2 VL",