File tree 3 files changed +9
-0
lines changed
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @browserbasehq/stagehand " : minor
3
+ ---
4
+
5
+ Added ` gpt-4.5-preview ` and ` claude-3-7-sonnet-latest ` as supported models.
Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ const modelToProviderMap: { [key in AvailableModel]: ModelProvider } = {
14
14
"gpt-4o" : "openai" ,
15
15
"gpt-4o-mini" : "openai" ,
16
16
"gpt-4o-2024-08-06" : "openai" ,
17
+ "gpt-4.5-preview" : "openai" ,
17
18
"o1-mini" : "openai" ,
18
19
"o1-preview" : "openai" ,
19
20
"o3-mini" : "openai" ,
20
21
"claude-3-5-sonnet-latest" : "anthropic" ,
21
22
"claude-3-5-sonnet-20240620" : "anthropic" ,
22
23
"claude-3-5-sonnet-20241022" : "anthropic" ,
23
24
"claude-3-7-sonnet-20250219" : "anthropic" ,
25
+ "claude-3-7-sonnet-latest" : "anthropic" ,
24
26
"cerebras-llama-3.3-70b" : "cerebras" ,
25
27
"cerebras-llama-3.1-8b" : "cerebras" ,
26
28
} ;
Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ export const AvailableModelSchema = z.enum([
6
6
"gpt-4o" ,
7
7
"gpt-4o-mini" ,
8
8
"gpt-4o-2024-08-06" ,
9
+ "gpt-4.5-preview" ,
9
10
"claude-3-5-sonnet-latest" ,
10
11
"claude-3-5-sonnet-20241022" ,
11
12
"claude-3-5-sonnet-20240620" ,
13
+ "claude-3-7-sonnet-latest" ,
12
14
"claude-3-7-sonnet-20250219" ,
13
15
"o1-mini" ,
14
16
"o1-preview" ,
You can’t perform that action at this time.
0 commit comments