@elyracode/ai 0.9.12 → 0.9.14

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.
@@ -68,6 +68,31 @@ export declare const MODELS: {
68
68
  contextWindow: number;
69
69
  maxTokens: number;
70
70
  };
71
+ readonly "anthropic.claude-fable-5": {
72
+ id: string;
73
+ name: string;
74
+ api: "bedrock-converse-stream";
75
+ provider: string;
76
+ baseUrl: string;
77
+ reasoning: true;
78
+ thinkingType: "adaptive";
79
+ thinkingLevelMap: {
80
+ minimal: string;
81
+ low: string;
82
+ medium: string;
83
+ high: string;
84
+ xhigh: string;
85
+ };
86
+ input: ("image" | "text")[];
87
+ cost: {
88
+ input: number;
89
+ output: number;
90
+ cacheRead: number;
91
+ cacheWrite: number;
92
+ };
93
+ contextWindow: number;
94
+ maxTokens: number;
95
+ };
71
96
  readonly "anthropic.claude-haiku-4-5-20251001-v1:0": {
72
97
  id: string;
73
98
  name: string;
@@ -810,6 +835,24 @@ export declare const MODELS: {
810
835
  contextWindow: number;
811
836
  maxTokens: number;
812
837
  };
838
+ readonly "jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
839
+ id: string;
840
+ name: string;
841
+ api: "bedrock-converse-stream";
842
+ provider: string;
843
+ baseUrl: string;
844
+ reasoning: true;
845
+ thinkingType: "budget";
846
+ input: ("image" | "text")[];
847
+ cost: {
848
+ input: number;
849
+ output: number;
850
+ cacheRead: number;
851
+ cacheWrite: number;
852
+ };
853
+ contextWindow: number;
854
+ maxTokens: number;
855
+ };
813
856
  readonly "jp.anthropic.claude-opus-4-7": {
814
857
  id: string;
815
858
  name: string;
@@ -1917,109 +1960,6 @@ export declare const MODELS: {
1917
1960
  };
1918
1961
  };
1919
1962
  readonly anthropic: {
1920
- readonly "claude-3-5-sonnet-20240620": {
1921
- id: string;
1922
- name: string;
1923
- api: "anthropic-messages";
1924
- provider: string;
1925
- baseUrl: string;
1926
- reasoning: false;
1927
- input: ("image" | "text")[];
1928
- cost: {
1929
- input: number;
1930
- output: number;
1931
- cacheRead: number;
1932
- cacheWrite: number;
1933
- };
1934
- contextWindow: number;
1935
- maxTokens: number;
1936
- };
1937
- readonly "claude-3-5-sonnet-20241022": {
1938
- id: string;
1939
- name: string;
1940
- api: "anthropic-messages";
1941
- provider: string;
1942
- baseUrl: string;
1943
- reasoning: false;
1944
- input: ("image" | "text")[];
1945
- cost: {
1946
- input: number;
1947
- output: number;
1948
- cacheRead: number;
1949
- cacheWrite: number;
1950
- };
1951
- contextWindow: number;
1952
- maxTokens: number;
1953
- };
1954
- readonly "claude-3-7-sonnet-20250219": {
1955
- id: string;
1956
- name: string;
1957
- api: "anthropic-messages";
1958
- provider: string;
1959
- baseUrl: string;
1960
- reasoning: true;
1961
- thinkingType: "budget";
1962
- input: ("image" | "text")[];
1963
- cost: {
1964
- input: number;
1965
- output: number;
1966
- cacheRead: number;
1967
- cacheWrite: number;
1968
- };
1969
- contextWindow: number;
1970
- maxTokens: number;
1971
- };
1972
- readonly "claude-3-haiku-20240307": {
1973
- id: string;
1974
- name: string;
1975
- api: "anthropic-messages";
1976
- provider: string;
1977
- baseUrl: string;
1978
- reasoning: false;
1979
- input: ("image" | "text")[];
1980
- cost: {
1981
- input: number;
1982
- output: number;
1983
- cacheRead: number;
1984
- cacheWrite: number;
1985
- };
1986
- contextWindow: number;
1987
- maxTokens: number;
1988
- };
1989
- readonly "claude-3-opus-20240229": {
1990
- id: string;
1991
- name: string;
1992
- api: "anthropic-messages";
1993
- provider: string;
1994
- baseUrl: string;
1995
- reasoning: false;
1996
- input: ("image" | "text")[];
1997
- cost: {
1998
- input: number;
1999
- output: number;
2000
- cacheRead: number;
2001
- cacheWrite: number;
2002
- };
2003
- contextWindow: number;
2004
- maxTokens: number;
2005
- };
2006
- readonly "claude-3-sonnet-20240229": {
2007
- id: string;
2008
- name: string;
2009
- api: "anthropic-messages";
2010
- provider: string;
2011
- baseUrl: string;
2012
- reasoning: false;
2013
- input: ("image" | "text")[];
2014
- cost: {
2015
- input: number;
2016
- output: number;
2017
- cacheRead: number;
2018
- cacheWrite: number;
2019
- };
2020
- contextWindow: number;
2021
- maxTokens: number;
2022
- };
2023
1963
  readonly "claude-fable-5": {
2024
1964
  id: string;
2025
1965
  name: string;
@@ -2081,24 +2021,6 @@ export declare const MODELS: {
2081
2021
  contextWindow: number;
2082
2022
  maxTokens: number;
2083
2023
  };
2084
- readonly "claude-opus-4-0": {
2085
- id: string;
2086
- name: string;
2087
- api: "anthropic-messages";
2088
- provider: string;
2089
- baseUrl: string;
2090
- reasoning: true;
2091
- thinkingType: "budget";
2092
- input: ("image" | "text")[];
2093
- cost: {
2094
- input: number;
2095
- output: number;
2096
- cacheRead: number;
2097
- cacheWrite: number;
2098
- };
2099
- contextWindow: number;
2100
- maxTokens: number;
2101
- };
2102
2024
  readonly "claude-opus-4-1": {
2103
2025
  id: string;
2104
2026
  name: string;
@@ -2135,24 +2057,6 @@ export declare const MODELS: {
2135
2057
  contextWindow: number;
2136
2058
  maxTokens: number;
2137
2059
  };
2138
- readonly "claude-opus-4-20250514": {
2139
- id: string;
2140
- name: string;
2141
- api: "anthropic-messages";
2142
- provider: string;
2143
- baseUrl: string;
2144
- reasoning: true;
2145
- thinkingType: "budget";
2146
- input: ("image" | "text")[];
2147
- cost: {
2148
- input: number;
2149
- output: number;
2150
- cacheRead: number;
2151
- cacheWrite: number;
2152
- };
2153
- contextWindow: number;
2154
- maxTokens: number;
2155
- };
2156
2060
  readonly "claude-opus-4-5": {
2157
2061
  id: string;
2158
2062
  name: string;
@@ -2256,42 +2160,6 @@ export declare const MODELS: {
2256
2160
  contextWindow: number;
2257
2161
  maxTokens: number;
2258
2162
  };
2259
- readonly "claude-sonnet-4-0": {
2260
- id: string;
2261
- name: string;
2262
- api: "anthropic-messages";
2263
- provider: string;
2264
- baseUrl: string;
2265
- reasoning: true;
2266
- thinkingType: "budget";
2267
- input: ("image" | "text")[];
2268
- cost: {
2269
- input: number;
2270
- output: number;
2271
- cacheRead: number;
2272
- cacheWrite: number;
2273
- };
2274
- contextWindow: number;
2275
- maxTokens: number;
2276
- };
2277
- readonly "claude-sonnet-4-20250514": {
2278
- id: string;
2279
- name: string;
2280
- api: "anthropic-messages";
2281
- provider: string;
2282
- baseUrl: string;
2283
- reasoning: true;
2284
- thinkingType: "budget";
2285
- input: ("image" | "text")[];
2286
- cost: {
2287
- input: number;
2288
- output: number;
2289
- cacheRead: number;
2290
- cacheWrite: number;
2291
- };
2292
- contextWindow: number;
2293
- maxTokens: number;
2294
- };
2295
2163
  readonly "claude-sonnet-4-5": {
2296
2164
  id: string;
2297
2165
  name: string;
@@ -2961,13 +2829,16 @@ export declare const MODELS: {
2961
2829
  contextWindow: number;
2962
2830
  maxTokens: number;
2963
2831
  };
2964
- readonly o1: {
2832
+ readonly "gpt-5.6": {
2965
2833
  id: string;
2966
2834
  name: string;
2967
2835
  api: "azure-openai-responses";
2968
2836
  provider: string;
2969
2837
  baseUrl: string;
2970
2838
  reasoning: true;
2839
+ thinkingLevelMap: {
2840
+ off: null;
2841
+ };
2971
2842
  input: ("image" | "text")[];
2972
2843
  cost: {
2973
2844
  input: number;
@@ -2978,13 +2849,16 @@ export declare const MODELS: {
2978
2849
  contextWindow: number;
2979
2850
  maxTokens: number;
2980
2851
  };
2981
- readonly "o1-pro": {
2852
+ readonly "gpt-5.6-luna": {
2982
2853
  id: string;
2983
2854
  name: string;
2984
2855
  api: "azure-openai-responses";
2985
2856
  provider: string;
2986
2857
  baseUrl: string;
2987
2858
  reasoning: true;
2859
+ thinkingLevelMap: {
2860
+ off: null;
2861
+ };
2988
2862
  input: ("image" | "text")[];
2989
2863
  cost: {
2990
2864
  input: number;
@@ -2995,13 +2869,16 @@ export declare const MODELS: {
2995
2869
  contextWindow: number;
2996
2870
  maxTokens: number;
2997
2871
  };
2998
- readonly o3: {
2872
+ readonly "gpt-5.6-sol": {
2999
2873
  id: string;
3000
2874
  name: string;
3001
2875
  api: "azure-openai-responses";
3002
2876
  provider: string;
3003
2877
  baseUrl: string;
3004
2878
  reasoning: true;
2879
+ thinkingLevelMap: {
2880
+ off: null;
2881
+ };
3005
2882
  input: ("image" | "text")[];
3006
2883
  cost: {
3007
2884
  input: number;
@@ -3012,13 +2889,16 @@ export declare const MODELS: {
3012
2889
  contextWindow: number;
3013
2890
  maxTokens: number;
3014
2891
  };
3015
- readonly "o3-deep-research": {
2892
+ readonly "gpt-5.6-terra": {
3016
2893
  id: string;
3017
2894
  name: string;
3018
2895
  api: "azure-openai-responses";
3019
2896
  provider: string;
3020
2897
  baseUrl: string;
3021
2898
  reasoning: true;
2899
+ thinkingLevelMap: {
2900
+ off: null;
2901
+ };
3022
2902
  input: ("image" | "text")[];
3023
2903
  cost: {
3024
2904
  input: number;
@@ -3029,14 +2909,14 @@ export declare const MODELS: {
3029
2909
  contextWindow: number;
3030
2910
  maxTokens: number;
3031
2911
  };
3032
- readonly "o3-mini": {
2912
+ readonly o1: {
3033
2913
  id: string;
3034
2914
  name: string;
3035
2915
  api: "azure-openai-responses";
3036
2916
  provider: string;
3037
2917
  baseUrl: string;
3038
2918
  reasoning: true;
3039
- input: "text"[];
2919
+ input: ("image" | "text")[];
3040
2920
  cost: {
3041
2921
  input: number;
3042
2922
  output: number;
@@ -3046,7 +2926,7 @@ export declare const MODELS: {
3046
2926
  contextWindow: number;
3047
2927
  maxTokens: number;
3048
2928
  };
3049
- readonly "o3-pro": {
2929
+ readonly "o1-pro": {
3050
2930
  id: string;
3051
2931
  name: string;
3052
2932
  api: "azure-openai-responses";
@@ -3063,7 +2943,7 @@ export declare const MODELS: {
3063
2943
  contextWindow: number;
3064
2944
  maxTokens: number;
3065
2945
  };
3066
- readonly "o4-mini": {
2946
+ readonly o3: {
3067
2947
  id: string;
3068
2948
  name: string;
3069
2949
  api: "azure-openai-responses";
@@ -3080,7 +2960,7 @@ export declare const MODELS: {
3080
2960
  contextWindow: number;
3081
2961
  maxTokens: number;
3082
2962
  };
3083
- readonly "o4-mini-deep-research": {
2963
+ readonly "o3-deep-research": {
3084
2964
  id: string;
3085
2965
  name: string;
3086
2966
  api: "azure-openai-responses";
@@ -3097,12 +2977,10 @@ export declare const MODELS: {
3097
2977
  contextWindow: number;
3098
2978
  maxTokens: number;
3099
2979
  };
3100
- };
3101
- readonly cerebras: {
3102
- readonly "gpt-oss-120b": {
2980
+ readonly "o3-mini": {
3103
2981
  id: string;
3104
2982
  name: string;
3105
- api: "openai-completions";
2983
+ api: "azure-openai-responses";
3106
2984
  provider: string;
3107
2985
  baseUrl: string;
3108
2986
  reasoning: true;
@@ -3116,14 +2994,14 @@ export declare const MODELS: {
3116
2994
  contextWindow: number;
3117
2995
  maxTokens: number;
3118
2996
  };
3119
- readonly "zai-glm-4.7": {
2997
+ readonly "o3-pro": {
3120
2998
  id: string;
3121
2999
  name: string;
3122
- api: "openai-completions";
3000
+ api: "azure-openai-responses";
3123
3001
  provider: string;
3124
3002
  baseUrl: string;
3125
3003
  reasoning: true;
3126
- input: "text"[];
3004
+ input: ("image" | "text")[];
3127
3005
  cost: {
3128
3006
  input: number;
3129
3007
  output: number;
@@ -3133,15 +3011,13 @@ export declare const MODELS: {
3133
3011
  contextWindow: number;
3134
3012
  maxTokens: number;
3135
3013
  };
3136
- };
3137
- readonly "cloudflare-ai-gateway": {
3138
- readonly "claude-3-haiku": {
3014
+ readonly "o4-mini": {
3139
3015
  id: string;
3140
3016
  name: string;
3141
- api: "anthropic-messages";
3017
+ api: "azure-openai-responses";
3142
3018
  provider: string;
3143
3019
  baseUrl: string;
3144
- reasoning: false;
3020
+ reasoning: true;
3145
3021
  input: ("image" | "text")[];
3146
3022
  cost: {
3147
3023
  input: number;
@@ -3152,10 +3028,99 @@ export declare const MODELS: {
3152
3028
  contextWindow: number;
3153
3029
  maxTokens: number;
3154
3030
  };
3155
- readonly "claude-3-opus": {
3031
+ readonly "o4-mini-deep-research": {
3156
3032
  id: string;
3157
3033
  name: string;
3158
- api: "anthropic-messages";
3034
+ api: "azure-openai-responses";
3035
+ provider: string;
3036
+ baseUrl: string;
3037
+ reasoning: true;
3038
+ input: ("image" | "text")[];
3039
+ cost: {
3040
+ input: number;
3041
+ output: number;
3042
+ cacheRead: number;
3043
+ cacheWrite: number;
3044
+ };
3045
+ contextWindow: number;
3046
+ maxTokens: number;
3047
+ };
3048
+ };
3049
+ readonly cerebras: {
3050
+ readonly "gemma-4-31b": {
3051
+ id: string;
3052
+ name: string;
3053
+ api: "openai-completions";
3054
+ provider: string;
3055
+ baseUrl: string;
3056
+ reasoning: true;
3057
+ input: ("image" | "text")[];
3058
+ cost: {
3059
+ input: number;
3060
+ output: number;
3061
+ cacheRead: number;
3062
+ cacheWrite: number;
3063
+ };
3064
+ contextWindow: number;
3065
+ maxTokens: number;
3066
+ };
3067
+ readonly "gpt-oss-120b": {
3068
+ id: string;
3069
+ name: string;
3070
+ api: "openai-completions";
3071
+ provider: string;
3072
+ baseUrl: string;
3073
+ reasoning: true;
3074
+ input: "text"[];
3075
+ cost: {
3076
+ input: number;
3077
+ output: number;
3078
+ cacheRead: number;
3079
+ cacheWrite: number;
3080
+ };
3081
+ contextWindow: number;
3082
+ maxTokens: number;
3083
+ };
3084
+ readonly "zai-glm-4.7": {
3085
+ id: string;
3086
+ name: string;
3087
+ api: "openai-completions";
3088
+ provider: string;
3089
+ baseUrl: string;
3090
+ reasoning: true;
3091
+ input: "text"[];
3092
+ cost: {
3093
+ input: number;
3094
+ output: number;
3095
+ cacheRead: number;
3096
+ cacheWrite: number;
3097
+ };
3098
+ contextWindow: number;
3099
+ maxTokens: number;
3100
+ };
3101
+ };
3102
+ readonly "cloudflare-ai-gateway": {
3103
+ readonly "claude-3-haiku": {
3104
+ id: string;
3105
+ name: string;
3106
+ api: "anthropic-messages";
3107
+ provider: string;
3108
+ baseUrl: string;
3109
+ reasoning: false;
3110
+ input: ("image" | "text")[];
3111
+ cost: {
3112
+ input: number;
3113
+ output: number;
3114
+ cacheRead: number;
3115
+ cacheWrite: number;
3116
+ };
3117
+ contextWindow: number;
3118
+ maxTokens: number;
3119
+ };
3120
+ readonly "claude-3-opus": {
3121
+ id: string;
3122
+ name: string;
3123
+ api: "anthropic-messages";
3159
3124
  provider: string;
3160
3125
  baseUrl: string;
3161
3126
  reasoning: false;
@@ -3410,6 +3375,23 @@ export declare const MODELS: {
3410
3375
  contextWindow: number;
3411
3376
  maxTokens: number;
3412
3377
  };
3378
+ readonly "claude-sonnet-5": {
3379
+ id: string;
3380
+ name: string;
3381
+ api: "anthropic-messages";
3382
+ provider: string;
3383
+ baseUrl: string;
3384
+ reasoning: true;
3385
+ input: ("image" | "text")[];
3386
+ cost: {
3387
+ input: number;
3388
+ output: number;
3389
+ cacheRead: number;
3390
+ cacheWrite: number;
3391
+ };
3392
+ contextWindow: number;
3393
+ maxTokens: number;
3394
+ };
3413
3395
  readonly "gpt-4": {
3414
3396
  id: string;
3415
3397
  name: string;
@@ -4608,6 +4590,34 @@ export declare const MODELS: {
4608
4590
  contextWindow: number;
4609
4591
  maxTokens: number;
4610
4592
  };
4593
+ readonly "claude-sonnet-5": {
4594
+ id: string;
4595
+ name: string;
4596
+ api: "openai-completions";
4597
+ provider: string;
4598
+ baseUrl: string;
4599
+ headers: {
4600
+ "User-Agent": string;
4601
+ "Editor-Version": string;
4602
+ "Editor-Plugin-Version": string;
4603
+ "Copilot-Integration-Id": string;
4604
+ };
4605
+ compat: {
4606
+ supportsStore: false;
4607
+ supportsDeveloperRole: false;
4608
+ supportsReasoningEffort: false;
4609
+ };
4610
+ reasoning: true;
4611
+ input: ("image" | "text")[];
4612
+ cost: {
4613
+ input: number;
4614
+ output: number;
4615
+ cacheRead: number;
4616
+ cacheWrite: number;
4617
+ };
4618
+ contextWindow: number;
4619
+ maxTokens: number;
4620
+ };
4611
4621
  readonly "gemini-2.5-pro": {
4612
4622
  id: string;
4613
4623
  name: string;
@@ -4963,6 +4973,62 @@ export declare const MODELS: {
4963
4973
  contextWindow: number;
4964
4974
  maxTokens: number;
4965
4975
  };
4976
+ readonly "kimi-k2.7-code": {
4977
+ id: string;
4978
+ name: string;
4979
+ api: "openai-completions";
4980
+ provider: string;
4981
+ baseUrl: string;
4982
+ headers: {
4983
+ "User-Agent": string;
4984
+ "Editor-Version": string;
4985
+ "Editor-Plugin-Version": string;
4986
+ "Copilot-Integration-Id": string;
4987
+ };
4988
+ compat: {
4989
+ supportsStore: false;
4990
+ supportsDeveloperRole: false;
4991
+ supportsReasoningEffort: false;
4992
+ };
4993
+ reasoning: true;
4994
+ input: ("image" | "text")[];
4995
+ cost: {
4996
+ input: number;
4997
+ output: number;
4998
+ cacheRead: number;
4999
+ cacheWrite: number;
5000
+ };
5001
+ contextWindow: number;
5002
+ maxTokens: number;
5003
+ };
5004
+ readonly "mai-code-1-flash-picker": {
5005
+ id: string;
5006
+ name: string;
5007
+ api: "openai-completions";
5008
+ provider: string;
5009
+ baseUrl: string;
5010
+ headers: {
5011
+ "User-Agent": string;
5012
+ "Editor-Version": string;
5013
+ "Editor-Plugin-Version": string;
5014
+ "Copilot-Integration-Id": string;
5015
+ };
5016
+ compat: {
5017
+ supportsStore: false;
5018
+ supportsDeveloperRole: false;
5019
+ supportsReasoningEffort: false;
5020
+ };
5021
+ reasoning: true;
5022
+ input: "text"[];
5023
+ cost: {
5024
+ input: number;
5025
+ output: number;
5026
+ cacheRead: number;
5027
+ cacheWrite: number;
5028
+ };
5029
+ contextWindow: number;
5030
+ maxTokens: number;
5031
+ };
4966
5032
  };
4967
5033
  readonly google: {
4968
5034
  readonly "gemini-2.0-flash": {
@@ -6380,6 +6446,26 @@ export declare const MODELS: {
6380
6446
  contextWindow: number;
6381
6447
  maxTokens: number;
6382
6448
  };
6449
+ readonly "openai/gpt-oss-20b": {
6450
+ id: string;
6451
+ name: string;
6452
+ api: "openai-completions";
6453
+ provider: string;
6454
+ baseUrl: string;
6455
+ compat: {
6456
+ supportsDeveloperRole: false;
6457
+ };
6458
+ reasoning: true;
6459
+ input: "text"[];
6460
+ cost: {
6461
+ input: number;
6462
+ output: number;
6463
+ cacheRead: number;
6464
+ cacheWrite: number;
6465
+ };
6466
+ contextWindow: number;
6467
+ maxTokens: number;
6468
+ };
6383
6469
  readonly "stepfun-ai/Step-3.5-Flash": {
6384
6470
  id: string;
6385
6471
  name: string;
@@ -7099,7 +7185,7 @@ export declare const MODELS: {
7099
7185
  api: "mistral-conversations";
7100
7186
  provider: string;
7101
7187
  baseUrl: string;
7102
- reasoning: false;
7188
+ reasoning: true;
7103
7189
  input: ("image" | "text")[];
7104
7190
  cost: {
7105
7191
  input: number;
@@ -8313,13 +8399,16 @@ export declare const MODELS: {
8313
8399
  contextWindow: number;
8314
8400
  maxTokens: number;
8315
8401
  };
8316
- readonly o1: {
8402
+ readonly "gpt-5.6": {
8317
8403
  id: string;
8318
8404
  name: string;
8319
8405
  api: "openai-responses";
8320
8406
  provider: string;
8321
8407
  baseUrl: string;
8322
8408
  reasoning: true;
8409
+ thinkingLevelMap: {
8410
+ off: null;
8411
+ };
8323
8412
  input: ("image" | "text")[];
8324
8413
  cost: {
8325
8414
  input: number;
@@ -8330,13 +8419,16 @@ export declare const MODELS: {
8330
8419
  contextWindow: number;
8331
8420
  maxTokens: number;
8332
8421
  };
8333
- readonly "o1-pro": {
8422
+ readonly "gpt-5.6-luna": {
8334
8423
  id: string;
8335
8424
  name: string;
8336
8425
  api: "openai-responses";
8337
8426
  provider: string;
8338
8427
  baseUrl: string;
8339
8428
  reasoning: true;
8429
+ thinkingLevelMap: {
8430
+ off: null;
8431
+ };
8340
8432
  input: ("image" | "text")[];
8341
8433
  cost: {
8342
8434
  input: number;
@@ -8347,13 +8439,16 @@ export declare const MODELS: {
8347
8439
  contextWindow: number;
8348
8440
  maxTokens: number;
8349
8441
  };
8350
- readonly o3: {
8442
+ readonly "gpt-5.6-sol": {
8351
8443
  id: string;
8352
8444
  name: string;
8353
8445
  api: "openai-responses";
8354
8446
  provider: string;
8355
8447
  baseUrl: string;
8356
8448
  reasoning: true;
8449
+ thinkingLevelMap: {
8450
+ off: null;
8451
+ };
8357
8452
  input: ("image" | "text")[];
8358
8453
  cost: {
8359
8454
  input: number;
@@ -8364,13 +8459,16 @@ export declare const MODELS: {
8364
8459
  contextWindow: number;
8365
8460
  maxTokens: number;
8366
8461
  };
8367
- readonly "o3-deep-research": {
8462
+ readonly "gpt-5.6-terra": {
8368
8463
  id: string;
8369
8464
  name: string;
8370
8465
  api: "openai-responses";
8371
8466
  provider: string;
8372
8467
  baseUrl: string;
8373
8468
  reasoning: true;
8469
+ thinkingLevelMap: {
8470
+ off: null;
8471
+ };
8374
8472
  input: ("image" | "text")[];
8375
8473
  cost: {
8376
8474
  input: number;
@@ -8381,14 +8479,14 @@ export declare const MODELS: {
8381
8479
  contextWindow: number;
8382
8480
  maxTokens: number;
8383
8481
  };
8384
- readonly "o3-mini": {
8482
+ readonly o1: {
8385
8483
  id: string;
8386
8484
  name: string;
8387
8485
  api: "openai-responses";
8388
8486
  provider: string;
8389
8487
  baseUrl: string;
8390
8488
  reasoning: true;
8391
- input: "text"[];
8489
+ input: ("image" | "text")[];
8392
8490
  cost: {
8393
8491
  input: number;
8394
8492
  output: number;
@@ -8398,7 +8496,7 @@ export declare const MODELS: {
8398
8496
  contextWindow: number;
8399
8497
  maxTokens: number;
8400
8498
  };
8401
- readonly "o3-pro": {
8499
+ readonly "o1-pro": {
8402
8500
  id: string;
8403
8501
  name: string;
8404
8502
  api: "openai-responses";
@@ -8415,7 +8513,7 @@ export declare const MODELS: {
8415
8513
  contextWindow: number;
8416
8514
  maxTokens: number;
8417
8515
  };
8418
- readonly "o4-mini": {
8516
+ readonly o3: {
8419
8517
  id: string;
8420
8518
  name: string;
8421
8519
  api: "openai-responses";
@@ -8432,7 +8530,7 @@ export declare const MODELS: {
8432
8530
  contextWindow: number;
8433
8531
  maxTokens: number;
8434
8532
  };
8435
- readonly "o4-mini-deep-research": {
8533
+ readonly "o3-deep-research": {
8436
8534
  id: string;
8437
8535
  name: string;
8438
8536
  api: "openai-responses";
@@ -8449,16 +8547,14 @@ export declare const MODELS: {
8449
8547
  contextWindow: number;
8450
8548
  maxTokens: number;
8451
8549
  };
8452
- };
8453
- readonly "openai-codex": {
8454
- readonly "gpt-5.1": {
8550
+ readonly "o3-mini": {
8455
8551
  id: string;
8456
8552
  name: string;
8457
- api: "openai-codex-responses";
8553
+ api: "openai-responses";
8458
8554
  provider: string;
8459
8555
  baseUrl: string;
8460
8556
  reasoning: true;
8461
- input: ("image" | "text")[];
8557
+ input: "text"[];
8462
8558
  cost: {
8463
8559
  input: number;
8464
8560
  output: number;
@@ -8468,10 +8564,10 @@ export declare const MODELS: {
8468
8564
  contextWindow: number;
8469
8565
  maxTokens: number;
8470
8566
  };
8471
- readonly "gpt-5.1-codex-max": {
8567
+ readonly "o3-pro": {
8472
8568
  id: string;
8473
8569
  name: string;
8474
- api: "openai-codex-responses";
8570
+ api: "openai-responses";
8475
8571
  provider: string;
8476
8572
  baseUrl: string;
8477
8573
  reasoning: true;
@@ -8485,17 +8581,87 @@ export declare const MODELS: {
8485
8581
  contextWindow: number;
8486
8582
  maxTokens: number;
8487
8583
  };
8488
- readonly "gpt-5.1-codex-mini": {
8584
+ readonly "o4-mini": {
8489
8585
  id: string;
8490
8586
  name: string;
8491
- api: "openai-codex-responses";
8587
+ api: "openai-responses";
8492
8588
  provider: string;
8493
8589
  baseUrl: string;
8494
8590
  reasoning: true;
8495
- thinkingLevelMap: {
8496
- minimal: string;
8497
- low: string;
8498
- medium: string;
8591
+ input: ("image" | "text")[];
8592
+ cost: {
8593
+ input: number;
8594
+ output: number;
8595
+ cacheRead: number;
8596
+ cacheWrite: number;
8597
+ };
8598
+ contextWindow: number;
8599
+ maxTokens: number;
8600
+ };
8601
+ readonly "o4-mini-deep-research": {
8602
+ id: string;
8603
+ name: string;
8604
+ api: "openai-responses";
8605
+ provider: string;
8606
+ baseUrl: string;
8607
+ reasoning: true;
8608
+ input: ("image" | "text")[];
8609
+ cost: {
8610
+ input: number;
8611
+ output: number;
8612
+ cacheRead: number;
8613
+ cacheWrite: number;
8614
+ };
8615
+ contextWindow: number;
8616
+ maxTokens: number;
8617
+ };
8618
+ };
8619
+ readonly "openai-codex": {
8620
+ readonly "gpt-5.1": {
8621
+ id: string;
8622
+ name: string;
8623
+ api: "openai-codex-responses";
8624
+ provider: string;
8625
+ baseUrl: string;
8626
+ reasoning: true;
8627
+ input: ("image" | "text")[];
8628
+ cost: {
8629
+ input: number;
8630
+ output: number;
8631
+ cacheRead: number;
8632
+ cacheWrite: number;
8633
+ };
8634
+ contextWindow: number;
8635
+ maxTokens: number;
8636
+ };
8637
+ readonly "gpt-5.1-codex-max": {
8638
+ id: string;
8639
+ name: string;
8640
+ api: "openai-codex-responses";
8641
+ provider: string;
8642
+ baseUrl: string;
8643
+ reasoning: true;
8644
+ input: ("image" | "text")[];
8645
+ cost: {
8646
+ input: number;
8647
+ output: number;
8648
+ cacheRead: number;
8649
+ cacheWrite: number;
8650
+ };
8651
+ contextWindow: number;
8652
+ maxTokens: number;
8653
+ };
8654
+ readonly "gpt-5.1-codex-mini": {
8655
+ id: string;
8656
+ name: string;
8657
+ api: "openai-codex-responses";
8658
+ provider: string;
8659
+ baseUrl: string;
8660
+ reasoning: true;
8661
+ thinkingLevelMap: {
8662
+ minimal: string;
8663
+ low: string;
8664
+ medium: string;
8499
8665
  high: string;
8500
8666
  };
8501
8667
  input: ("image" | "text")[];
@@ -8674,6 +8840,30 @@ export declare const MODELS: {
8674
8840
  contextWindow: number;
8675
8841
  maxTokens: number;
8676
8842
  };
8843
+ readonly "claude-fable-5": {
8844
+ id: string;
8845
+ name: string;
8846
+ api: "anthropic-messages";
8847
+ provider: string;
8848
+ baseUrl: string;
8849
+ reasoning: true;
8850
+ thinkingLevelMap: {
8851
+ minimal: string;
8852
+ low: string;
8853
+ medium: string;
8854
+ high: string;
8855
+ xhigh: string;
8856
+ };
8857
+ input: ("image" | "text")[];
8858
+ cost: {
8859
+ input: number;
8860
+ output: number;
8861
+ cacheRead: number;
8862
+ cacheWrite: number;
8863
+ };
8864
+ contextWindow: number;
8865
+ maxTokens: number;
8866
+ };
8677
8867
  readonly "claude-haiku-4-5": {
8678
8868
  id: string;
8679
8869
  name: string;
@@ -8840,6 +9030,23 @@ export declare const MODELS: {
8840
9030
  contextWindow: number;
8841
9031
  maxTokens: number;
8842
9032
  };
9033
+ readonly "claude-sonnet-5": {
9034
+ id: string;
9035
+ name: string;
9036
+ api: "anthropic-messages";
9037
+ provider: string;
9038
+ baseUrl: string;
9039
+ reasoning: true;
9040
+ input: ("image" | "text")[];
9041
+ cost: {
9042
+ input: number;
9043
+ output: number;
9044
+ cacheRead: number;
9045
+ cacheWrite: number;
9046
+ };
9047
+ contextWindow: number;
9048
+ maxTokens: number;
9049
+ };
8843
9050
  readonly "deepseek-v4-flash": {
8844
9051
  id: string;
8845
9052
  name: string;
@@ -9368,6 +9575,23 @@ export declare const MODELS: {
9368
9575
  contextWindow: number;
9369
9576
  maxTokens: number;
9370
9577
  };
9578
+ readonly "grok-4.5": {
9579
+ id: string;
9580
+ name: string;
9581
+ api: "openai-completions";
9582
+ provider: string;
9583
+ baseUrl: string;
9584
+ reasoning: true;
9585
+ input: ("image" | "text")[];
9586
+ cost: {
9587
+ input: number;
9588
+ output: number;
9589
+ cacheRead: number;
9590
+ cacheWrite: number;
9591
+ };
9592
+ contextWindow: number;
9593
+ maxTokens: number;
9594
+ };
9371
9595
  readonly "grok-build-0.1": {
9372
9596
  id: string;
9373
9597
  name: string;
@@ -9385,6 +9609,23 @@ export declare const MODELS: {
9385
9609
  contextWindow: number;
9386
9610
  maxTokens: number;
9387
9611
  };
9612
+ readonly "hy3-free": {
9613
+ id: string;
9614
+ name: string;
9615
+ api: "openai-completions";
9616
+ provider: string;
9617
+ baseUrl: string;
9618
+ reasoning: true;
9619
+ input: "text"[];
9620
+ cost: {
9621
+ input: number;
9622
+ output: number;
9623
+ cacheRead: number;
9624
+ cacheWrite: number;
9625
+ };
9626
+ contextWindow: number;
9627
+ maxTokens: number;
9628
+ };
9388
9629
  readonly "kimi-k2.5": {
9389
9630
  id: string;
9390
9631
  name: string;
@@ -9419,6 +9660,23 @@ export declare const MODELS: {
9419
9660
  contextWindow: number;
9420
9661
  maxTokens: number;
9421
9662
  };
9663
+ readonly "kimi-k2.7-code": {
9664
+ id: string;
9665
+ name: string;
9666
+ api: "openai-completions";
9667
+ provider: string;
9668
+ baseUrl: string;
9669
+ reasoning: true;
9670
+ input: ("image" | "text")[];
9671
+ cost: {
9672
+ input: number;
9673
+ output: number;
9674
+ cacheRead: number;
9675
+ cacheWrite: number;
9676
+ };
9677
+ contextWindow: number;
9678
+ maxTokens: number;
9679
+ };
9422
9680
  readonly "mimo-v2.5-free": {
9423
9681
  id: string;
9424
9682
  name: string;
@@ -9470,6 +9728,23 @@ export declare const MODELS: {
9470
9728
  contextWindow: number;
9471
9729
  maxTokens: number;
9472
9730
  };
9731
+ readonly "minimax-m3": {
9732
+ id: string;
9733
+ name: string;
9734
+ api: "openai-completions";
9735
+ provider: string;
9736
+ baseUrl: string;
9737
+ reasoning: true;
9738
+ input: ("image" | "text")[];
9739
+ cost: {
9740
+ input: number;
9741
+ output: number;
9742
+ cacheRead: number;
9743
+ cacheWrite: number;
9744
+ };
9745
+ contextWindow: number;
9746
+ maxTokens: number;
9747
+ };
9473
9748
  readonly "nemotron-3-ultra-free": {
9474
9749
  id: string;
9475
9750
  name: string;
@@ -9805,6 +10080,57 @@ export declare const MODELS: {
9805
10080
  contextWindow: number;
9806
10081
  maxTokens: number;
9807
10082
  };
10083
+ readonly "aion-labs/aion-2.0": {
10084
+ id: string;
10085
+ name: string;
10086
+ api: "openai-completions";
10087
+ provider: string;
10088
+ baseUrl: string;
10089
+ reasoning: true;
10090
+ input: "text"[];
10091
+ cost: {
10092
+ input: number;
10093
+ output: number;
10094
+ cacheRead: number;
10095
+ cacheWrite: number;
10096
+ };
10097
+ contextWindow: number;
10098
+ maxTokens: number;
10099
+ };
10100
+ readonly "aion-labs/aion-3.0": {
10101
+ id: string;
10102
+ name: string;
10103
+ api: "openai-completions";
10104
+ provider: string;
10105
+ baseUrl: string;
10106
+ reasoning: true;
10107
+ input: "text"[];
10108
+ cost: {
10109
+ input: number;
10110
+ output: number;
10111
+ cacheRead: number;
10112
+ cacheWrite: number;
10113
+ };
10114
+ contextWindow: number;
10115
+ maxTokens: number;
10116
+ };
10117
+ readonly "aion-labs/aion-3.0-mini": {
10118
+ id: string;
10119
+ name: string;
10120
+ api: "openai-completions";
10121
+ provider: string;
10122
+ baseUrl: string;
10123
+ reasoning: true;
10124
+ input: "text"[];
10125
+ cost: {
10126
+ input: number;
10127
+ output: number;
10128
+ cacheRead: number;
10129
+ cacheWrite: number;
10130
+ };
10131
+ contextWindow: number;
10132
+ maxTokens: number;
10133
+ };
9808
10134
  readonly "amazon/nova-2-lite-v1": {
9809
10135
  id: string;
9810
10136
  name: string;
@@ -10588,23 +10914,6 @@ export declare const MODELS: {
10588
10914
  contextWindow: number;
10589
10915
  maxTokens: number;
10590
10916
  };
10591
- readonly "google/gemini-2.5-flash-lite-preview-09-2025": {
10592
- id: string;
10593
- name: string;
10594
- api: "openai-completions";
10595
- provider: string;
10596
- baseUrl: string;
10597
- reasoning: true;
10598
- input: ("image" | "text")[];
10599
- cost: {
10600
- input: number;
10601
- output: number;
10602
- cacheRead: number;
10603
- cacheWrite: number;
10604
- };
10605
- contextWindow: number;
10606
- maxTokens: number;
10607
- };
10608
10917
  readonly "google/gemini-2.5-pro": {
10609
10918
  id: string;
10610
10919
  name: string;
@@ -11591,6 +11900,40 @@ export declare const MODELS: {
11591
11900
  contextWindow: number;
11592
11901
  maxTokens: number;
11593
11902
  };
11903
+ readonly "nex-agi/nex-n2-mini": {
11904
+ id: string;
11905
+ name: string;
11906
+ api: "openai-completions";
11907
+ provider: string;
11908
+ baseUrl: string;
11909
+ reasoning: true;
11910
+ input: ("image" | "text")[];
11911
+ cost: {
11912
+ input: number;
11913
+ output: number;
11914
+ cacheRead: number;
11915
+ cacheWrite: number;
11916
+ };
11917
+ contextWindow: number;
11918
+ maxTokens: number;
11919
+ };
11920
+ readonly "nex-agi/nex-n2-pro": {
11921
+ id: string;
11922
+ name: string;
11923
+ api: "openai-completions";
11924
+ provider: string;
11925
+ baseUrl: string;
11926
+ reasoning: true;
11927
+ input: ("image" | "text")[];
11928
+ cost: {
11929
+ input: number;
11930
+ output: number;
11931
+ cacheRead: number;
11932
+ cacheWrite: number;
11933
+ };
11934
+ contextWindow: number;
11935
+ maxTokens: number;
11936
+ };
11594
11937
  readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
11595
11938
  id: string;
11596
11939
  name: string;
@@ -11999,13 +12342,121 @@ export declare const MODELS: {
11999
12342
  contextWindow: number;
12000
12343
  maxTokens: number;
12001
12344
  };
12002
- readonly "openai/gpt-5.1": {
12345
+ readonly "openai/gpt-5.1": {
12346
+ id: string;
12347
+ name: string;
12348
+ api: "openai-completions";
12349
+ provider: string;
12350
+ baseUrl: string;
12351
+ reasoning: true;
12352
+ input: ("image" | "text")[];
12353
+ cost: {
12354
+ input: number;
12355
+ output: number;
12356
+ cacheRead: number;
12357
+ cacheWrite: number;
12358
+ };
12359
+ contextWindow: number;
12360
+ maxTokens: number;
12361
+ };
12362
+ readonly "openai/gpt-5.1-chat": {
12363
+ id: string;
12364
+ name: string;
12365
+ api: "openai-completions";
12366
+ provider: string;
12367
+ baseUrl: string;
12368
+ reasoning: false;
12369
+ input: ("image" | "text")[];
12370
+ cost: {
12371
+ input: number;
12372
+ output: number;
12373
+ cacheRead: number;
12374
+ cacheWrite: number;
12375
+ };
12376
+ contextWindow: number;
12377
+ maxTokens: number;
12378
+ };
12379
+ readonly "openai/gpt-5.1-codex": {
12380
+ id: string;
12381
+ name: string;
12382
+ api: "openai-completions";
12383
+ provider: string;
12384
+ baseUrl: string;
12385
+ reasoning: true;
12386
+ input: ("image" | "text")[];
12387
+ cost: {
12388
+ input: number;
12389
+ output: number;
12390
+ cacheRead: number;
12391
+ cacheWrite: number;
12392
+ };
12393
+ contextWindow: number;
12394
+ maxTokens: number;
12395
+ };
12396
+ readonly "openai/gpt-5.1-codex-max": {
12397
+ id: string;
12398
+ name: string;
12399
+ api: "openai-completions";
12400
+ provider: string;
12401
+ baseUrl: string;
12402
+ reasoning: true;
12403
+ input: ("image" | "text")[];
12404
+ cost: {
12405
+ input: number;
12406
+ output: number;
12407
+ cacheRead: number;
12408
+ cacheWrite: number;
12409
+ };
12410
+ contextWindow: number;
12411
+ maxTokens: number;
12412
+ };
12413
+ readonly "openai/gpt-5.1-codex-mini": {
12414
+ id: string;
12415
+ name: string;
12416
+ api: "openai-completions";
12417
+ provider: string;
12418
+ baseUrl: string;
12419
+ reasoning: true;
12420
+ input: ("image" | "text")[];
12421
+ cost: {
12422
+ input: number;
12423
+ output: number;
12424
+ cacheRead: number;
12425
+ cacheWrite: number;
12426
+ };
12427
+ contextWindow: number;
12428
+ maxTokens: number;
12429
+ };
12430
+ readonly "openai/gpt-5.2": {
12431
+ id: string;
12432
+ name: string;
12433
+ api: "openai-completions";
12434
+ provider: string;
12435
+ baseUrl: string;
12436
+ reasoning: true;
12437
+ thinkingLevelMap: {
12438
+ xhigh: string;
12439
+ };
12440
+ input: ("image" | "text")[];
12441
+ cost: {
12442
+ input: number;
12443
+ output: number;
12444
+ cacheRead: number;
12445
+ cacheWrite: number;
12446
+ };
12447
+ contextWindow: number;
12448
+ maxTokens: number;
12449
+ };
12450
+ readonly "openai/gpt-5.2-chat": {
12003
12451
  id: string;
12004
12452
  name: string;
12005
12453
  api: "openai-completions";
12006
12454
  provider: string;
12007
12455
  baseUrl: string;
12008
- reasoning: true;
12456
+ reasoning: false;
12457
+ thinkingLevelMap: {
12458
+ xhigh: string;
12459
+ };
12009
12460
  input: ("image" | "text")[];
12010
12461
  cost: {
12011
12462
  input: number;
@@ -12016,13 +12467,16 @@ export declare const MODELS: {
12016
12467
  contextWindow: number;
12017
12468
  maxTokens: number;
12018
12469
  };
12019
- readonly "openai/gpt-5.1-chat": {
12470
+ readonly "openai/gpt-5.2-codex": {
12020
12471
  id: string;
12021
12472
  name: string;
12022
12473
  api: "openai-completions";
12023
12474
  provider: string;
12024
12475
  baseUrl: string;
12025
- reasoning: false;
12476
+ reasoning: true;
12477
+ thinkingLevelMap: {
12478
+ xhigh: string;
12479
+ };
12026
12480
  input: ("image" | "text")[];
12027
12481
  cost: {
12028
12482
  input: number;
@@ -12033,13 +12487,16 @@ export declare const MODELS: {
12033
12487
  contextWindow: number;
12034
12488
  maxTokens: number;
12035
12489
  };
12036
- readonly "openai/gpt-5.1-codex": {
12490
+ readonly "openai/gpt-5.2-pro": {
12037
12491
  id: string;
12038
12492
  name: string;
12039
12493
  api: "openai-completions";
12040
12494
  provider: string;
12041
12495
  baseUrl: string;
12042
12496
  reasoning: true;
12497
+ thinkingLevelMap: {
12498
+ xhigh: string;
12499
+ };
12043
12500
  input: ("image" | "text")[];
12044
12501
  cost: {
12045
12502
  input: number;
@@ -12050,13 +12507,16 @@ export declare const MODELS: {
12050
12507
  contextWindow: number;
12051
12508
  maxTokens: number;
12052
12509
  };
12053
- readonly "openai/gpt-5.1-codex-max": {
12510
+ readonly "openai/gpt-5.3-chat": {
12054
12511
  id: string;
12055
12512
  name: string;
12056
12513
  api: "openai-completions";
12057
12514
  provider: string;
12058
12515
  baseUrl: string;
12059
- reasoning: true;
12516
+ reasoning: false;
12517
+ thinkingLevelMap: {
12518
+ xhigh: string;
12519
+ };
12060
12520
  input: ("image" | "text")[];
12061
12521
  cost: {
12062
12522
  input: number;
@@ -12067,13 +12527,16 @@ export declare const MODELS: {
12067
12527
  contextWindow: number;
12068
12528
  maxTokens: number;
12069
12529
  };
12070
- readonly "openai/gpt-5.1-codex-mini": {
12530
+ readonly "openai/gpt-5.3-codex": {
12071
12531
  id: string;
12072
12532
  name: string;
12073
12533
  api: "openai-completions";
12074
12534
  provider: string;
12075
12535
  baseUrl: string;
12076
12536
  reasoning: true;
12537
+ thinkingLevelMap: {
12538
+ xhigh: string;
12539
+ };
12077
12540
  input: ("image" | "text")[];
12078
12541
  cost: {
12079
12542
  input: number;
@@ -12084,7 +12547,7 @@ export declare const MODELS: {
12084
12547
  contextWindow: number;
12085
12548
  maxTokens: number;
12086
12549
  };
12087
- readonly "openai/gpt-5.2": {
12550
+ readonly "openai/gpt-5.4": {
12088
12551
  id: string;
12089
12552
  name: string;
12090
12553
  api: "openai-completions";
@@ -12104,13 +12567,13 @@ export declare const MODELS: {
12104
12567
  contextWindow: number;
12105
12568
  maxTokens: number;
12106
12569
  };
12107
- readonly "openai/gpt-5.2-chat": {
12570
+ readonly "openai/gpt-5.4-mini": {
12108
12571
  id: string;
12109
12572
  name: string;
12110
12573
  api: "openai-completions";
12111
12574
  provider: string;
12112
12575
  baseUrl: string;
12113
- reasoning: false;
12576
+ reasoning: true;
12114
12577
  thinkingLevelMap: {
12115
12578
  xhigh: string;
12116
12579
  };
@@ -12124,7 +12587,7 @@ export declare const MODELS: {
12124
12587
  contextWindow: number;
12125
12588
  maxTokens: number;
12126
12589
  };
12127
- readonly "openai/gpt-5.2-codex": {
12590
+ readonly "openai/gpt-5.4-nano": {
12128
12591
  id: string;
12129
12592
  name: string;
12130
12593
  api: "openai-completions";
@@ -12144,7 +12607,7 @@ export declare const MODELS: {
12144
12607
  contextWindow: number;
12145
12608
  maxTokens: number;
12146
12609
  };
12147
- readonly "openai/gpt-5.2-pro": {
12610
+ readonly "openai/gpt-5.4-pro": {
12148
12611
  id: string;
12149
12612
  name: string;
12150
12613
  api: "openai-completions";
@@ -12164,13 +12627,13 @@ export declare const MODELS: {
12164
12627
  contextWindow: number;
12165
12628
  maxTokens: number;
12166
12629
  };
12167
- readonly "openai/gpt-5.3-chat": {
12630
+ readonly "openai/gpt-5.5": {
12168
12631
  id: string;
12169
12632
  name: string;
12170
12633
  api: "openai-completions";
12171
12634
  provider: string;
12172
12635
  baseUrl: string;
12173
- reasoning: false;
12636
+ reasoning: true;
12174
12637
  thinkingLevelMap: {
12175
12638
  xhigh: string;
12176
12639
  };
@@ -12184,7 +12647,7 @@ export declare const MODELS: {
12184
12647
  contextWindow: number;
12185
12648
  maxTokens: number;
12186
12649
  };
12187
- readonly "openai/gpt-5.3-codex": {
12650
+ readonly "openai/gpt-5.5-pro": {
12188
12651
  id: string;
12189
12652
  name: string;
12190
12653
  api: "openai-completions";
@@ -12204,16 +12667,13 @@ export declare const MODELS: {
12204
12667
  contextWindow: number;
12205
12668
  maxTokens: number;
12206
12669
  };
12207
- readonly "openai/gpt-5.4": {
12670
+ readonly "openai/gpt-5.6-luna": {
12208
12671
  id: string;
12209
12672
  name: string;
12210
12673
  api: "openai-completions";
12211
12674
  provider: string;
12212
12675
  baseUrl: string;
12213
12676
  reasoning: true;
12214
- thinkingLevelMap: {
12215
- xhigh: string;
12216
- };
12217
12677
  input: ("image" | "text")[];
12218
12678
  cost: {
12219
12679
  input: number;
@@ -12224,16 +12684,13 @@ export declare const MODELS: {
12224
12684
  contextWindow: number;
12225
12685
  maxTokens: number;
12226
12686
  };
12227
- readonly "openai/gpt-5.4-mini": {
12687
+ readonly "openai/gpt-5.6-luna-pro": {
12228
12688
  id: string;
12229
12689
  name: string;
12230
12690
  api: "openai-completions";
12231
12691
  provider: string;
12232
12692
  baseUrl: string;
12233
12693
  reasoning: true;
12234
- thinkingLevelMap: {
12235
- xhigh: string;
12236
- };
12237
12694
  input: ("image" | "text")[];
12238
12695
  cost: {
12239
12696
  input: number;
@@ -12244,16 +12701,13 @@ export declare const MODELS: {
12244
12701
  contextWindow: number;
12245
12702
  maxTokens: number;
12246
12703
  };
12247
- readonly "openai/gpt-5.4-nano": {
12704
+ readonly "openai/gpt-5.6-sol": {
12248
12705
  id: string;
12249
12706
  name: string;
12250
12707
  api: "openai-completions";
12251
12708
  provider: string;
12252
12709
  baseUrl: string;
12253
12710
  reasoning: true;
12254
- thinkingLevelMap: {
12255
- xhigh: string;
12256
- };
12257
12711
  input: ("image" | "text")[];
12258
12712
  cost: {
12259
12713
  input: number;
@@ -12264,16 +12718,13 @@ export declare const MODELS: {
12264
12718
  contextWindow: number;
12265
12719
  maxTokens: number;
12266
12720
  };
12267
- readonly "openai/gpt-5.4-pro": {
12721
+ readonly "openai/gpt-5.6-sol-pro": {
12268
12722
  id: string;
12269
12723
  name: string;
12270
12724
  api: "openai-completions";
12271
12725
  provider: string;
12272
12726
  baseUrl: string;
12273
12727
  reasoning: true;
12274
- thinkingLevelMap: {
12275
- xhigh: string;
12276
- };
12277
12728
  input: ("image" | "text")[];
12278
12729
  cost: {
12279
12730
  input: number;
@@ -12284,16 +12735,13 @@ export declare const MODELS: {
12284
12735
  contextWindow: number;
12285
12736
  maxTokens: number;
12286
12737
  };
12287
- readonly "openai/gpt-5.5": {
12738
+ readonly "openai/gpt-5.6-terra": {
12288
12739
  id: string;
12289
12740
  name: string;
12290
12741
  api: "openai-completions";
12291
12742
  provider: string;
12292
12743
  baseUrl: string;
12293
12744
  reasoning: true;
12294
- thinkingLevelMap: {
12295
- xhigh: string;
12296
- };
12297
12745
  input: ("image" | "text")[];
12298
12746
  cost: {
12299
12747
  input: number;
@@ -12304,16 +12752,13 @@ export declare const MODELS: {
12304
12752
  contextWindow: number;
12305
12753
  maxTokens: number;
12306
12754
  };
12307
- readonly "openai/gpt-5.5-pro": {
12755
+ readonly "openai/gpt-5.6-terra-pro": {
12308
12756
  id: string;
12309
12757
  name: string;
12310
12758
  api: "openai-completions";
12311
12759
  provider: string;
12312
12760
  baseUrl: string;
12313
12761
  reasoning: true;
12314
- thinkingLevelMap: {
12315
- xhigh: string;
12316
- };
12317
12762
  input: ("image" | "text")[];
12318
12763
  cost: {
12319
12764
  input: number;
@@ -12681,7 +13126,7 @@ export declare const MODELS: {
12681
13126
  contextWindow: number;
12682
13127
  maxTokens: number;
12683
13128
  };
12684
- readonly "poolside/laguna-xs.2": {
13129
+ readonly "poolside/laguna-xs-2.1": {
12685
13130
  id: string;
12686
13131
  name: string;
12687
13132
  api: "openai-completions";
@@ -12698,7 +13143,7 @@ export declare const MODELS: {
12698
13143
  contextWindow: number;
12699
13144
  maxTokens: number;
12700
13145
  };
12701
- readonly "poolside/laguna-xs.2:free": {
13146
+ readonly "poolside/laguna-xs-2.1:free": {
12702
13147
  id: string;
12703
13148
  name: string;
12704
13149
  api: "openai-completions";
@@ -13616,6 +14061,40 @@ export declare const MODELS: {
13616
14061
  contextWindow: number;
13617
14062
  maxTokens: number;
13618
14063
  };
14064
+ readonly "tencent/hy3": {
14065
+ id: string;
14066
+ name: string;
14067
+ api: "openai-completions";
14068
+ provider: string;
14069
+ baseUrl: string;
14070
+ reasoning: true;
14071
+ input: "text"[];
14072
+ cost: {
14073
+ input: number;
14074
+ output: number;
14075
+ cacheRead: number;
14076
+ cacheWrite: number;
14077
+ };
14078
+ contextWindow: number;
14079
+ maxTokens: number;
14080
+ };
14081
+ readonly "tencent/hy3:free": {
14082
+ id: string;
14083
+ name: string;
14084
+ api: "openai-completions";
14085
+ provider: string;
14086
+ baseUrl: string;
14087
+ reasoning: true;
14088
+ input: "text"[];
14089
+ cost: {
14090
+ input: number;
14091
+ output: number;
14092
+ cacheRead: number;
14093
+ cacheWrite: number;
14094
+ };
14095
+ contextWindow: number;
14096
+ maxTokens: number;
14097
+ };
13619
14098
  readonly "thedrummer/unslopnemo-12b": {
13620
14099
  id: string;
13621
14100
  name: string;
@@ -13684,6 +14163,23 @@ export declare const MODELS: {
13684
14163
  contextWindow: number;
13685
14164
  maxTokens: number;
13686
14165
  };
14166
+ readonly "x-ai/grok-4.5": {
14167
+ id: string;
14168
+ name: string;
14169
+ api: "openai-completions";
14170
+ provider: string;
14171
+ baseUrl: string;
14172
+ reasoning: true;
14173
+ input: ("image" | "text")[];
14174
+ cost: {
14175
+ input: number;
14176
+ output: number;
14177
+ cacheRead: number;
14178
+ cacheWrite: number;
14179
+ };
14180
+ contextWindow: number;
14181
+ maxTokens: number;
14182
+ };
13687
14183
  readonly "x-ai/grok-build-0.1": {
13688
14184
  id: string;
13689
14185
  name: string;
@@ -14099,6 +14595,23 @@ export declare const MODELS: {
14099
14595
  contextWindow: number;
14100
14596
  maxTokens: number;
14101
14597
  };
14598
+ readonly "~x-ai/grok-latest": {
14599
+ id: string;
14600
+ name: string;
14601
+ api: "openai-completions";
14602
+ provider: string;
14603
+ baseUrl: string;
14604
+ reasoning: true;
14605
+ input: ("image" | "text")[];
14606
+ cost: {
14607
+ input: number;
14608
+ output: number;
14609
+ cacheRead: number;
14610
+ cacheWrite: number;
14611
+ };
14612
+ contextWindow: number;
14613
+ maxTokens: number;
14614
+ };
14102
14615
  };
14103
14616
  readonly together: {
14104
14617
  readonly "MiniMaxAI/MiniMax-M2.7": {
@@ -15186,6 +15699,30 @@ export declare const MODELS: {
15186
15699
  contextWindow: number;
15187
15700
  maxTokens: number;
15188
15701
  };
15702
+ readonly "anthropic/claude-fable-5": {
15703
+ id: string;
15704
+ name: string;
15705
+ api: "anthropic-messages";
15706
+ provider: string;
15707
+ baseUrl: string;
15708
+ reasoning: true;
15709
+ thinkingLevelMap: {
15710
+ minimal: string;
15711
+ low: string;
15712
+ medium: string;
15713
+ high: string;
15714
+ xhigh: string;
15715
+ };
15716
+ input: ("image" | "text")[];
15717
+ cost: {
15718
+ input: number;
15719
+ output: number;
15720
+ cacheRead: number;
15721
+ cacheWrite: number;
15722
+ };
15723
+ contextWindow: number;
15724
+ maxTokens: number;
15725
+ };
15189
15726
  readonly "anthropic/claude-haiku-4.5": {
15190
15727
  id: string;
15191
15728
  name: string;
@@ -16049,6 +16586,23 @@ export declare const MODELS: {
16049
16586
  contextWindow: number;
16050
16587
  maxTokens: number;
16051
16588
  };
16589
+ readonly "meta/muse-spark-1.1": {
16590
+ id: string;
16591
+ name: string;
16592
+ api: "anthropic-messages";
16593
+ provider: string;
16594
+ baseUrl: string;
16595
+ reasoning: true;
16596
+ input: "text"[];
16597
+ cost: {
16598
+ input: number;
16599
+ output: number;
16600
+ cacheRead: number;
16601
+ cacheWrite: number;
16602
+ };
16603
+ contextWindow: number;
16604
+ maxTokens: number;
16605
+ };
16052
16606
  readonly "minimax/minimax-m2": {
16053
16607
  id: string;
16054
16608
  name: string;
@@ -17173,6 +17727,57 @@ export declare const MODELS: {
17173
17727
  contextWindow: number;
17174
17728
  maxTokens: number;
17175
17729
  };
17730
+ readonly "openai/gpt-5.6-luna": {
17731
+ id: string;
17732
+ name: string;
17733
+ api: "anthropic-messages";
17734
+ provider: string;
17735
+ baseUrl: string;
17736
+ reasoning: true;
17737
+ input: ("image" | "text")[];
17738
+ cost: {
17739
+ input: number;
17740
+ output: number;
17741
+ cacheRead: number;
17742
+ cacheWrite: number;
17743
+ };
17744
+ contextWindow: number;
17745
+ maxTokens: number;
17746
+ };
17747
+ readonly "openai/gpt-5.6-sol": {
17748
+ id: string;
17749
+ name: string;
17750
+ api: "anthropic-messages";
17751
+ provider: string;
17752
+ baseUrl: string;
17753
+ reasoning: true;
17754
+ input: ("image" | "text")[];
17755
+ cost: {
17756
+ input: number;
17757
+ output: number;
17758
+ cacheRead: number;
17759
+ cacheWrite: number;
17760
+ };
17761
+ contextWindow: number;
17762
+ maxTokens: number;
17763
+ };
17764
+ readonly "openai/gpt-5.6-terra": {
17765
+ id: string;
17766
+ name: string;
17767
+ api: "anthropic-messages";
17768
+ provider: string;
17769
+ baseUrl: string;
17770
+ reasoning: true;
17771
+ input: ("image" | "text")[];
17772
+ cost: {
17773
+ input: number;
17774
+ output: number;
17775
+ cacheRead: number;
17776
+ cacheWrite: number;
17777
+ };
17778
+ contextWindow: number;
17779
+ maxTokens: number;
17780
+ };
17176
17781
  readonly "openai/gpt-oss-120b": {
17177
17782
  id: string;
17178
17783
  name: string;
@@ -17530,6 +18135,23 @@ export declare const MODELS: {
17530
18135
  contextWindow: number;
17531
18136
  maxTokens: number;
17532
18137
  };
18138
+ readonly "xai/grok-4.5": {
18139
+ id: string;
18140
+ name: string;
18141
+ api: "anthropic-messages";
18142
+ provider: string;
18143
+ baseUrl: string;
18144
+ reasoning: true;
18145
+ input: ("image" | "text")[];
18146
+ cost: {
18147
+ input: number;
18148
+ output: number;
18149
+ cacheRead: number;
18150
+ cacheWrite: number;
18151
+ };
18152
+ contextWindow: number;
18153
+ maxTokens: number;
18154
+ };
17533
18155
  readonly "xai/grok-build-0.1": {
17534
18156
  id: string;
17535
18157
  name: string;
@@ -17889,6 +18511,23 @@ export declare const MODELS: {
17889
18511
  contextWindow: number;
17890
18512
  maxTokens: number;
17891
18513
  };
18514
+ readonly "grok-4.5": {
18515
+ id: string;
18516
+ name: string;
18517
+ api: "openai-completions";
18518
+ provider: string;
18519
+ baseUrl: string;
18520
+ reasoning: true;
18521
+ input: ("image" | "text")[];
18522
+ cost: {
18523
+ input: number;
18524
+ output: number;
18525
+ cacheRead: number;
18526
+ cacheWrite: number;
18527
+ };
18528
+ contextWindow: number;
18529
+ maxTokens: number;
18530
+ };
17892
18531
  readonly "grok-build-0.1": {
17893
18532
  id: string;
17894
18533
  name: string;