@caupulican/pi-ai 0.81.1 → 0.81.3

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.
@@ -1841,108 +1841,6 @@ export declare const MODELS: {
1841
1841
  };
1842
1842
  };
1843
1843
  readonly anthropic: {
1844
- readonly "claude-3-5-sonnet-20240620": {
1845
- id: string;
1846
- name: string;
1847
- api: "anthropic-messages";
1848
- provider: string;
1849
- baseUrl: string;
1850
- reasoning: false;
1851
- input: ("image" | "text")[];
1852
- cost: {
1853
- input: number;
1854
- output: number;
1855
- cacheRead: number;
1856
- cacheWrite: number;
1857
- };
1858
- contextWindow: number;
1859
- maxTokens: number;
1860
- };
1861
- readonly "claude-3-5-sonnet-20241022": {
1862
- id: string;
1863
- name: string;
1864
- api: "anthropic-messages";
1865
- provider: string;
1866
- baseUrl: string;
1867
- reasoning: false;
1868
- input: ("image" | "text")[];
1869
- cost: {
1870
- input: number;
1871
- output: number;
1872
- cacheRead: number;
1873
- cacheWrite: number;
1874
- };
1875
- contextWindow: number;
1876
- maxTokens: number;
1877
- };
1878
- readonly "claude-3-7-sonnet-20250219": {
1879
- id: string;
1880
- name: string;
1881
- api: "anthropic-messages";
1882
- provider: string;
1883
- baseUrl: string;
1884
- reasoning: true;
1885
- input: ("image" | "text")[];
1886
- cost: {
1887
- input: number;
1888
- output: number;
1889
- cacheRead: number;
1890
- cacheWrite: number;
1891
- };
1892
- contextWindow: number;
1893
- maxTokens: number;
1894
- };
1895
- readonly "claude-3-haiku-20240307": {
1896
- id: string;
1897
- name: string;
1898
- api: "anthropic-messages";
1899
- provider: string;
1900
- baseUrl: string;
1901
- reasoning: false;
1902
- input: ("image" | "text")[];
1903
- cost: {
1904
- input: number;
1905
- output: number;
1906
- cacheRead: number;
1907
- cacheWrite: number;
1908
- };
1909
- contextWindow: number;
1910
- maxTokens: number;
1911
- };
1912
- readonly "claude-3-opus-20240229": {
1913
- id: string;
1914
- name: string;
1915
- api: "anthropic-messages";
1916
- provider: string;
1917
- baseUrl: string;
1918
- reasoning: false;
1919
- input: ("image" | "text")[];
1920
- cost: {
1921
- input: number;
1922
- output: number;
1923
- cacheRead: number;
1924
- cacheWrite: number;
1925
- };
1926
- contextWindow: number;
1927
- maxTokens: number;
1928
- };
1929
- readonly "claude-3-sonnet-20240229": {
1930
- id: string;
1931
- name: string;
1932
- api: "anthropic-messages";
1933
- provider: string;
1934
- baseUrl: string;
1935
- reasoning: false;
1936
- input: ("image" | "text")[];
1937
- cost: {
1938
- input: number;
1939
- output: number;
1940
- cacheRead: number;
1941
- cacheWrite: number;
1942
- };
1943
- contextWindow: number;
1944
- maxTokens: number;
1945
- };
1946
1844
  readonly "claude-fable-5": {
1947
1845
  id: string;
1948
1846
  name: string;
@@ -1994,23 +1892,6 @@ export declare const MODELS: {
1994
1892
  contextWindow: number;
1995
1893
  maxTokens: number;
1996
1894
  };
1997
- readonly "claude-opus-4-0": {
1998
- id: string;
1999
- name: string;
2000
- api: "anthropic-messages";
2001
- provider: string;
2002
- baseUrl: string;
2003
- reasoning: true;
2004
- input: ("image" | "text")[];
2005
- cost: {
2006
- input: number;
2007
- output: number;
2008
- cacheRead: number;
2009
- cacheWrite: number;
2010
- };
2011
- contextWindow: number;
2012
- maxTokens: number;
2013
- };
2014
1895
  readonly "claude-opus-4-1": {
2015
1896
  id: string;
2016
1897
  name: string;
@@ -2045,23 +1926,6 @@ export declare const MODELS: {
2045
1926
  contextWindow: number;
2046
1927
  maxTokens: number;
2047
1928
  };
2048
- readonly "claude-opus-4-20250514": {
2049
- id: string;
2050
- name: string;
2051
- api: "anthropic-messages";
2052
- provider: string;
2053
- baseUrl: string;
2054
- reasoning: true;
2055
- input: ("image" | "text")[];
2056
- cost: {
2057
- input: number;
2058
- output: number;
2059
- cacheRead: number;
2060
- cacheWrite: number;
2061
- };
2062
- contextWindow: number;
2063
- maxTokens: number;
2064
- };
2065
1929
  readonly "claude-opus-4-5": {
2066
1930
  id: string;
2067
1931
  name: string;
@@ -2167,40 +2031,6 @@ export declare const MODELS: {
2167
2031
  contextWindow: number;
2168
2032
  maxTokens: number;
2169
2033
  };
2170
- readonly "claude-sonnet-4-0": {
2171
- id: string;
2172
- name: string;
2173
- api: "anthropic-messages";
2174
- provider: string;
2175
- baseUrl: string;
2176
- reasoning: true;
2177
- input: ("image" | "text")[];
2178
- cost: {
2179
- input: number;
2180
- output: number;
2181
- cacheRead: number;
2182
- cacheWrite: number;
2183
- };
2184
- contextWindow: number;
2185
- maxTokens: number;
2186
- };
2187
- readonly "claude-sonnet-4-20250514": {
2188
- id: string;
2189
- name: string;
2190
- api: "anthropic-messages";
2191
- provider: string;
2192
- baseUrl: string;
2193
- reasoning: true;
2194
- input: ("image" | "text")[];
2195
- cost: {
2196
- input: number;
2197
- output: number;
2198
- cacheRead: number;
2199
- cacheWrite: number;
2200
- };
2201
- contextWindow: number;
2202
- maxTokens: number;
2203
- };
2204
2034
  readonly "claude-sonnet-4-5": {
2205
2035
  id: string;
2206
2036
  name: string;