response = client.responses.create(
model=model,
input="Tell me a story",
instructions="You are a helfpul assistant.",
reasoning={
"effort": "low", # "low", "medium", or "high"
"summary": "auto", # "auto", "concise", or "detailed"
},
)
want something like this perhaps