@mariozechner/pi-ai 0.57.0 → 0.57.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.
@@ -3247,9 +3247,9 @@ export const MODELS = {
3247
3247
  reasoning: true,
3248
3248
  input: ["text", "image"],
3249
3249
  cost: {
3250
- input: 0,
3251
- output: 0,
3252
- cacheRead: 0,
3250
+ input: 0.5,
3251
+ output: 3,
3252
+ cacheRead: 0.05,
3253
3253
  cacheWrite: 0,
3254
3254
  },
3255
3255
  contextWindow: 1048576,
@@ -4585,7 +4585,7 @@ export const MODELS = {
4585
4585
  "mistral": {
4586
4586
  "codestral-latest": {
4587
4587
  id: "codestral-latest",
4588
- name: "Codestral",
4588
+ name: "Codestral (latest)",
4589
4589
  api: "mistral-conversations",
4590
4590
  provider: "mistral",
4591
4591
  baseUrl: "https://api.mistral.ai",
@@ -4636,7 +4636,7 @@ export const MODELS = {
4636
4636
  },
4637
4637
  "devstral-medium-latest": {
4638
4638
  id: "devstral-medium-latest",
4639
- name: "Devstral 2",
4639
+ name: "Devstral 2 (latest)",
4640
4640
  api: "mistral-conversations",
4641
4641
  provider: "mistral",
4642
4642
  baseUrl: "https://api.mistral.ai",
@@ -4704,7 +4704,7 @@ export const MODELS = {
4704
4704
  },
4705
4705
  "magistral-medium-latest": {
4706
4706
  id: "magistral-medium-latest",
4707
- name: "Magistral Medium",
4707
+ name: "Magistral Medium (latest)",
4708
4708
  api: "mistral-conversations",
4709
4709
  provider: "mistral",
4710
4710
  baseUrl: "https://api.mistral.ai",
@@ -4738,7 +4738,7 @@ export const MODELS = {
4738
4738
  },
4739
4739
  "ministral-3b-latest": {
4740
4740
  id: "ministral-3b-latest",
4741
- name: "Ministral 3B",
4741
+ name: "Ministral 3B (latest)",
4742
4742
  api: "mistral-conversations",
4743
4743
  provider: "mistral",
4744
4744
  baseUrl: "https://api.mistral.ai",
@@ -4755,7 +4755,7 @@ export const MODELS = {
4755
4755
  },
4756
4756
  "ministral-8b-latest": {
4757
4757
  id: "ministral-8b-latest",
4758
- name: "Ministral 8B",
4758
+ name: "Ministral 8B (latest)",
4759
4759
  api: "mistral-conversations",
4760
4760
  provider: "mistral",
4761
4761
  baseUrl: "https://api.mistral.ai",
@@ -4806,7 +4806,7 @@ export const MODELS = {
4806
4806
  },
4807
4807
  "mistral-large-latest": {
4808
4808
  id: "mistral-large-latest",
4809
- name: "Mistral Large",
4809
+ name: "Mistral Large (latest)",
4810
4810
  api: "mistral-conversations",
4811
4811
  provider: "mistral",
4812
4812
  baseUrl: "https://api.mistral.ai",
@@ -4857,7 +4857,7 @@ export const MODELS = {
4857
4857
  },
4858
4858
  "mistral-medium-latest": {
4859
4859
  id: "mistral-medium-latest",
4860
- name: "Mistral Medium",
4860
+ name: "Mistral Medium (latest)",
4861
4861
  api: "mistral-conversations",
4862
4862
  provider: "mistral",
4863
4863
  baseUrl: "https://api.mistral.ai",
@@ -4908,7 +4908,7 @@ export const MODELS = {
4908
4908
  },
4909
4909
  "mistral-small-latest": {
4910
4910
  id: "mistral-small-latest",
4911
- name: "Mistral Small",
4911
+ name: "Mistral Small (latest)",
4912
4912
  api: "mistral-conversations",
4913
4913
  provider: "mistral",
4914
4914
  baseUrl: "https://api.mistral.ai",
@@ -4993,7 +4993,7 @@ export const MODELS = {
4993
4993
  },
4994
4994
  "pixtral-large-latest": {
4995
4995
  id: "pixtral-large-latest",
4996
- name: "Pixtral Large",
4996
+ name: "Pixtral Large (latest)",
4997
4997
  api: "mistral-conversations",
4998
4998
  provider: "mistral",
4999
4999
  baseUrl: "https://api.mistral.ai",
@@ -12225,7 +12225,7 @@ export const MODELS = {
12225
12225
  cacheRead: 0,
12226
12226
  cacheWrite: 0,
12227
12227
  },
12228
- contextWindow: 1050000,
12228
+ contextWindow: 200000,
12229
12229
  maxTokens: 128000,
12230
12230
  },
12231
12231
  "openai/gpt-oss-120b": {
@@ -12808,20 +12808,20 @@ export const MODELS = {
12808
12808
  },
12809
12809
  "zai/glm-5": {
12810
12810
  id: "zai/glm-5",
12811
- name: "GLM-5",
12811
+ name: "GLM 5",
12812
12812
  api: "anthropic-messages",
12813
12813
  provider: "vercel-ai-gateway",
12814
12814
  baseUrl: "https://ai-gateway.vercel.sh",
12815
12815
  reasoning: true,
12816
12816
  input: ["text"],
12817
12817
  cost: {
12818
- input: 1,
12819
- output: 3.1999999999999997,
12820
- cacheRead: 0.19999999999999998,
12818
+ input: 0.7999999999999999,
12819
+ output: 2.56,
12820
+ cacheRead: 0.16,
12821
12821
  cacheWrite: 0,
12822
12822
  },
12823
12823
  contextWindow: 202800,
12824
- maxTokens: 131072,
12824
+ maxTokens: 131100,
12825
12825
  },
12826
12826
  },
12827
12827
  "xai": {