Well-known providers mapped to the env var that holds their API key.
Used by has_provider_credentials to verify credentials before model
creation, so the UI can show a warning icon and a specific error message
(e.g., "ANTHROPIC_API_KEY not set") instead of letting the provider fail at call
time.
Providers not listed here fall through to the config-file check or the langchain registry fallback.