@fleetagent/pi-ai 0.0.11 → 0.0.12

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.
@@ -8939,13 +8939,13 @@ export const MODELS = {
8939
8939
  thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "xhigh" },
8940
8940
  input: ["text"],
8941
8941
  cost: {
8942
- input: 0.0983,
8943
- output: 0.1966,
8944
- cacheRead: 0.019700000000000002,
8942
+ input: 0.098,
8943
+ output: 0.196,
8944
+ cacheRead: 0.02,
8945
8945
  cacheWrite: 0,
8946
8946
  },
8947
8947
  contextWindow: 1048576,
8948
- maxTokens: 131072,
8948
+ maxTokens: 4096,
8949
8949
  },
8950
8950
  "deepseek/deepseek-v4-pro": {
8951
8951
  id: "deepseek/deepseek-v4-pro",
@@ -11862,13 +11862,13 @@ export const MODELS = {
11862
11862
  reasoning: true,
11863
11863
  input: ["text", "image"],
11864
11864
  cost: {
11865
- input: 0.28900000000000003,
11866
- output: 2.4,
11865
+ input: 0.28700000000000003,
11866
+ output: 3.1,
11867
11867
  cacheRead: 0,
11868
11868
  cacheWrite: 0,
11869
11869
  },
11870
11870
  contextWindow: 262144,
11871
- maxTokens: 131072,
11871
+ maxTokens: 262140,
11872
11872
  },
11873
11873
  "qwen/qwen3.6-35b-a3b": {
11874
11874
  id: "qwen/qwen3.6-35b-a3b",