⚠️ No Longer Working (January 2026): This configuration was working when originally created, but is now broken due to Codex deprecating the Chat Completions API (wire_api = "chat") in favor of OpenAI's Responses API. Since DeepSeek only supports Chat Completions, this integration no longer works reliably. Tool calls fail with message format errors.
- Before: DeepSeek worked with Codex using
wire_api = "chat" - Now: Codex is deprecating
wire_api = "chat", and the code path has bugs that won't be fixed - Result: Tool calls fail with errors like "insufficient tool messages following tool_calls message"