From c645b3b02232fefa8f6d65a7b8f3fa47727fd0c5 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Tue, 19 Aug 2025 15:42:14 -0700 Subject: [PATCH] README.md: add GPT-5 notes --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6f18285..a019310 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,11 @@ Add `--options` to see a full list of options that can be provided to each model The `o3-streaming` model ID exists because o3 currently requires a verified organization in order to support streaming. If you have a verified organization you can use `o3-streaming` - everyone else should use `o3`. +For GPT-5, the model names in the API do not match the names in the UI; `gpt-5` +is the name of the "thinking" model, and `gpt-5-chat-latest` is the model that +you would interact with by default at chatgpt.com. For more [see the OpenAI +model notes](https://platform.openai.com/docs/guides/latest-model). + ## Development To set up this plugin locally, first checkout the code. Then create a new virtual environment: