Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Add gpt-5 models to the list - #409

Merged
Dongbo Wang (daxian-dbw) merged 1 commit into
PowerShell:mainfrom
daxian-dbw:gpt5
Aug 19, 2025
Merged

Add gpt-5 models to the list#409
Dongbo Wang (daxian-dbw) merged 1 commit into
PowerShell:mainfrom
daxian-dbw:gpt5

Conversation

@daxian-dbw

Copy link
Copy Markdown
Member

PR Summary

Add gpt-5 models to the list. The gpt-5, gpt-5-mini, and gpt-5-nano will be supported with this change.

@daxian-dbw

Dongbo Wang (daxian-dbw) commented Aug 8, 2025

Copy link
Copy Markdown
Member Author

I cannot access GPT-5 but was able to use gpt-5-nano. It doesn't work correctly -- first, it's not fast; second, I only get response for the first query, and nothing for all subsequent queries. Need to look deeper into it, so will close this PR.


[UPDATE] When using the OpenAI gpt-5 or gpt-5-mini endpoints, I receive explicit errors about "no permission to access endpoint for streaming". Although the gpt-5-nano endpoint doesn't throw the error, I think it's not working due to the same reason.
I will add gpt-5 to the list of supported models for now. Once I have access to gpt-5 model, I can better test it.

@daxian-dbw
Dongbo Wang (daxian-dbw) merged commit 513147e into PowerShell:main Aug 19, 2025
7 checks passed
@jakupmichaelsen

jakupmichaelsen commented Aug 20, 2025

Copy link
Copy Markdown

I GPT-5 supported now?

After adding GPT-5 in openai.agent.json I simply get:

ERROR: 'gpt-5' is not a supported OpenAI chat completion model.

@daxian-dbw

Copy link
Copy Markdown
Member Author

jakupmichaelsen sorry, you will need to use a new build of AIShell to use gpt-5 models. We will think about loosening the check on models.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants