@mariozechner/pi-ai 0.56.0 → 0.56.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.
@@ -10108,13 +10108,13 @@ export const MODELS = {
10108
10108
  reasoning: true,
10109
10109
  input: ["text"],
10110
10110
  cost: {
10111
- input: 0.55,
10112
- output: 2,
10113
- cacheRead: 0,
10111
+ input: 0.6,
10112
+ output: 2.2,
10113
+ cacheRead: 0.11,
10114
10114
  cacheWrite: 0,
10115
10115
  },
10116
- contextWindow: 131000,
10117
- maxTokens: 131000,
10116
+ contextWindow: 131072,
10117
+ maxTokens: 98304,
10118
10118
  },
10119
10119
  "z-ai/glm-4.5-air": {
10120
10120
  id: "z-ai/glm-4.5-air",
@@ -11019,6 +11019,23 @@ export const MODELS = {
11019
11019
  contextWindow: 1000000,
11020
11020
  maxTokens: 64000,
11021
11021
  },
11022
+ "inception/mercury-2": {
11023
+ id: "inception/mercury-2",
11024
+ name: "Mercury 2",
11025
+ api: "anthropic-messages",
11026
+ provider: "vercel-ai-gateway",
11027
+ baseUrl: "https://ai-gateway.vercel.sh",
11028
+ reasoning: true,
11029
+ input: ["text"],
11030
+ cost: {
11031
+ input: 0.25,
11032
+ output: 0.75,
11033
+ cacheRead: 0.024999999999999998,
11034
+ cacheWrite: 0,
11035
+ },
11036
+ contextWindow: 128000,
11037
+ maxTokens: 128000,
11038
+ },
11022
11039
  "inception/mercury-coder-small": {
11023
11040
  id: "inception/mercury-coder-small",
11024
11041
  name: "Mercury Coder Small Beta",