Skip to content

Commit 17e88f5

Browse files
committed
Update types
1 parent 03611a2 commit 17e88f5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

chatlas/types/anthropic/_submit.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,15 @@ class SubmitInputArgs(TypedDict, total=False):
2929
"claude-3-7-sonnet-20250219",
3030
"claude-3-5-haiku-latest",
3131
"claude-3-5-haiku-20241022",
32+
"claude-sonnet-4-20250514",
33+
"claude-sonnet-4-0",
34+
"claude-4-sonnet-20250514",
3235
"claude-3-5-sonnet-latest",
3336
"claude-3-5-sonnet-20241022",
3437
"claude-3-5-sonnet-20240620",
38+
"claude-opus-4-0",
39+
"claude-opus-4-20250514",
40+
"claude-4-opus-20250514",
3541
"claude-3-opus-latest",
3642
"claude-3-opus-20240229",
3743
"claude-3-sonnet-20240229",
@@ -41,6 +47,7 @@ class SubmitInputArgs(TypedDict, total=False):
4147
],
4248
str,
4349
]
50+
service_tier: Union[Literal["auto", "standard_only"], anthropic.NotGiven]
4451
stop_sequences: Union[list[str], anthropic.NotGiven]
4552
stream: Union[Literal[False], Literal[True], anthropic.NotGiven]
4653
system: Union[

0 commit comments

Comments
 (0)