List all providers that have their API key set in environment.
Array of active provider IDs
const active = activeProviders();// ['openai', 'anthropic'] if both keys are set Copy
const active = activeProviders();// ['openai', 'anthropic'] if both keys are set
List all providers that have their API key set in environment.