# Roadmap

Planned/considered enhancements not yet implemented.

## Live AI key validation

The AI Key field (Settings → API Keys) only does prefix-based provider detection
(`sk-` for OpenAI, `AIza`/`AQ.` for Google) — it doesn't verify the key actually works.
A future enhancement could call a lightweight provider endpoint (e.g. a models-list
call) when the key is saved, to confirm validity before the user relies on it, and
surface a clearer error than a failed generation request later.
