{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreidebukebklb25tvwiqv5qgnlb7zs6ta3qwrpolqfqkepegb6j5t5m",
"uri": "at://did:plc:lk3jfj3zq4k4wxnk474axylu/app.bsky.feed.post/3modlxs4bbpd2"
},
"path": "/t/feature-request-add-auto-reasoning-effort-option/1383798#post_1",
"publishedAt": "2026-06-15T15:24:09.000Z",
"site": "https://community.openai.com",
"textContent": "Codex should support an `auto` option for `reasoning_effort`, ideally through the API as well.\n\nusers should not have to think about how much thinking the model needs for every prompt. having to manually choose `low`, `medium`, `high`, or `xhigh` makes us worry more about usage limits and speed instead of focusing on the actual task.\n\nAnthropic already has a similar idea with Claude’s adaptive thinking, where the model can decide whether and how much to use extended thinking based on task complexity. OpenAI should have an equivalent option for reasoning effort.\n\nfrom the user side, i just want an option like:\n\n\n {\n \"reasoning_effort\": \"auto\"\n }\n\n\nthis would make Codex, ChatGPT, and API usage easier and more efficient: simple tasks stay cheap and fast, while harder tasks can automatically use more reasoning when needed.",
"title": "Feature request: add auto reasoning_effort option"
}