Add the 'extra_body' parameter

Resolved 💬 1 comment Opened Sep 26, 2025 by amchii Closed Oct 21, 2025

What feature would you like to see?

In the OpenAI Python SDK, there is a parameter called extra_body, which is useful for some third-party models and service provider APIs. For example, DeepSeek-V3.1 can enable deep thinking through:

extra_body = {
    "thinking": {"type": "enabled"},
}

It is hoped that codex can also support this parameter.

Are you interested in implementing this feature?

_No response_

Additional information

_No response_

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗