@oh-my-pi/pi-ai 3.20.0 → 3.20.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.20.0",
3
+ "version": "3.20.1",
4
4
  "description": "Unified LLM API with automatic model discovery and provider configuration",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -3792,57 +3792,6 @@ export const MODELS = {
3792
3792
  contextWindow: 327680,
3793
3793
  maxTokens: 16384,
3794
3794
  } satisfies Model<"openai-completions">,
3795
- "microsoft/phi-3-medium-128k-instruct": {
3796
- id: "microsoft/phi-3-medium-128k-instruct",
3797
- name: "Microsoft: Phi-3 Medium 128K Instruct",
3798
- api: "openai-completions",
3799
- provider: "openrouter",
3800
- baseUrl: "https://openrouter.ai/api/v1",
3801
- reasoning: false,
3802
- input: ["text"],
3803
- cost: {
3804
- input: 1,
3805
- output: 1,
3806
- cacheRead: 0,
3807
- cacheWrite: 0,
3808
- },
3809
- contextWindow: 128000,
3810
- maxTokens: 4096,
3811
- } satisfies Model<"openai-completions">,
3812
- "microsoft/phi-3-mini-128k-instruct": {
3813
- id: "microsoft/phi-3-mini-128k-instruct",
3814
- name: "Microsoft: Phi-3 Mini 128K Instruct",
3815
- api: "openai-completions",
3816
- provider: "openrouter",
3817
- baseUrl: "https://openrouter.ai/api/v1",
3818
- reasoning: false,
3819
- input: ["text"],
3820
- cost: {
3821
- input: 0.09999999999999999,
3822
- output: 0.09999999999999999,
3823
- cacheRead: 0,
3824
- cacheWrite: 0,
3825
- },
3826
- contextWindow: 128000,
3827
- maxTokens: 4096,
3828
- } satisfies Model<"openai-completions">,
3829
- "microsoft/phi-3.5-mini-128k-instruct": {
3830
- id: "microsoft/phi-3.5-mini-128k-instruct",
3831
- name: "Microsoft: Phi-3.5 Mini 128K Instruct",
3832
- api: "openai-completions",
3833
- provider: "openrouter",
3834
- baseUrl: "https://openrouter.ai/api/v1",
3835
- reasoning: false,
3836
- input: ["text"],
3837
- cost: {
3838
- input: 0.09999999999999999,
3839
- output: 0.09999999999999999,
3840
- cacheRead: 0,
3841
- cacheWrite: 0,
3842
- },
3843
- contextWindow: 128000,
3844
- maxTokens: 4096,
3845
- } satisfies Model<"openai-completions">,
3846
3795
  "minimax/minimax-m1": {
3847
3796
  id: "minimax/minimax-m1",
3848
3797
  name: "MiniMax: MiniMax M1",
@@ -6540,11 +6489,11 @@ export const MODELS = {
6540
6489
  cost: {
6541
6490
  input: 0.3,
6542
6491
  output: 0.8999999999999999,
6543
- cacheRead: 0.049999999999999996,
6492
+ cacheRead: 0,
6544
6493
  cacheWrite: 0,
6545
6494
  },
6546
6495
  contextWindow: 131072,
6547
- maxTokens: 24000,
6496
+ maxTokens: 131072,
6548
6497
  } satisfies Model<"openai-completions">,
6549
6498
  "z-ai/glm-4.7": {
6550
6499
  id: "z-ai/glm-4.7",