@mariozechner/pi-ai 0.50.0 → 0.50.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.
@@ -4633,23 +4633,6 @@ export const MODELS = {
4633
4633
  contextWindow: 204800,
4634
4634
  maxTokens: 131072,
4635
4635
  },
4636
- "glm-4.7-free": {
4637
- id: "glm-4.7-free",
4638
- name: "GLM-4.7",
4639
- api: "openai-completions",
4640
- provider: "opencode",
4641
- baseUrl: "https://opencode.ai/zen/v1",
4642
- reasoning: true,
4643
- input: ["text"],
4644
- cost: {
4645
- input: 0,
4646
- output: 0,
4647
- cacheRead: 0,
4648
- cacheWrite: 0,
4649
- },
4650
- contextWindow: 204800,
4651
- maxTokens: 131072,
4652
- },
4653
4636
  "gpt-5": {
4654
4637
  id: "gpt-5",
4655
4638
  name: "GPT-5",
@@ -4803,23 +4786,6 @@ export const MODELS = {
4803
4786
  contextWindow: 400000,
4804
4787
  maxTokens: 128000,
4805
4788
  },
4806
- "grok-code": {
4807
- id: "grok-code",
4808
- name: "Grok Code Fast 1",
4809
- api: "openai-completions",
4810
- provider: "opencode",
4811
- baseUrl: "https://opencode.ai/zen/v1",
4812
- reasoning: true,
4813
- input: ["text"],
4814
- cost: {
4815
- input: 0,
4816
- output: 0,
4817
- cacheRead: 0,
4818
- cacheWrite: 0,
4819
- },
4820
- contextWindow: 256000,
4821
- maxTokens: 256000,
4822
- },
4823
4789
  "kimi-k2": {
4824
4790
  id: "kimi-k2",
4825
4791
  name: "Kimi K2",
@@ -4854,23 +4820,6 @@ export const MODELS = {
4854
4820
  contextWindow: 262144,
4855
4821
  maxTokens: 262144,
4856
4822
  },
4857
- "minimax-m2.1-free": {
4858
- id: "minimax-m2.1-free",
4859
- name: "MiniMax M2.1",
4860
- api: "anthropic-messages",
4861
- provider: "opencode",
4862
- baseUrl: "https://opencode.ai/zen",
4863
- reasoning: true,
4864
- input: ["text"],
4865
- cost: {
4866
- input: 0,
4867
- output: 0,
4868
- cacheRead: 0,
4869
- cacheWrite: 0,
4870
- },
4871
- contextWindow: 204800,
4872
- maxTokens: 131072,
4873
- },
4874
4823
  "qwen3-coder": {
4875
4824
  id: "qwen3-coder",
4876
4825
  name: "Qwen3 Coder",
@@ -5071,8 +5020,8 @@ export const MODELS = {
5071
5020
  cost: {
5072
5021
  input: 0.7999999999999999,
5073
5022
  output: 4,
5074
- cacheRead: 0,
5075
- cacheWrite: 0,
5023
+ cacheRead: 0.08,
5024
+ cacheWrite: 1,
5076
5025
  },
5077
5026
  contextWindow: 200000,
5078
5027
  maxTokens: 8192,