Check if the user has Neomage.ai authentication scope.
bool shouldUseNeomageAIAuth(List<String>? scopes) { return scopes?.contains(neomageAiInferenceScope) ?? false; }