@letta-ai/letta-code 0.27.30 → 0.28.0

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.
@@ -1636,6 +1636,401 @@ var models_default = {
1636
1636
  },
1637
1637
  isFeatured: true
1638
1638
  },
1639
+ {
1640
+ id: "gpt-5.6-sol-none",
1641
+ handle: "openai/gpt-5.6-sol",
1642
+ label: "GPT-5.6 Sol",
1643
+ description: "OpenAI's most capable GPT-5.6 model (no reasoning)",
1644
+ updateArgs: {
1645
+ reasoning_effort: "none",
1646
+ verbosity: "medium",
1647
+ context_window: 1050000,
1648
+ max_output_tokens: 128000,
1649
+ parallel_tool_calls: true
1650
+ }
1651
+ },
1652
+ {
1653
+ id: "gpt-5.6-sol-low",
1654
+ handle: "openai/gpt-5.6-sol",
1655
+ label: "GPT-5.6 Sol",
1656
+ description: "OpenAI's most capable GPT-5.6 model (low reasoning)",
1657
+ updateArgs: {
1658
+ reasoning_effort: "low",
1659
+ verbosity: "medium",
1660
+ context_window: 1050000,
1661
+ max_output_tokens: 128000,
1662
+ parallel_tool_calls: true
1663
+ }
1664
+ },
1665
+ {
1666
+ id: "gpt-5.6-sol-medium",
1667
+ handle: "openai/gpt-5.6-sol",
1668
+ label: "GPT-5.6 Sol",
1669
+ description: "OpenAI's most capable GPT-5.6 model (med reasoning)",
1670
+ updateArgs: {
1671
+ reasoning_effort: "medium",
1672
+ verbosity: "medium",
1673
+ context_window: 1050000,
1674
+ max_output_tokens: 128000,
1675
+ parallel_tool_calls: true
1676
+ }
1677
+ },
1678
+ {
1679
+ id: "gpt-5.6-sol",
1680
+ handle: "openai/gpt-5.6-sol",
1681
+ label: "GPT-5.6 Sol",
1682
+ description: "OpenAI's most capable GPT-5.6 model (high reasoning)",
1683
+ isFeatured: true,
1684
+ updateArgs: {
1685
+ reasoning_effort: "high",
1686
+ verbosity: "medium",
1687
+ context_window: 1050000,
1688
+ max_output_tokens: 128000,
1689
+ parallel_tool_calls: true
1690
+ }
1691
+ },
1692
+ {
1693
+ id: "gpt-5.6-sol-xhigh",
1694
+ handle: "openai/gpt-5.6-sol",
1695
+ label: "GPT-5.6 Sol",
1696
+ description: "OpenAI's most capable GPT-5.6 model (extra-high reasoning)",
1697
+ updateArgs: {
1698
+ reasoning_effort: "xhigh",
1699
+ verbosity: "medium",
1700
+ context_window: 1050000,
1701
+ max_output_tokens: 128000,
1702
+ parallel_tool_calls: true
1703
+ }
1704
+ },
1705
+ {
1706
+ id: "gpt-5.6-sol-max",
1707
+ handle: "openai/gpt-5.6-sol",
1708
+ label: "GPT-5.6 Sol",
1709
+ description: "OpenAI's most capable GPT-5.6 model (max reasoning)",
1710
+ updateArgs: {
1711
+ reasoning_effort: "max",
1712
+ verbosity: "medium",
1713
+ context_window: 1050000,
1714
+ max_output_tokens: 128000,
1715
+ parallel_tool_calls: true
1716
+ }
1717
+ },
1718
+ {
1719
+ id: "gpt-5.6-terra-none",
1720
+ handle: "openai/gpt-5.6-terra",
1721
+ label: "GPT-5.6 Terra",
1722
+ description: "GPT-5.6 Terra (no reasoning)",
1723
+ updateArgs: {
1724
+ reasoning_effort: "none",
1725
+ verbosity: "medium",
1726
+ context_window: 1050000,
1727
+ max_output_tokens: 128000,
1728
+ parallel_tool_calls: true
1729
+ }
1730
+ },
1731
+ {
1732
+ id: "gpt-5.6-terra-low",
1733
+ handle: "openai/gpt-5.6-terra",
1734
+ label: "GPT-5.6 Terra",
1735
+ description: "GPT-5.6 Terra (low reasoning)",
1736
+ updateArgs: {
1737
+ reasoning_effort: "low",
1738
+ verbosity: "medium",
1739
+ context_window: 1050000,
1740
+ max_output_tokens: 128000,
1741
+ parallel_tool_calls: true
1742
+ }
1743
+ },
1744
+ {
1745
+ id: "gpt-5.6-terra-medium",
1746
+ handle: "openai/gpt-5.6-terra",
1747
+ label: "GPT-5.6 Terra",
1748
+ description: "GPT-5.6 Terra (med reasoning)",
1749
+ updateArgs: {
1750
+ reasoning_effort: "medium",
1751
+ verbosity: "medium",
1752
+ context_window: 1050000,
1753
+ max_output_tokens: 128000,
1754
+ parallel_tool_calls: true
1755
+ }
1756
+ },
1757
+ {
1758
+ id: "gpt-5.6-terra",
1759
+ handle: "openai/gpt-5.6-terra",
1760
+ label: "GPT-5.6 Terra",
1761
+ description: "GPT-5.6 Terra (high reasoning)",
1762
+ isFeatured: true,
1763
+ updateArgs: {
1764
+ reasoning_effort: "high",
1765
+ verbosity: "medium",
1766
+ context_window: 1050000,
1767
+ max_output_tokens: 128000,
1768
+ parallel_tool_calls: true
1769
+ }
1770
+ },
1771
+ {
1772
+ id: "gpt-5.6-terra-xhigh",
1773
+ handle: "openai/gpt-5.6-terra",
1774
+ label: "GPT-5.6 Terra",
1775
+ description: "GPT-5.6 Terra (extra-high reasoning)",
1776
+ updateArgs: {
1777
+ reasoning_effort: "xhigh",
1778
+ verbosity: "medium",
1779
+ context_window: 1050000,
1780
+ max_output_tokens: 128000,
1781
+ parallel_tool_calls: true
1782
+ }
1783
+ },
1784
+ {
1785
+ id: "gpt-5.6-terra-max",
1786
+ handle: "openai/gpt-5.6-terra",
1787
+ label: "GPT-5.6 Terra",
1788
+ description: "GPT-5.6 Terra (max reasoning)",
1789
+ updateArgs: {
1790
+ reasoning_effort: "max",
1791
+ verbosity: "medium",
1792
+ context_window: 1050000,
1793
+ max_output_tokens: 128000,
1794
+ parallel_tool_calls: true
1795
+ }
1796
+ },
1797
+ {
1798
+ id: "gpt-5.6-luna-none",
1799
+ handle: "openai/gpt-5.6-luna",
1800
+ label: "GPT-5.6 Luna",
1801
+ description: "GPT-5.6 Luna (no reasoning)",
1802
+ updateArgs: {
1803
+ reasoning_effort: "none",
1804
+ verbosity: "medium",
1805
+ context_window: 1050000,
1806
+ max_output_tokens: 128000,
1807
+ parallel_tool_calls: true
1808
+ }
1809
+ },
1810
+ {
1811
+ id: "gpt-5.6-luna-low",
1812
+ handle: "openai/gpt-5.6-luna",
1813
+ label: "GPT-5.6 Luna",
1814
+ description: "GPT-5.6 Luna (low reasoning)",
1815
+ updateArgs: {
1816
+ reasoning_effort: "low",
1817
+ verbosity: "medium",
1818
+ context_window: 1050000,
1819
+ max_output_tokens: 128000,
1820
+ parallel_tool_calls: true
1821
+ }
1822
+ },
1823
+ {
1824
+ id: "gpt-5.6-luna-medium",
1825
+ handle: "openai/gpt-5.6-luna",
1826
+ label: "GPT-5.6 Luna",
1827
+ description: "GPT-5.6 Luna (med reasoning)",
1828
+ updateArgs: {
1829
+ reasoning_effort: "medium",
1830
+ verbosity: "medium",
1831
+ context_window: 1050000,
1832
+ max_output_tokens: 128000,
1833
+ parallel_tool_calls: true
1834
+ }
1835
+ },
1836
+ {
1837
+ id: "gpt-5.6-luna",
1838
+ handle: "openai/gpt-5.6-luna",
1839
+ label: "GPT-5.6 Luna",
1840
+ description: "GPT-5.6 Luna (high reasoning)",
1841
+ isFeatured: true,
1842
+ updateArgs: {
1843
+ reasoning_effort: "high",
1844
+ verbosity: "medium",
1845
+ context_window: 1050000,
1846
+ max_output_tokens: 128000,
1847
+ parallel_tool_calls: true
1848
+ }
1849
+ },
1850
+ {
1851
+ id: "gpt-5.6-luna-xhigh",
1852
+ handle: "openai/gpt-5.6-luna",
1853
+ label: "GPT-5.6 Luna",
1854
+ description: "GPT-5.6 Luna (extra-high reasoning)",
1855
+ updateArgs: {
1856
+ reasoning_effort: "xhigh",
1857
+ verbosity: "medium",
1858
+ context_window: 1050000,
1859
+ max_output_tokens: 128000,
1860
+ parallel_tool_calls: true
1861
+ }
1862
+ },
1863
+ {
1864
+ id: "gpt-5.6-luna-max",
1865
+ handle: "openai/gpt-5.6-luna",
1866
+ label: "GPT-5.6 Luna",
1867
+ description: "GPT-5.6 Luna (max reasoning)",
1868
+ updateArgs: {
1869
+ reasoning_effort: "max",
1870
+ verbosity: "medium",
1871
+ context_window: 1050000,
1872
+ max_output_tokens: 128000,
1873
+ parallel_tool_calls: true
1874
+ }
1875
+ },
1876
+ {
1877
+ id: "gpt-5.6-sol-plus-pro-none",
1878
+ handle: "chatgpt-plus-pro/gpt-5.6-sol",
1879
+ label: "GPT-5.6 Sol (ChatGPT)",
1880
+ description: "GPT-5.6 Sol (no reasoning) via ChatGPT Plus/Pro",
1881
+ updateArgs: {
1882
+ reasoning_effort: "none",
1883
+ verbosity: "low",
1884
+ context_window: 272000,
1885
+ max_output_tokens: 128000,
1886
+ parallel_tool_calls: true
1887
+ }
1888
+ },
1889
+ {
1890
+ id: "gpt-5.6-sol-plus-pro-low",
1891
+ handle: "chatgpt-plus-pro/gpt-5.6-sol",
1892
+ label: "GPT-5.6 Sol (ChatGPT)",
1893
+ description: "GPT-5.6 Sol (low reasoning) via ChatGPT Plus/Pro",
1894
+ updateArgs: {
1895
+ reasoning_effort: "low",
1896
+ verbosity: "low",
1897
+ context_window: 272000,
1898
+ max_output_tokens: 128000,
1899
+ parallel_tool_calls: true
1900
+ }
1901
+ },
1902
+ {
1903
+ id: "gpt-5.6-sol-plus-pro-medium",
1904
+ handle: "chatgpt-plus-pro/gpt-5.6-sol",
1905
+ label: "GPT-5.6 Sol (ChatGPT)",
1906
+ description: "GPT-5.6 Sol (med reasoning) via ChatGPT Plus/Pro",
1907
+ updateArgs: {
1908
+ reasoning_effort: "medium",
1909
+ verbosity: "low",
1910
+ context_window: 272000,
1911
+ max_output_tokens: 128000,
1912
+ parallel_tool_calls: true
1913
+ }
1914
+ },
1915
+ {
1916
+ id: "gpt-5.6-sol-plus-pro-high",
1917
+ handle: "chatgpt-plus-pro/gpt-5.6-sol",
1918
+ label: "GPT-5.6 Sol (ChatGPT)",
1919
+ description: "GPT-5.6 Sol (high reasoning) via ChatGPT Plus/Pro",
1920
+ updateArgs: {
1921
+ reasoning_effort: "high",
1922
+ verbosity: "low",
1923
+ context_window: 272000,
1924
+ max_output_tokens: 128000,
1925
+ parallel_tool_calls: true
1926
+ },
1927
+ isFeatured: true
1928
+ },
1929
+ {
1930
+ id: "gpt-5.6-sol-plus-pro-xhigh",
1931
+ handle: "chatgpt-plus-pro/gpt-5.6-sol",
1932
+ label: "GPT-5.6 Sol (ChatGPT)",
1933
+ description: "GPT-5.6 Sol (extra-high reasoning) via ChatGPT Plus/Pro",
1934
+ updateArgs: {
1935
+ reasoning_effort: "xhigh",
1936
+ verbosity: "low",
1937
+ context_window: 272000,
1938
+ max_output_tokens: 128000,
1939
+ parallel_tool_calls: true
1940
+ }
1941
+ },
1942
+ {
1943
+ id: "gpt-5.6-sol-plus-pro-max",
1944
+ handle: "chatgpt-plus-pro/gpt-5.6-sol",
1945
+ label: "GPT-5.6 Sol (ChatGPT)",
1946
+ description: "GPT-5.6 Sol (max reasoning) via ChatGPT Plus/Pro",
1947
+ updateArgs: {
1948
+ reasoning_effort: "max",
1949
+ verbosity: "low",
1950
+ context_window: 272000,
1951
+ max_output_tokens: 128000,
1952
+ parallel_tool_calls: true
1953
+ }
1954
+ },
1955
+ {
1956
+ id: "gpt-5.6-terra-plus-pro-none",
1957
+ handle: "chatgpt-plus-pro/gpt-5.6-terra",
1958
+ label: "GPT-5.6 Terra (ChatGPT)",
1959
+ description: "GPT-5.6 Terra (no reasoning) via ChatGPT Plus/Pro",
1960
+ updateArgs: {
1961
+ reasoning_effort: "none",
1962
+ verbosity: "low",
1963
+ context_window: 272000,
1964
+ max_output_tokens: 128000,
1965
+ parallel_tool_calls: true
1966
+ }
1967
+ },
1968
+ {
1969
+ id: "gpt-5.6-terra-plus-pro-low",
1970
+ handle: "chatgpt-plus-pro/gpt-5.6-terra",
1971
+ label: "GPT-5.6 Terra (ChatGPT)",
1972
+ description: "GPT-5.6 Terra (low reasoning) via ChatGPT Plus/Pro",
1973
+ updateArgs: {
1974
+ reasoning_effort: "low",
1975
+ verbosity: "low",
1976
+ context_window: 272000,
1977
+ max_output_tokens: 128000,
1978
+ parallel_tool_calls: true
1979
+ }
1980
+ },
1981
+ {
1982
+ id: "gpt-5.6-terra-plus-pro-medium",
1983
+ handle: "chatgpt-plus-pro/gpt-5.6-terra",
1984
+ label: "GPT-5.6 Terra (ChatGPT)",
1985
+ description: "GPT-5.6 Terra (med reasoning) via ChatGPT Plus/Pro",
1986
+ updateArgs: {
1987
+ reasoning_effort: "medium",
1988
+ verbosity: "low",
1989
+ context_window: 272000,
1990
+ max_output_tokens: 128000,
1991
+ parallel_tool_calls: true
1992
+ }
1993
+ },
1994
+ {
1995
+ id: "gpt-5.6-terra-plus-pro-high",
1996
+ handle: "chatgpt-plus-pro/gpt-5.6-terra",
1997
+ label: "GPT-5.6 Terra (ChatGPT)",
1998
+ description: "GPT-5.6 Terra (high reasoning) via ChatGPT Plus/Pro",
1999
+ updateArgs: {
2000
+ reasoning_effort: "high",
2001
+ verbosity: "low",
2002
+ context_window: 272000,
2003
+ max_output_tokens: 128000,
2004
+ parallel_tool_calls: true
2005
+ },
2006
+ isFeatured: true
2007
+ },
2008
+ {
2009
+ id: "gpt-5.6-terra-plus-pro-xhigh",
2010
+ handle: "chatgpt-plus-pro/gpt-5.6-terra",
2011
+ label: "GPT-5.6 Terra (ChatGPT)",
2012
+ description: "GPT-5.6 Terra (extra-high reasoning) via ChatGPT Plus/Pro",
2013
+ updateArgs: {
2014
+ reasoning_effort: "xhigh",
2015
+ verbosity: "low",
2016
+ context_window: 272000,
2017
+ max_output_tokens: 128000,
2018
+ parallel_tool_calls: true
2019
+ }
2020
+ },
2021
+ {
2022
+ id: "gpt-5.6-terra-plus-pro-max",
2023
+ handle: "chatgpt-plus-pro/gpt-5.6-terra",
2024
+ label: "GPT-5.6 Terra (ChatGPT)",
2025
+ description: "GPT-5.6 Terra (max reasoning) via ChatGPT Plus/Pro",
2026
+ updateArgs: {
2027
+ reasoning_effort: "max",
2028
+ verbosity: "low",
2029
+ context_window: 272000,
2030
+ max_output_tokens: 128000,
2031
+ parallel_tool_calls: true
2032
+ }
2033
+ },
1639
2034
  {
1640
2035
  id: "fable",
1641
2036
  handle: "anthropic/claude-fable-5",
@@ -2498,7 +2893,6 @@ var models_default = {
2498
2893
  handle: "chatgpt-plus-pro/gpt-5.5",
2499
2894
  label: "GPT-5.5 (ChatGPT)",
2500
2895
  description: "OpenAI's most capable model (high reasoning) via ChatGPT Plus/Pro",
2501
- isFeatured: true,
2502
2896
  updateArgs: {
2503
2897
  reasoning_effort: "high",
2504
2898
  verbosity: "low",
@@ -2897,204 +3291,6 @@ var models_default = {
2897
3291
  parallel_tool_calls: true
2898
3292
  }
2899
3293
  },
2900
- {
2901
- id: "gpt-5.6-sol-none",
2902
- handle: "openai/gpt-5.6-sol",
2903
- label: "GPT-5.6 Sol",
2904
- description: "OpenAI's most capable GPT-5.6 model (no reasoning)",
2905
- updateArgs: {
2906
- reasoning_effort: "none",
2907
- verbosity: "medium",
2908
- context_window: 1050000,
2909
- max_output_tokens: 128000,
2910
- parallel_tool_calls: true
2911
- }
2912
- },
2913
- {
2914
- id: "gpt-5.6-sol-low",
2915
- handle: "openai/gpt-5.6-sol",
2916
- label: "GPT-5.6 Sol",
2917
- description: "OpenAI's most capable GPT-5.6 model (low reasoning)",
2918
- updateArgs: {
2919
- reasoning_effort: "low",
2920
- verbosity: "medium",
2921
- context_window: 1050000,
2922
- max_output_tokens: 128000,
2923
- parallel_tool_calls: true
2924
- }
2925
- },
2926
- {
2927
- id: "gpt-5.6-sol-medium",
2928
- handle: "openai/gpt-5.6-sol",
2929
- label: "GPT-5.6 Sol",
2930
- description: "OpenAI's most capable GPT-5.6 model (med reasoning)",
2931
- updateArgs: {
2932
- reasoning_effort: "medium",
2933
- verbosity: "medium",
2934
- context_window: 1050000,
2935
- max_output_tokens: 128000,
2936
- parallel_tool_calls: true
2937
- }
2938
- },
2939
- {
2940
- id: "gpt-5.6-sol",
2941
- handle: "openai/gpt-5.6-sol",
2942
- label: "GPT-5.6 Sol",
2943
- description: "OpenAI's most capable GPT-5.6 model (high reasoning)",
2944
- isFeatured: true,
2945
- updateArgs: {
2946
- reasoning_effort: "high",
2947
- verbosity: "medium",
2948
- context_window: 1050000,
2949
- max_output_tokens: 128000,
2950
- parallel_tool_calls: true
2951
- }
2952
- },
2953
- {
2954
- id: "gpt-5.6-sol-xhigh",
2955
- handle: "openai/gpt-5.6-sol",
2956
- label: "GPT-5.6 Sol",
2957
- description: "OpenAI's most capable GPT-5.6 model (max reasoning)",
2958
- updateArgs: {
2959
- reasoning_effort: "xhigh",
2960
- verbosity: "medium",
2961
- context_window: 1050000,
2962
- max_output_tokens: 128000,
2963
- parallel_tool_calls: true
2964
- }
2965
- },
2966
- {
2967
- id: "gpt-5.6-terra-none",
2968
- handle: "openai/gpt-5.6-terra",
2969
- label: "GPT-5.6 Terra",
2970
- description: "GPT-5.6 Terra (no reasoning)",
2971
- updateArgs: {
2972
- reasoning_effort: "none",
2973
- verbosity: "medium",
2974
- context_window: 1050000,
2975
- max_output_tokens: 128000,
2976
- parallel_tool_calls: true
2977
- }
2978
- },
2979
- {
2980
- id: "gpt-5.6-terra-low",
2981
- handle: "openai/gpt-5.6-terra",
2982
- label: "GPT-5.6 Terra",
2983
- description: "GPT-5.6 Terra (low reasoning)",
2984
- updateArgs: {
2985
- reasoning_effort: "low",
2986
- verbosity: "medium",
2987
- context_window: 1050000,
2988
- max_output_tokens: 128000,
2989
- parallel_tool_calls: true
2990
- }
2991
- },
2992
- {
2993
- id: "gpt-5.6-terra-medium",
2994
- handle: "openai/gpt-5.6-terra",
2995
- label: "GPT-5.6 Terra",
2996
- description: "GPT-5.6 Terra (med reasoning)",
2997
- updateArgs: {
2998
- reasoning_effort: "medium",
2999
- verbosity: "medium",
3000
- context_window: 1050000,
3001
- max_output_tokens: 128000,
3002
- parallel_tool_calls: true
3003
- }
3004
- },
3005
- {
3006
- id: "gpt-5.6-terra",
3007
- handle: "openai/gpt-5.6-terra",
3008
- label: "GPT-5.6 Terra",
3009
- description: "GPT-5.6 Terra (high reasoning)",
3010
- isFeatured: true,
3011
- updateArgs: {
3012
- reasoning_effort: "high",
3013
- verbosity: "medium",
3014
- context_window: 1050000,
3015
- max_output_tokens: 128000,
3016
- parallel_tool_calls: true
3017
- }
3018
- },
3019
- {
3020
- id: "gpt-5.6-terra-xhigh",
3021
- handle: "openai/gpt-5.6-terra",
3022
- label: "GPT-5.6 Terra",
3023
- description: "GPT-5.6 Terra (max reasoning)",
3024
- updateArgs: {
3025
- reasoning_effort: "xhigh",
3026
- verbosity: "medium",
3027
- context_window: 1050000,
3028
- max_output_tokens: 128000,
3029
- parallel_tool_calls: true
3030
- }
3031
- },
3032
- {
3033
- id: "gpt-5.6-luna-none",
3034
- handle: "openai/gpt-5.6-luna",
3035
- label: "GPT-5.6 Luna",
3036
- description: "GPT-5.6 Luna (no reasoning)",
3037
- updateArgs: {
3038
- reasoning_effort: "none",
3039
- verbosity: "medium",
3040
- context_window: 1050000,
3041
- max_output_tokens: 128000,
3042
- parallel_tool_calls: true
3043
- }
3044
- },
3045
- {
3046
- id: "gpt-5.6-luna-low",
3047
- handle: "openai/gpt-5.6-luna",
3048
- label: "GPT-5.6 Luna",
3049
- description: "GPT-5.6 Luna (low reasoning)",
3050
- updateArgs: {
3051
- reasoning_effort: "low",
3052
- verbosity: "medium",
3053
- context_window: 1050000,
3054
- max_output_tokens: 128000,
3055
- parallel_tool_calls: true
3056
- }
3057
- },
3058
- {
3059
- id: "gpt-5.6-luna-medium",
3060
- handle: "openai/gpt-5.6-luna",
3061
- label: "GPT-5.6 Luna",
3062
- description: "GPT-5.6 Luna (med reasoning)",
3063
- updateArgs: {
3064
- reasoning_effort: "medium",
3065
- verbosity: "medium",
3066
- context_window: 1050000,
3067
- max_output_tokens: 128000,
3068
- parallel_tool_calls: true
3069
- }
3070
- },
3071
- {
3072
- id: "gpt-5.6-luna",
3073
- handle: "openai/gpt-5.6-luna",
3074
- label: "GPT-5.6 Luna",
3075
- description: "GPT-5.6 Luna (high reasoning)",
3076
- isFeatured: true,
3077
- updateArgs: {
3078
- reasoning_effort: "high",
3079
- verbosity: "medium",
3080
- context_window: 1050000,
3081
- max_output_tokens: 128000,
3082
- parallel_tool_calls: true
3083
- }
3084
- },
3085
- {
3086
- id: "gpt-5.6-luna-xhigh",
3087
- handle: "openai/gpt-5.6-luna",
3088
- label: "GPT-5.6 Luna",
3089
- description: "GPT-5.6 Luna (max reasoning)",
3090
- updateArgs: {
3091
- reasoning_effort: "xhigh",
3092
- verbosity: "medium",
3093
- context_window: 1050000,
3094
- max_output_tokens: 128000,
3095
- parallel_tool_calls: true
3096
- }
3097
- },
3098
3294
  {
3099
3295
  id: "gpt-5.5-none",
3100
3296
  handle: "openai/gpt-5.5",
@@ -3139,7 +3335,6 @@ var models_default = {
3139
3335
  handle: "openai/gpt-5.5",
3140
3336
  label: "GPT-5.5",
3141
3337
  description: "OpenAI's most capable model (high reasoning)",
3142
- isFeatured: true,
3143
3338
  updateArgs: {
3144
3339
  reasoning_effort: "high",
3145
3340
  verbosity: "medium",
@@ -4045,4 +4240,4 @@ export {
4045
4240
  DEFAULT_CREATED_AGENT_BASE_TOOLS
4046
4241
  };
4047
4242
 
4048
- //# debugId=90772B5CB234A5B864756E2164756E21
4243
+ //# debugId=3C66B31E310260E064756E2164756E21