@dreb/ai 2.5.2 → 2.6.1

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.
@@ -7707,23 +7707,6 @@ export const MODELS = {
7707
7707
  contextWindow: 262144,
7708
7708
  maxTokens: 32768,
7709
7709
  },
7710
- "inception/mercury": {
7711
- id: "inception/mercury",
7712
- name: "Inception: Mercury",
7713
- api: "openai-completions",
7714
- provider: "openrouter",
7715
- baseUrl: "https://openrouter.ai/api/v1",
7716
- reasoning: false,
7717
- input: ["text"],
7718
- cost: {
7719
- input: 0.25,
7720
- output: 0.75,
7721
- cacheRead: 0.024999999999999998,
7722
- cacheWrite: 0,
7723
- },
7724
- contextWindow: 128000,
7725
- maxTokens: 32000,
7726
- },
7727
7710
  "inception/mercury-2": {
7728
7711
  id: "inception/mercury-2",
7729
7712
  name: "Inception: Mercury 2",
@@ -7741,23 +7724,6 @@ export const MODELS = {
7741
7724
  contextWindow: 128000,
7742
7725
  maxTokens: 50000,
7743
7726
  },
7744
- "inception/mercury-coder": {
7745
- id: "inception/mercury-coder",
7746
- name: "Inception: Mercury Coder",
7747
- api: "openai-completions",
7748
- provider: "openrouter",
7749
- baseUrl: "https://openrouter.ai/api/v1",
7750
- reasoning: false,
7751
- input: ["text"],
7752
- cost: {
7753
- input: 0.25,
7754
- output: 0.75,
7755
- cacheRead: 0.024999999999999998,
7756
- cacheWrite: 0,
7757
- },
7758
- contextWindow: 128000,
7759
- maxTokens: 32000,
7760
- },
7761
7727
  "kwaipilot/kat-coder-pro-v2": {
7762
7728
  id: "kwaipilot/kat-coder-pro-v2",
7763
7729
  name: "Kwaipilot: KAT-Coder-Pro V2",