@caupulican/pi-ai 0.80.91 → 0.80.94

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.
@@ -4730,6 +4730,44 @@ export const MODELS = {
4730
4730
  contextWindow: 400000,
4731
4731
  maxTokens: 128000,
4732
4732
  },
4733
+ "kimi-k2.7-code": {
4734
+ id: "kimi-k2.7-code",
4735
+ name: "Kimi K2.7 Code",
4736
+ api: "openai-completions",
4737
+ provider: "github-copilot",
4738
+ baseUrl: "https://api.individual.githubcopilot.com",
4739
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
4740
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
4741
+ reasoning: true,
4742
+ input: ["text", "image"],
4743
+ cost: {
4744
+ input: 0.95,
4745
+ output: 4,
4746
+ cacheRead: 0.19,
4747
+ cacheWrite: 0,
4748
+ },
4749
+ contextWindow: 256000,
4750
+ maxTokens: 32000,
4751
+ },
4752
+ "mai-code-1-flash-picker": {
4753
+ id: "mai-code-1-flash-picker",
4754
+ name: "MAI-Code-1-Flash",
4755
+ api: "openai-completions",
4756
+ provider: "github-copilot",
4757
+ baseUrl: "https://api.individual.githubcopilot.com",
4758
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
4759
+ compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
4760
+ reasoning: true,
4761
+ input: ["text"],
4762
+ cost: {
4763
+ input: 0.75,
4764
+ output: 4.5,
4765
+ cacheRead: 0.075,
4766
+ cacheWrite: 0,
4767
+ },
4768
+ contextWindow: 256000,
4769
+ maxTokens: 128000,
4770
+ },
4733
4771
  },
4734
4772
  "google": {
4735
4773
  "gemini-2.0-flash": {
@@ -12115,6 +12153,40 @@ export const MODELS = {
12115
12153
  contextWindow: 262144,
12116
12154
  maxTokens: 32768,
12117
12155
  },
12156
+ "poolside/laguna-xs-2.1": {
12157
+ id: "poolside/laguna-xs-2.1",
12158
+ name: "Poolside: Laguna XS 2.1",
12159
+ api: "openai-completions",
12160
+ provider: "openrouter",
12161
+ baseUrl: "https://openrouter.ai/api/v1",
12162
+ reasoning: true,
12163
+ input: ["text"],
12164
+ cost: {
12165
+ input: 0.06,
12166
+ output: 0.12,
12167
+ cacheRead: 0.03,
12168
+ cacheWrite: 0,
12169
+ },
12170
+ contextWindow: 262144,
12171
+ maxTokens: 32768,
12172
+ },
12173
+ "poolside/laguna-xs-2.1:free": {
12174
+ id: "poolside/laguna-xs-2.1:free",
12175
+ name: "Poolside: Laguna XS 2.1 (free)",
12176
+ api: "openai-completions",
12177
+ provider: "openrouter",
12178
+ baseUrl: "https://openrouter.ai/api/v1",
12179
+ reasoning: true,
12180
+ input: ["text"],
12181
+ cost: {
12182
+ input: 0,
12183
+ output: 0,
12184
+ cacheRead: 0,
12185
+ cacheWrite: 0,
12186
+ },
12187
+ contextWindow: 262144,
12188
+ maxTokens: 32768,
12189
+ },
12118
12190
  "poolside/laguna-xs.2": {
12119
12191
  id: "poolside/laguna-xs.2",
12120
12192
  name: "Poolside: Laguna XS.2",
@@ -13760,8 +13832,8 @@ export const MODELS = {
13760
13832
  reasoning: false,
13761
13833
  input: ["text"],
13762
13834
  cost: {
13763
- input: 0.88,
13764
- output: 0.88,
13835
+ input: 1.04,
13836
+ output: 1.04,
13765
13837
  cacheRead: 0,
13766
13838
  cacheWrite: 0,
13767
13839
  },