@caupulican/pi-ai 0.81.2 → 0.81.4

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.
@@ -744,6 +744,23 @@ export const MODELS = {
744
744
  contextWindow: 128000,
745
745
  maxTokens: 4096,
746
746
  },
747
+ "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
748
+ id: "jp.anthropic.claude-haiku-4-5-20251001-v1:0",
749
+ name: "Claude Haiku 4.5 (JP)",
750
+ api: "bedrock-converse-stream",
751
+ provider: "amazon-bedrock",
752
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
753
+ reasoning: true,
754
+ input: ["text", "image"],
755
+ cost: {
756
+ input: 1,
757
+ output: 5,
758
+ cacheRead: 0.1,
759
+ cacheWrite: 1.25,
760
+ },
761
+ contextWindow: 200000,
762
+ maxTokens: 64000,
763
+ },
747
764
  "jp.anthropic.claude-opus-4-7": {
748
765
  id: "jp.anthropic.claude-opus-4-7",
749
766
  name: "Claude Opus 4.7 (JP)",
@@ -1807,108 +1824,6 @@ export const MODELS = {
1807
1824
  },
1808
1825
  },
1809
1826
  "anthropic": {
1810
- "claude-3-5-sonnet-20240620": {
1811
- id: "claude-3-5-sonnet-20240620",
1812
- name: "Claude Sonnet 3.5",
1813
- api: "anthropic-messages",
1814
- provider: "anthropic",
1815
- baseUrl: "https://api.anthropic.com",
1816
- reasoning: false,
1817
- input: ["text", "image"],
1818
- cost: {
1819
- input: 3,
1820
- output: 15,
1821
- cacheRead: 0.3,
1822
- cacheWrite: 3.75,
1823
- },
1824
- contextWindow: 200000,
1825
- maxTokens: 8192,
1826
- },
1827
- "claude-3-5-sonnet-20241022": {
1828
- id: "claude-3-5-sonnet-20241022",
1829
- name: "Claude Sonnet 3.5 v2",
1830
- api: "anthropic-messages",
1831
- provider: "anthropic",
1832
- baseUrl: "https://api.anthropic.com",
1833
- reasoning: false,
1834
- input: ["text", "image"],
1835
- cost: {
1836
- input: 3,
1837
- output: 15,
1838
- cacheRead: 0.3,
1839
- cacheWrite: 3.75,
1840
- },
1841
- contextWindow: 200000,
1842
- maxTokens: 8192,
1843
- },
1844
- "claude-3-7-sonnet-20250219": {
1845
- id: "claude-3-7-sonnet-20250219",
1846
- name: "Claude Sonnet 3.7",
1847
- api: "anthropic-messages",
1848
- provider: "anthropic",
1849
- baseUrl: "https://api.anthropic.com",
1850
- reasoning: true,
1851
- input: ["text", "image"],
1852
- cost: {
1853
- input: 3,
1854
- output: 15,
1855
- cacheRead: 0.3,
1856
- cacheWrite: 3.75,
1857
- },
1858
- contextWindow: 200000,
1859
- maxTokens: 64000,
1860
- },
1861
- "claude-3-haiku-20240307": {
1862
- id: "claude-3-haiku-20240307",
1863
- name: "Claude Haiku 3",
1864
- api: "anthropic-messages",
1865
- provider: "anthropic",
1866
- baseUrl: "https://api.anthropic.com",
1867
- reasoning: false,
1868
- input: ["text", "image"],
1869
- cost: {
1870
- input: 0.25,
1871
- output: 1.25,
1872
- cacheRead: 0.03,
1873
- cacheWrite: 0.3,
1874
- },
1875
- contextWindow: 200000,
1876
- maxTokens: 4096,
1877
- },
1878
- "claude-3-opus-20240229": {
1879
- id: "claude-3-opus-20240229",
1880
- name: "Claude Opus 3",
1881
- api: "anthropic-messages",
1882
- provider: "anthropic",
1883
- baseUrl: "https://api.anthropic.com",
1884
- reasoning: false,
1885
- input: ["text", "image"],
1886
- cost: {
1887
- input: 15,
1888
- output: 75,
1889
- cacheRead: 1.5,
1890
- cacheWrite: 18.75,
1891
- },
1892
- contextWindow: 200000,
1893
- maxTokens: 4096,
1894
- },
1895
- "claude-3-sonnet-20240229": {
1896
- id: "claude-3-sonnet-20240229",
1897
- name: "Claude Sonnet 3",
1898
- api: "anthropic-messages",
1899
- provider: "anthropic",
1900
- baseUrl: "https://api.anthropic.com",
1901
- reasoning: false,
1902
- input: ["text", "image"],
1903
- cost: {
1904
- input: 3,
1905
- output: 15,
1906
- cacheRead: 0.3,
1907
- cacheWrite: 0.3,
1908
- },
1909
- contextWindow: 200000,
1910
- maxTokens: 4096,
1911
- },
1912
1827
  "claude-fable-5": {
1913
1828
  id: "claude-fable-5",
1914
1829
  name: "Claude Fable 5",
@@ -1960,23 +1875,6 @@ export const MODELS = {
1960
1875
  contextWindow: 200000,
1961
1876
  maxTokens: 64000,
1962
1877
  },
1963
- "claude-opus-4-0": {
1964
- id: "claude-opus-4-0",
1965
- name: "Claude Opus 4 (latest)",
1966
- api: "anthropic-messages",
1967
- provider: "anthropic",
1968
- baseUrl: "https://api.anthropic.com",
1969
- reasoning: true,
1970
- input: ["text", "image"],
1971
- cost: {
1972
- input: 15,
1973
- output: 75,
1974
- cacheRead: 1.5,
1975
- cacheWrite: 18.75,
1976
- },
1977
- contextWindow: 200000,
1978
- maxTokens: 32000,
1979
- },
1980
1878
  "claude-opus-4-1": {
1981
1879
  id: "claude-opus-4-1",
1982
1880
  name: "Claude Opus 4.1 (latest)",
@@ -2011,23 +1909,6 @@ export const MODELS = {
2011
1909
  contextWindow: 200000,
2012
1910
  maxTokens: 32000,
2013
1911
  },
2014
- "claude-opus-4-20250514": {
2015
- id: "claude-opus-4-20250514",
2016
- name: "Claude Opus 4",
2017
- api: "anthropic-messages",
2018
- provider: "anthropic",
2019
- baseUrl: "https://api.anthropic.com",
2020
- reasoning: true,
2021
- input: ["text", "image"],
2022
- cost: {
2023
- input: 15,
2024
- output: 75,
2025
- cacheRead: 1.5,
2026
- cacheWrite: 18.75,
2027
- },
2028
- contextWindow: 200000,
2029
- maxTokens: 32000,
2030
- },
2031
1912
  "claude-opus-4-5": {
2032
1913
  id: "claude-opus-4-5",
2033
1914
  name: "Claude Opus 4.5 (latest)",
@@ -2119,40 +2000,6 @@ export const MODELS = {
2119
2000
  contextWindow: 1000000,
2120
2001
  maxTokens: 128000,
2121
2002
  },
2122
- "claude-sonnet-4-0": {
2123
- id: "claude-sonnet-4-0",
2124
- name: "Claude Sonnet 4 (latest)",
2125
- api: "anthropic-messages",
2126
- provider: "anthropic",
2127
- baseUrl: "https://api.anthropic.com",
2128
- reasoning: true,
2129
- input: ["text", "image"],
2130
- cost: {
2131
- input: 3,
2132
- output: 15,
2133
- cacheRead: 0.3,
2134
- cacheWrite: 3.75,
2135
- },
2136
- contextWindow: 200000,
2137
- maxTokens: 64000,
2138
- },
2139
- "claude-sonnet-4-20250514": {
2140
- id: "claude-sonnet-4-20250514",
2141
- name: "Claude Sonnet 4",
2142
- api: "anthropic-messages",
2143
- provider: "anthropic",
2144
- baseUrl: "https://api.anthropic.com",
2145
- reasoning: true,
2146
- input: ["text", "image"],
2147
- cost: {
2148
- input: 3,
2149
- output: 15,
2150
- cacheRead: 0.3,
2151
- cacheWrite: 3.75,
2152
- },
2153
- contextWindow: 200000,
2154
- maxTokens: 64000,
2155
- },
2156
2003
  "claude-sonnet-4-5": {
2157
2004
  id: "claude-sonnet-4-5",
2158
2005
  name: "Claude Sonnet 4.5 (latest)",
@@ -2167,7 +2014,7 @@ export const MODELS = {
2167
2014
  cacheRead: 0.3,
2168
2015
  cacheWrite: 3.75,
2169
2016
  },
2170
- contextWindow: 200000,
2017
+ contextWindow: 1000000,
2171
2018
  maxTokens: 64000,
2172
2019
  },
2173
2020
  "claude-sonnet-4-5-20250929": {
@@ -2184,7 +2031,7 @@ export const MODELS = {
2184
2031
  cacheRead: 0.3,
2185
2032
  cacheWrite: 3.75,
2186
2033
  },
2187
- contextWindow: 200000,
2034
+ contextWindow: 1000000,
2188
2035
  maxTokens: 64000,
2189
2036
  },
2190
2037
  "claude-sonnet-4-6": {
@@ -2203,7 +2050,7 @@ export const MODELS = {
2203
2050
  cacheWrite: 3.75,
2204
2051
  },
2205
2052
  contextWindow: 1000000,
2206
- maxTokens: 64000,
2053
+ maxTokens: 128000,
2207
2054
  },
2208
2055
  "claude-sonnet-5": {
2209
2056
  id: "claude-sonnet-5",
@@ -13437,9 +13284,9 @@ export const MODELS = {
13437
13284
  reasoning: true,
13438
13285
  input: ["text"],
13439
13286
  cost: {
13440
- input: 0.6986,
13441
- output: 2.1956,
13442
- cacheRead: 0.12974,
13287
+ input: 0.9086,
13288
+ output: 2.8556,
13289
+ cacheRead: 0.16874,
13443
13290
  cacheWrite: 0,
13444
13291
  },
13445
13292
  contextWindow: 1048576,