Skip to content

gpt-5-codex model endpoint support + Codex CLI documentation #117

Description

@dylbarne
  1. enable compatibility with new gpt-5-codex model, by default copilot-api routes to chat/completions endpoint however looks like codex model expects different endpoint
  2. provide some documentation around compatibility with usage to Codex CLI config (similar to existing docs showing how can be used with claude code settings already)
    • here is minimal working toml config I have been using: (although if repo maintainers have other suggestions around that would be appreciated, if when added to README potentially)
model = "gpt-5-mini"
review_model = "gpt-5-mini"
model_provider = "copilot"

[model_providers.copilot]
name = "Github Copilot"
base_url = "http://127.0.0.1:4141"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions