@mariozechner/pi-ai 0.7.21 → 0.7.23

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.
@@ -1625,6 +1625,23 @@ export declare const MODELS: {
1625
1625
  contextWindow: number;
1626
1626
  maxTokens: number;
1627
1627
  };
1628
+ readonly "grok-4.1-fast-non-reasoning": {
1629
+ id: string;
1630
+ name: string;
1631
+ api: "openai-completions";
1632
+ provider: string;
1633
+ baseUrl: string;
1634
+ reasoning: false;
1635
+ input: ("image" | "text")[];
1636
+ cost: {
1637
+ input: number;
1638
+ output: number;
1639
+ cacheRead: number;
1640
+ cacheWrite: number;
1641
+ };
1642
+ contextWindow: number;
1643
+ maxTokens: number;
1644
+ };
1628
1645
  readonly "grok-3": {
1629
1646
  id: string;
1630
1647
  name: string;
@@ -1795,6 +1812,23 @@ export declare const MODELS: {
1795
1812
  contextWindow: number;
1796
1813
  maxTokens: number;
1797
1814
  };
1815
+ readonly "grok-4.1-fast": {
1816
+ id: string;
1817
+ name: string;
1818
+ api: "openai-completions";
1819
+ provider: string;
1820
+ baseUrl: string;
1821
+ reasoning: true;
1822
+ input: ("image" | "text")[];
1823
+ cost: {
1824
+ input: number;
1825
+ output: number;
1826
+ cacheRead: number;
1827
+ cacheWrite: number;
1828
+ };
1829
+ contextWindow: number;
1830
+ maxTokens: number;
1831
+ };
1798
1832
  readonly "grok-3-mini-latest": {
1799
1833
  id: string;
1800
1834
  name: string;
@@ -1918,7 +1952,7 @@ export declare const MODELS: {
1918
1952
  };
1919
1953
  };
1920
1954
  readonly openrouter: {
1921
- readonly "google/gemini-3-pro-preview": {
1955
+ readonly "x-ai/grok-4.1-fast": {
1922
1956
  id: string;
1923
1957
  name: string;
1924
1958
  api: "openai-completions";
@@ -1935,24 +1969,7 @@ export declare const MODELS: {
1935
1969
  contextWindow: number;
1936
1970
  maxTokens: number;
1937
1971
  };
1938
- readonly "openrouter/sherlock-dash-alpha": {
1939
- id: string;
1940
- name: string;
1941
- api: "openai-completions";
1942
- provider: string;
1943
- baseUrl: string;
1944
- reasoning: false;
1945
- input: ("image" | "text")[];
1946
- cost: {
1947
- input: number;
1948
- output: number;
1949
- cacheRead: number;
1950
- cacheWrite: number;
1951
- };
1952
- contextWindow: number;
1953
- maxTokens: number;
1954
- };
1955
- readonly "openrouter/sherlock-think-alpha": {
1972
+ readonly "google/gemini-3-pro-preview": {
1956
1973
  id: string;
1957
1974
  name: string;
1958
1975
  api: "openai-completions";
@@ -4808,7 +4825,7 @@ export declare const MODELS: {
4808
4825
  contextWindow: number;
4809
4826
  maxTokens: number;
4810
4827
  };
4811
- readonly "mistralai/ministral-8b": {
4828
+ readonly "mistralai/ministral-3b": {
4812
4829
  id: string;
4813
4830
  name: string;
4814
4831
  api: "openai-completions";
@@ -4825,7 +4842,7 @@ export declare const MODELS: {
4825
4842
  contextWindow: number;
4826
4843
  maxTokens: number;
4827
4844
  };
4828
- readonly "mistralai/ministral-3b": {
4845
+ readonly "mistralai/ministral-8b": {
4829
4846
  id: string;
4830
4847
  name: string;
4831
4848
  api: "openai-completions";
@@ -5114,7 +5131,7 @@ export declare const MODELS: {
5114
5131
  contextWindow: number;
5115
5132
  maxTokens: number;
5116
5133
  };
5117
- readonly "openai/gpt-4o-mini-2024-07-18": {
5134
+ readonly "openai/gpt-4o-mini": {
5118
5135
  id: string;
5119
5136
  name: string;
5120
5137
  api: "openai-completions";
@@ -5131,7 +5148,7 @@ export declare const MODELS: {
5131
5148
  contextWindow: number;
5132
5149
  maxTokens: number;
5133
5150
  };
5134
- readonly "openai/gpt-4o-mini": {
5151
+ readonly "openai/gpt-4o-mini-2024-07-18": {
5135
5152
  id: string;
5136
5153
  name: string;
5137
5154
  api: "openai-completions";