create
Creates a LiteRtLmModel instance with a pre-created Engine. The caller is responsible for closing the Engine.
Creates a LiteRtLmModel instance with a custom LiteRtLmEngine. Used primarily for testing.
Creates a LiteRtLmModel instance that owns the Engine. The Engine will be closed when this model is closed.