@mariozechner/pi-ai 0.7.24 → 0.7.26

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.
@@ -1627,23 +1627,6 @@ export const MODELS = {
1627
1627
  contextWindow: 8192,
1628
1628
  maxTokens: 4096,
1629
1629
  },
1630
- "grok-4.1-fast-non-reasoning": {
1631
- id: "grok-4.1-fast-non-reasoning",
1632
- name: "Grok 4.1 Fast (Non-Reasoning)",
1633
- api: "openai-completions",
1634
- provider: "xai",
1635
- baseUrl: "https://api.x.ai/v1",
1636
- reasoning: false,
1637
- input: ["text", "image"],
1638
- cost: {
1639
- input: 0.2,
1640
- output: 0.5,
1641
- cacheRead: 0.05,
1642
- cacheWrite: 0,
1643
- },
1644
- contextWindow: 2000000,
1645
- maxTokens: 30000,
1646
- },
1647
1630
  "grok-3": {
1648
1631
  id: "grok-3",
1649
1632
  name: "Grok 3",
@@ -1695,6 +1678,23 @@ export const MODELS = {
1695
1678
  contextWindow: 131072,
1696
1679
  maxTokens: 8192,
1697
1680
  },
1681
+ "grok-4-1-fast": {
1682
+ id: "grok-4-1-fast",
1683
+ name: "Grok 4.1 Fast",
1684
+ api: "openai-completions",
1685
+ provider: "xai",
1686
+ baseUrl: "https://api.x.ai/v1",
1687
+ reasoning: true,
1688
+ input: ["text", "image"],
1689
+ cost: {
1690
+ input: 0.2,
1691
+ output: 0.5,
1692
+ cacheRead: 0.05,
1693
+ cacheWrite: 0,
1694
+ },
1695
+ contextWindow: 2000000,
1696
+ maxTokens: 30000,
1697
+ },
1698
1698
  "grok-2-1212": {
1699
1699
  id: "grok-2-1212",
1700
1700
  name: "Grok 2 (1212)",
@@ -1814,23 +1814,6 @@ export const MODELS = {
1814
1814
  contextWindow: 131072,
1815
1815
  maxTokens: 4096,
1816
1816
  },
1817
- "grok-4.1-fast": {
1818
- id: "grok-4.1-fast",
1819
- name: "Grok 4.1 Fast",
1820
- api: "openai-completions",
1821
- provider: "xai",
1822
- baseUrl: "https://api.x.ai/v1",
1823
- reasoning: true,
1824
- input: ["text", "image"],
1825
- cost: {
1826
- input: 0.2,
1827
- output: 0.5,
1828
- cacheRead: 0.05,
1829
- cacheWrite: 0,
1830
- },
1831
- contextWindow: 2000000,
1832
- maxTokens: 30000,
1833
- },
1834
1817
  "grok-3-mini-latest": {
1835
1818
  id: "grok-3-mini-latest",
1836
1819
  name: "Grok 3 Mini Latest",
@@ -1848,6 +1831,23 @@ export const MODELS = {
1848
1831
  contextWindow: 131072,
1849
1832
  maxTokens: 8192,
1850
1833
  },
1834
+ "grok-4-1-fast-non-reasoning": {
1835
+ id: "grok-4-1-fast-non-reasoning",
1836
+ name: "Grok 4.1 Fast (Non-Reasoning)",
1837
+ api: "openai-completions",
1838
+ provider: "xai",
1839
+ baseUrl: "https://api.x.ai/v1",
1840
+ reasoning: false,
1841
+ input: ["text", "image"],
1842
+ cost: {
1843
+ input: 0.2,
1844
+ output: 0.5,
1845
+ cacheRead: 0.05,
1846
+ cacheWrite: 0,
1847
+ },
1848
+ contextWindow: 2000000,
1849
+ maxTokens: 30000,
1850
+ },
1851
1851
  "grok-3-mini-fast": {
1852
1852
  id: "grok-3-mini-fast",
1853
1853
  name: "Grok 3 Mini Fast",