Skip to content

Switch default OpenAI model from gpt-4o to gpt-5.4-mini#670

Closed
Copilot wants to merge 2 commits into
mainfrom
copilot/change-default-openai-model
Closed

Switch default OpenAI model from gpt-4o to gpt-5.4-mini#670
Copilot wants to merge 2 commits into
mainfrom
copilot/change-default-openai-model

Conversation

Copilot AI commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

This updates the OpenAI-compatible inference default to gpt-5.4-mini instead of gpt-4o. OpenAI-backed flows now use the new model without requiring any user configuration changes.

  • Default model update

    • Changed the OpenAI model constant in src/llm.rs:
      • OPENAI_MODEL = "gpt-4o"OPENAI_MODEL = "gpt-5.4-mini"
  • Behavior impact

    • Applies to requests that resolve to the OpenAI provider path (OPENAI_API_KEY present).
    • No provider-selection logic or request structure changed.
const OPENAI_BASE: &str = "https://api.openai.com/v1";
const OPENAI_MODEL: &str = "gpt-5.4-mini";
Original prompt

Change the default OpenAI model from gpt-4o to gpt-5.4-mini

Created from Copilot CLI via the copilot delegate command.

Co-authored-by: timrogers <116134+timrogers@users.noreply.github.com>
Copilot AI changed the title [WIP] Change default OpenAI model to gpt-5.4-mini Switch default OpenAI model from gpt-4o to gpt-5.4-mini Jun 23, 2026
Copilot AI requested a review from timrogers June 23, 2026 10:00
@timrogers timrogers closed this Jun 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants