Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
When i send a prompt like :
EasyInputMessageParam(
role="user",
content=[
ResponseInputTextParam(
type="input_text",
text=f"<attachment_meta id=\"{attachment_id}\" kind=\"image\" />",
),
ResponseInputImageParam(
detail="auto", type="input_image", image_url=url
)
],
)
The gpt-5.4-mini model throws and retry 3 times with error 500 internal.
-> If with the exact same input i use gpt-5.4 it works very fine
To Reproduce
- Simply try to send a request with a
ResponseInputImageParam with a valid url and test the response between gpt-5.4-mini and gpt-5.4
Code snippets
OS
MacOS
Python version
3.12.0
Library version
2.31.0
Confirm this is an issue with the Python library and not an underlying OpenAI API
Describe the bug
When i send a prompt like :
The
gpt-5.4-minimodel throws and retry 3 times with error 500 internal.-> If with the exact same input i use
gpt-5.4it works very fineTo Reproduce
ResponseInputImageParamwith a validurland test the response betweengpt-5.4-miniandgpt-5.4Code snippets
OS
MacOS
Python version
3.12.0
Library version
2.31.0