@mariozechner/pi-ai 0.67.2 → 0.67.3

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.
@@ -7741,23 +7741,6 @@ export const MODELS = {
7741
7741
  contextWindow: 262144,
7742
7742
  maxTokens: 32768,
7743
7743
  },
7744
- "inception/mercury": {
7745
- id: "inception/mercury",
7746
- name: "Inception: Mercury",
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
7744
  "inception/mercury-2": {
7762
7745
  id: "inception/mercury-2",
7763
7746
  name: "Inception: Mercury 2",
@@ -7775,23 +7758,6 @@ export const MODELS = {
7775
7758
  contextWindow: 128000,
7776
7759
  maxTokens: 50000,
7777
7760
  },
7778
- "inception/mercury-coder": {
7779
- id: "inception/mercury-coder",
7780
- name: "Inception: Mercury Coder",
7781
- api: "openai-completions",
7782
- provider: "openrouter",
7783
- baseUrl: "https://openrouter.ai/api/v1",
7784
- reasoning: false,
7785
- input: ["text"],
7786
- cost: {
7787
- input: 0.25,
7788
- output: 0.75,
7789
- cacheRead: 0.024999999999999998,
7790
- cacheWrite: 0,
7791
- },
7792
- contextWindow: 128000,
7793
- maxTokens: 32000,
7794
- },
7795
7761
  "kwaipilot/kat-coder-pro-v2": {
7796
7762
  id: "kwaipilot/kat-coder-pro-v2",
7797
7763
  name: "Kwaipilot: KAT-Coder-Pro V2",