Choose the model you want to use
Swift
let model = try await engine.chatModel(repoId: "Qwen/Qwen3-0.6B")
Start the download and wait until it completes
try await engine.downloadChatModel(model) { update in print("Progress: \(update.progress)") }