Models - Provides you with all the models available in freeGPTFix. You can get them in dict and list formats.
Example
from freeGPTFix.lib.models import Modelsprint(Models().models_list)print(Models().models_dict)print(Models().model_for_text)print(Models().model_for_image)print(Models().characters)