OpenAI Integration does not work with unverified accounts #1661
Replies: 2 comments
-
|
Out of curiosity - is there a specific reason you’re not able (or don’t want) to verify your OpenAI account? Just wondering if there’s some limitation or friction in that process we should be aware of. From our side, I’m not entirely sure that supporting unverified accounts is something we’d want to invest effort in. The OpenAI API itself restricts reasoning-capable models to verified organizations, and building workarounds for that would make testing and maintenance harder while benefiting only a small number of users. It might make more sense to document this as a known limitation rather than trying to implement support for unverified accounts. |
Beta Was this translation helpful? Give feedback.
-
|
@mik-laj There is no problem with OpenAI verification itself, but OpenAI wants to permanently store photo ID/drivers license including a picture of yourself. This contradicts the Home Assistant Mindset on all levels. And for obvious reasons, I don't want to risk that, especially for a feature that I wouldn't use in Home Assistant anyway. I understand your concern about allowing unverified accounts, but let me briefly explain what OpenAI verification is supposed to achieve. Furthermore, adding this feature would not be a "workaround" to circumvent OpenAI's policies. Unverified accounts are tolerated by OpenAI; they are only restricted. Adding this feature would simply be adding a function to Home Assistant from the official OpenAI API. If you have any further questions, I will be happy to answer them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
The option to disable “Reasoning Summaries”
Use cases
This is necessary in order to use GPT5 models with an unverified OpenAI account, as OpenAI does not allow reasoning summaries via API keys from unverified OpenAI accounts.
Currently, it is not possible to use GPT5 models in Home Assistant with an unverified OpenAI account, so this is urgently important.
Anything else?
Home Assistant Log:
Beta Was this translation helpful? Give feedback.
All reactions