Check if a provider ID is OpenAI-compatible
static bool isOpenAICompatible(String providerId) { return getConfig(providerId) != null; }