@dreb/ai 2.28.0 → 2.30.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.
@@ -3510,6 +3510,40 @@ export const MODELS = {
3510
3510
  contextWindow: 262144,
3511
3511
  maxTokens: 32768,
3512
3512
  },
3513
+ "gemma-4-E2B-it": {
3514
+ id: "gemma-4-E2B-it",
3515
+ name: "Gemma 4 E2B IT",
3516
+ api: "google-generative-ai",
3517
+ provider: "google",
3518
+ baseUrl: "https://generativelanguage.googleapis.com/v1beta",
3519
+ reasoning: true,
3520
+ input: ["text", "image"],
3521
+ cost: {
3522
+ input: 0,
3523
+ output: 0,
3524
+ cacheRead: 0,
3525
+ cacheWrite: 0,
3526
+ },
3527
+ contextWindow: 131072,
3528
+ maxTokens: 8192,
3529
+ },
3530
+ "gemma-4-E4B-it": {
3531
+ id: "gemma-4-E4B-it",
3532
+ name: "Gemma 4 E4B IT",
3533
+ api: "google-generative-ai",
3534
+ provider: "google",
3535
+ baseUrl: "https://generativelanguage.googleapis.com/v1beta",
3536
+ reasoning: true,
3537
+ input: ["text", "image"],
3538
+ cost: {
3539
+ input: 0,
3540
+ output: 0,
3541
+ cacheRead: 0,
3542
+ cacheWrite: 0,
3543
+ },
3544
+ contextWindow: 131072,
3545
+ maxTokens: 8192,
3546
+ },
3513
3547
  },
3514
3548
  "google-antigravity": {
3515
3549
  "claude-opus-4-5-thinking": {
@@ -4530,6 +4564,23 @@ export const MODELS = {
4530
4564
  contextWindow: 262144,
4531
4565
  maxTokens: 32768,
4532
4566
  },
4567
+ "k2p7": {
4568
+ id: "k2p7",
4569
+ name: "Kimi K2.7 Code",
4570
+ api: "anthropic-messages",
4571
+ provider: "kimi-coding",
4572
+ baseUrl: "https://api.kimi.com/coding",
4573
+ reasoning: true,
4574
+ input: ["text", "image"],
4575
+ cost: {
4576
+ input: 0,
4577
+ output: 0,
4578
+ cacheRead: 0,
4579
+ cacheWrite: 0,
4580
+ },
4581
+ contextWindow: 262144,
4582
+ maxTokens: 32768,
4583
+ },
4533
4584
  "kimi-k2-thinking": {
4534
4585
  id: "kimi-k2-thinking",
4535
4586
  name: "Kimi K2 Thinking",
@@ -6007,23 +6058,6 @@ export const MODELS = {
6007
6058
  contextWindow: 200000,
6008
6059
  maxTokens: 32000,
6009
6060
  },
6010
- "claude-fable-5": {
6011
- id: "claude-fable-5",
6012
- name: "Claude Fable 5",
6013
- api: "anthropic-messages",
6014
- provider: "opencode",
6015
- baseUrl: "https://opencode.ai/zen",
6016
- reasoning: true,
6017
- input: ["text", "image"],
6018
- cost: {
6019
- input: 10,
6020
- output: 50,
6021
- cacheRead: 1,
6022
- cacheWrite: 12.5,
6023
- },
6024
- contextWindow: 1000000,
6025
- maxTokens: 128000,
6026
- },
6027
6061
  "claude-haiku-4-5": {
6028
6062
  id: "claude-haiku-4-5",
6029
6063
  name: "Claude Haiku 4.5",
@@ -6825,26 +6859,26 @@ export const MODELS = {
6825
6859
  contextWindow: 202752,
6826
6860
  maxTokens: 32768,
6827
6861
  },
6828
- "kimi-k2.5": {
6829
- id: "kimi-k2.5",
6830
- name: "Kimi K2.5",
6862
+ "kimi-k2.6": {
6863
+ id: "kimi-k2.6",
6864
+ name: "Kimi K2.6",
6831
6865
  api: "openai-completions",
6832
6866
  provider: "opencode-go",
6833
6867
  baseUrl: "https://opencode.ai/zen/go/v1",
6834
6868
  reasoning: true,
6835
6869
  input: ["text", "image"],
6836
6870
  cost: {
6837
- input: 0.6,
6838
- output: 3,
6839
- cacheRead: 0.1,
6871
+ input: 0.95,
6872
+ output: 4,
6873
+ cacheRead: 0.16,
6840
6874
  cacheWrite: 0,
6841
6875
  },
6842
6876
  contextWindow: 262144,
6843
6877
  maxTokens: 65536,
6844
6878
  },
6845
- "kimi-k2.6": {
6846
- id: "kimi-k2.6",
6847
- name: "Kimi K2.6",
6879
+ "kimi-k2.7-code": {
6880
+ id: "kimi-k2.7-code",
6881
+ name: "Kimi K2.7 Code",
6848
6882
  api: "openai-completions",
6849
6883
  provider: "opencode-go",
6850
6884
  baseUrl: "https://opencode.ai/zen/go/v1",
@@ -6853,11 +6887,11 @@ export const MODELS = {
6853
6887
  cost: {
6854
6888
  input: 0.95,
6855
6889
  output: 4,
6856
- cacheRead: 0.16,
6890
+ cacheRead: 0.19,
6857
6891
  cacheWrite: 0,
6858
6892
  },
6859
6893
  contextWindow: 262144,
6860
- maxTokens: 65536,
6894
+ maxTokens: 262144,
6861
6895
  },
6862
6896
  "mimo-v2.5": {
6863
6897
  id: "mimo-v2.5",
@@ -6893,23 +6927,6 @@ export const MODELS = {
6893
6927
  contextWindow: 1048576,
6894
6928
  maxTokens: 128000,
6895
6929
  },
6896
- "minimax-m2.5": {
6897
- id: "minimax-m2.5",
6898
- name: "MiniMax M2.5",
6899
- api: "anthropic-messages",
6900
- provider: "opencode-go",
6901
- baseUrl: "https://opencode.ai/zen/go",
6902
- reasoning: true,
6903
- input: ["text"],
6904
- cost: {
6905
- input: 0.3,
6906
- output: 1.2,
6907
- cacheRead: 0.03,
6908
- cacheWrite: 0,
6909
- },
6910
- contextWindow: 204800,
6911
- maxTokens: 65536,
6912
- },
6913
6930
  "minimax-m2.7": {
6914
6931
  id: "minimax-m2.7",
6915
6932
  name: "MiniMax M2.7",
@@ -8723,13 +8740,13 @@ export const MODELS = {
8723
8740
  reasoning: true,
8724
8741
  input: ["text", "image"],
8725
8742
  cost: {
8726
- input: 0.95,
8727
- output: 4,
8728
- cacheRead: 0.19,
8743
+ input: 0.75,
8744
+ output: 3.5,
8745
+ cacheRead: 0.16,
8729
8746
  cacheWrite: 0,
8730
8747
  },
8731
8748
  contextWindow: 262144,
8732
- maxTokens: 4096,
8749
+ maxTokens: 262144,
8733
8750
  },
8734
8751
  "nex-agi/nex-n2-pro:free": {
8735
8752
  id: "nex-agi/nex-n2-pro:free",
@@ -10514,7 +10531,7 @@ export const MODELS = {
10514
10531
  cacheWrite: 0,
10515
10532
  },
10516
10533
  contextWindow: 262144,
10517
- maxTokens: 262144,
10534
+ maxTokens: 81920,
10518
10535
  },
10519
10536
  "qwen/qwen3.5-397b-a17b": {
10520
10537
  id: "qwen/qwen3.5-397b-a17b",
@@ -11708,23 +11725,6 @@ export const MODELS = {
11708
11725
  contextWindow: 200000,
11709
11726
  maxTokens: 8192,
11710
11727
  },
11711
- "anthropic/claude-fable-5": {
11712
- id: "anthropic/claude-fable-5",
11713
- name: "Claude Fable 5",
11714
- api: "anthropic-messages",
11715
- provider: "vercel-ai-gateway",
11716
- baseUrl: "https://ai-gateway.vercel.sh",
11717
- reasoning: true,
11718
- input: ["text", "image"],
11719
- cost: {
11720
- input: 10,
11721
- output: 50,
11722
- cacheRead: 1,
11723
- cacheWrite: 12.5,
11724
- },
11725
- contextWindow: 1000000,
11726
- maxTokens: 128000,
11727
- },
11728
11728
  "anthropic/claude-haiku-4.5": {
11729
11729
  id: "anthropic/claude-haiku-4.5",
11730
11730
  name: "Claude Haiku 4.5",
@@ -12898,6 +12898,23 @@ export const MODELS = {
12898
12898
  contextWindow: 256000,
12899
12899
  maxTokens: 32768,
12900
12900
  },
12901
+ "moonshotai/kimi-k2.7-code-highspeed": {
12902
+ id: "moonshotai/kimi-k2.7-code-highspeed",
12903
+ name: "Kimi K2.7 Code High Speed",
12904
+ api: "anthropic-messages",
12905
+ provider: "vercel-ai-gateway",
12906
+ baseUrl: "https://ai-gateway.vercel.sh",
12907
+ reasoning: true,
12908
+ input: ["text", "image"],
12909
+ cost: {
12910
+ input: 1.9,
12911
+ output: 8,
12912
+ cacheRead: 0.38,
12913
+ cacheWrite: 0,
12914
+ },
12915
+ contextWindow: 262144,
12916
+ maxTokens: 4096,
12917
+ },
12901
12918
  "nvidia/nemotron-3-super-120b-a12b": {
12902
12919
  id: "nvidia/nemotron-3-super-120b-a12b",
12903
12920
  name: "NVIDIA Nemotron 3 Super 120B A12B",