@dreb/ai 2.27.3 → 2.28.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.
@@ -2805,33 +2805,35 @@ export const MODELS = {
2805
2805
  reasoning: true,
2806
2806
  input: ["text"],
2807
2807
  cost: {
2808
- input: 0.25,
2809
- output: 0.69,
2808
+ input: 0.35,
2809
+ output: 0.75,
2810
2810
  cacheRead: 0,
2811
2811
  cacheWrite: 0,
2812
2812
  },
2813
2813
  contextWindow: 131072,
2814
- maxTokens: 32768,
2814
+ maxTokens: 40960,
2815
2815
  },
2816
- "llama3.1-8b": {
2817
- id: "llama3.1-8b",
2818
- name: "Llama 3.1 8B",
2816
+ },
2817
+ "github-copilot": {
2818
+ "claude-fable-5": {
2819
+ id: "claude-fable-5",
2820
+ name: "Claude Fable 5",
2819
2821
  api: "openai-completions",
2820
- provider: "cerebras",
2821
- baseUrl: "https://api.cerebras.ai/v1",
2822
- reasoning: false,
2823
- input: ["text"],
2822
+ provider: "github-copilot",
2823
+ baseUrl: "https://api.individual.githubcopilot.com",
2824
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
2825
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
2826
+ reasoning: true,
2827
+ input: ["text", "image"],
2824
2828
  cost: {
2825
- input: 0.1,
2826
- output: 0.1,
2827
- cacheRead: 0,
2828
- cacheWrite: 0,
2829
+ input: 10,
2830
+ output: 50,
2831
+ cacheRead: 1,
2832
+ cacheWrite: 12.5,
2829
2833
  },
2830
- contextWindow: 32000,
2831
- maxTokens: 8000,
2834
+ contextWindow: 1000000,
2835
+ maxTokens: 128000,
2832
2836
  },
2833
- },
2834
- "github-copilot": {
2835
2837
  "claude-haiku-4.5": {
2836
2838
  id: "claude-haiku-4.5",
2837
2839
  name: "Claude Haiku 4.5 (latest)",
@@ -6927,16 +6929,16 @@ export const MODELS = {
6927
6929
  },
6928
6930
  "minimax-m3": {
6929
6931
  id: "minimax-m3",
6930
- name: "MiniMax M3",
6932
+ name: "MiniMax M3 (3x usage)",
6931
6933
  api: "anthropic-messages",
6932
6934
  provider: "opencode-go",
6933
6935
  baseUrl: "https://opencode.ai/zen/go",
6934
6936
  reasoning: true,
6935
6937
  input: ["text", "image"],
6936
6938
  cost: {
6937
- input: 0.3,
6938
- output: 1.2,
6939
- cacheRead: 0.06,
6939
+ input: 0.1,
6940
+ output: 0.4,
6941
+ cacheRead: 0.02,
6940
6942
  cacheWrite: 0,
6941
6943
  },
6942
6944
  contextWindow: 512000,
@@ -7570,7 +7572,7 @@ export const MODELS = {
7570
7572
  cacheRead: 0.135,
7571
7573
  cacheWrite: 0,
7572
7574
  },
7573
- contextWindow: 131072,
7575
+ contextWindow: 163840,
7574
7576
  maxTokens: 16384,
7575
7577
  },
7576
7578
  "deepseek/deepseek-chat-v3.1": {
@@ -7684,13 +7686,13 @@ export const MODELS = {
7684
7686
  reasoning: true,
7685
7687
  input: ["text"],
7686
7688
  cost: {
7687
- input: 0.0983,
7688
- output: 0.1966,
7689
- cacheRead: 0.019700000000000002,
7689
+ input: 0.098,
7690
+ output: 0.196,
7691
+ cacheRead: 0.02,
7690
7692
  cacheWrite: 0,
7691
7693
  },
7692
7694
  contextWindow: 1048576,
7693
- maxTokens: 131072,
7695
+ maxTokens: 4096,
7694
7696
  },
7695
7697
  "deepseek/deepseek-v4-pro": {
7696
7698
  id: "deepseek/deepseek-v4-pro",
@@ -8313,9 +8315,9 @@ export const MODELS = {
8313
8315
  reasoning: true,
8314
8316
  input: ["text"],
8315
8317
  cost: {
8316
- input: 0.27,
8317
- output: 1.08,
8318
- cacheRead: 0.054,
8318
+ input: 0.25,
8319
+ output: 1,
8320
+ cacheRead: 0.049999999999999996,
8319
8321
  cacheWrite: 0,
8320
8322
  },
8321
8323
  contextWindow: 204800,
@@ -8712,6 +8714,23 @@ export const MODELS = {
8712
8714
  contextWindow: 262144,
8713
8715
  maxTokens: 262142,
8714
8716
  },
8717
+ "moonshotai/kimi-k2.7-code": {
8718
+ id: "moonshotai/kimi-k2.7-code",
8719
+ name: "MoonshotAI: Kimi K2.7 Code",
8720
+ api: "openai-completions",
8721
+ provider: "openrouter",
8722
+ baseUrl: "https://openrouter.ai/api/v1",
8723
+ reasoning: true,
8724
+ input: ["text", "image"],
8725
+ cost: {
8726
+ input: 0.95,
8727
+ output: 4,
8728
+ cacheRead: 0.19,
8729
+ cacheWrite: 0,
8730
+ },
8731
+ contextWindow: 262144,
8732
+ maxTokens: 4096,
8733
+ },
8715
8734
  "nex-agi/nex-n2-pro:free": {
8716
8735
  id: "nex-agi/nex-n2-pro:free",
8717
8736
  name: "Nex AGI: Nex-N2-Pro (free)",
@@ -10591,13 +10610,13 @@ export const MODELS = {
10591
10610
  reasoning: true,
10592
10611
  input: ["text", "image"],
10593
10612
  cost: {
10594
- input: 0.28900000000000003,
10595
- output: 2.4,
10613
+ input: 0.28850000000000003,
10614
+ output: 3.17,
10596
10615
  cacheRead: 0,
10597
10616
  cacheWrite: 0,
10598
10617
  },
10599
10618
  contextWindow: 262144,
10600
- maxTokens: 131072,
10619
+ maxTokens: 262140,
10601
10620
  },
10602
10621
  "qwen/qwen3.6-35b-a3b": {
10603
10622
  id: "qwen/qwen3.6-35b-a3b",
@@ -12828,40 +12847,6 @@ export const MODELS = {
12828
12847
  contextWindow: 262114,
12829
12848
  maxTokens: 262114,
12830
12849
  },
12831
- "moonshotai/kimi-k2-thinking-turbo": {
12832
- id: "moonshotai/kimi-k2-thinking-turbo",
12833
- name: "Kimi K2 Thinking Turbo",
12834
- api: "anthropic-messages",
12835
- provider: "vercel-ai-gateway",
12836
- baseUrl: "https://ai-gateway.vercel.sh",
12837
- reasoning: true,
12838
- input: ["text"],
12839
- cost: {
12840
- input: 1.15,
12841
- output: 8,
12842
- cacheRead: 0.15,
12843
- cacheWrite: 0,
12844
- },
12845
- contextWindow: 262114,
12846
- maxTokens: 262114,
12847
- },
12848
- "moonshotai/kimi-k2-turbo": {
12849
- id: "moonshotai/kimi-k2-turbo",
12850
- name: "Kimi K2 Turbo",
12851
- api: "anthropic-messages",
12852
- provider: "vercel-ai-gateway",
12853
- baseUrl: "https://ai-gateway.vercel.sh",
12854
- reasoning: false,
12855
- input: ["text"],
12856
- cost: {
12857
- input: 1.15,
12858
- output: 8,
12859
- cacheRead: 0.15,
12860
- cacheWrite: 0,
12861
- },
12862
- contextWindow: 256000,
12863
- maxTokens: 16384,
12864
- },
12865
12850
  "moonshotai/kimi-k2.5": {
12866
12851
  id: "moonshotai/kimi-k2.5",
12867
12852
  name: "Kimi K2.5",
@@ -12896,6 +12881,23 @@ export const MODELS = {
12896
12881
  contextWindow: 262000,
12897
12882
  maxTokens: 262000,
12898
12883
  },
12884
+ "moonshotai/kimi-k2.7-code": {
12885
+ id: "moonshotai/kimi-k2.7-code",
12886
+ name: "Kimi K2.7 Code",
12887
+ api: "anthropic-messages",
12888
+ provider: "vercel-ai-gateway",
12889
+ baseUrl: "https://ai-gateway.vercel.sh",
12890
+ reasoning: true,
12891
+ input: ["text", "image"],
12892
+ cost: {
12893
+ input: 0.95,
12894
+ output: 4,
12895
+ cacheRead: 0.19,
12896
+ cacheWrite: 0,
12897
+ },
12898
+ contextWindow: 256000,
12899
+ maxTokens: 32768,
12900
+ },
12899
12901
  "nvidia/nemotron-3-super-120b-a12b": {
12900
12902
  id: "nvidia/nemotron-3-super-120b-a12b",
12901
12903
  name: "NVIDIA Nemotron 3 Super 120B A12B",