@oh-my-pi/pi-ai 3.15.0 → 3.15.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oh-my-pi/pi-ai",
3
- "version": "3.15.0",
3
+ "version": "3.15.1",
4
4
  "description": "Unified LLM API with automatic model discovery and provider configuration",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -3605,6 +3605,23 @@ export const MODELS = {
3605
3605
  contextWindow: 128000,
3606
3606
  maxTokens: 16384,
3607
3607
  } satisfies Model<"openai-completions">,
3608
+ "kwaipilot/kat-coder-pro": {
3609
+ id: "kwaipilot/kat-coder-pro",
3610
+ name: "Kwaipilot: KAT-Coder-Pro V1",
3611
+ api: "openai-completions",
3612
+ provider: "openrouter",
3613
+ baseUrl: "https://openrouter.ai/api/v1",
3614
+ reasoning: false,
3615
+ input: ["text"],
3616
+ cost: {
3617
+ input: 0.207,
3618
+ output: 0.828,
3619
+ cacheRead: 0.0414,
3620
+ cacheWrite: 0,
3621
+ },
3622
+ contextWindow: 256000,
3623
+ maxTokens: 128000,
3624
+ } satisfies Model<"openai-completions">,
3608
3625
  "kwaipilot/kat-coder-pro:free": {
3609
3626
  id: "kwaipilot/kat-coder-pro:free",
3610
3627
  name: "Kwaipilot: KAT-Coder-Pro V1 (free)",