Closed
Description
Confirm this is a feature request for the Python library and not the underlying OpenAI API.
- This is a feature request for the Python library
Describe the feature or improvement you're requesting
Hi, it looks like the parse
method in the Responses API does not have service_tier
parameter
service_tier: Optional[Literal["auto", "default", "flex", "scale"]] | NotGiven = NOT_GIVEN,
is it intentional ? For example very similar function create
does have it, adding this for parse method should be relatively simple and it looks like it is just missing functionality, unless there is a reason for it. Thank you for your help.
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels