Skip to content

Commit 641c7cc

Browse files
authored
Add Scale and Priority to the ServiceTier enum for the Responses API (#419)
1 parent b758b55 commit 641c7cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

async-openai/src/types/responses.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ pub enum ServiceTier {
329329
Auto,
330330
Default,
331331
Flex,
332+
Scale,
333+
Priority,
332334
}
333335

334336
/// Truncation strategies.

0 commit comments

Comments
 (0)