Currently, the configuration for the MODEL_TYPE setting uses SettingType.SELECT with predefined model values, such as "meta-llama/Llama-3.2-11B-Vision-Instruct". This approach limits flexibility because different providers might use different model names for the same model. Instead, we can use a direct string input for the model name.
if this valid, i want to work on this issue.