Specifies the backend to use for the model.
Supported backends are:
Note: Ensure you have the necessary dependencies installed for the chosen backend. The system will attempt to import required packages and may raise an ImportError if they are not available.
backend: Literal['llamacpp', 'transformers', 'transformers_vision', 'vllm', 'mlxlm'] = 'transformers'