- Add the links to the config file: ([config.properties](https://github.com/Barqawiz/IntelliJava/blob/main/core/com.intellijava.core/src/main/resources/config.properties)). - Create StabilityAIWrapper.java under the [wrappers](https://github.com/Barqawiz/IntelliJava/tree/main/core/com.intellijava.core/src/main/java/com/intellijava/core/wrappers). - Add the wrapper to the Image input. - Add the wrapper details to the remote image class. - Create a unit testing function. Follow the example from the node version to create the java version: - https://github.com/Barqawiz/IntelliNode/blob/main/IntelliNode/wrappers/StabilityAIWrapper.js