Skip to content

Codex responds too slowly #24428

@ty91

Description

@ty91

What issue are you seeing?

I'm using Codex via the Codex CLI and also the Pi CLI. Responses have been coming too slowly since last Saturday, I think, especially when it falls back to SSE from WebSocket.

What steps can reproduce the bug?

Configure the Codex CLI via ~/.codex/config.toml to use SSE explicitly, like:

model_provider = "openai-sse"

[model_providers.openai-sse]
name = "OpenAI"
wire_api = "responses"
requires_openai_auth = true
supports_websockets = false

Then start a new session. Codex takes at least 5 minutes to answer.

What is the expected behavior?

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    CLIIssues related to the Codex CLIbugSomething isn't workingconnectivityIssues involving networking or endpoint connectivity problems (disconnections)performance

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions