branch: elpa/gptel
commit 8701e2bd80c5d2091ce2decef5d34d6fce4a3ada
Author: Karthik Chikmagalur <[email protected]>
Commit: Karthik Chikmagalur <[email protected]>
gptel-openai-oauth: Add gpt-5.6 models
* gptel-openai-oauth.el (gptel-make-openai-oauth): Add gpt-5.6
series models to the OpenAI OAuth backend as well. These were
missed in 443885f.
---
gptel-openai-oauth.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gptel-openai-oauth.el b/gptel-openai-oauth.el
index 7a38cdcaec..6bf8ffec87 100644
--- a/gptel-openai-oauth.el
+++ b/gptel-openai-oauth.el
@@ -410,7 +410,8 @@ before constructing the headers."
(protocol "https")
(endpoint "/backend-api/codex/responses")
(models
- '(gpt-5.2 gpt-5.3-codex gpt-5.3-codex-spark gpt-5.4-mini gpt-5.4
gpt-5.5)))
+ '( gpt-5.2 gpt-5.3-codex gpt-5.3-codex-spark gpt-5.4-mini
+ gpt-5.4 gpt-5.5 gpt-5.6-sol gpt-5.6-terra gpt-5.6-luna)))
"Register a ChatGPT Plus/Pro OAuth backend for gptel with NAME.
This backend uses ChatGPT OAuth tokens (not OpenAI API keys) and