Skip to main content
1

Choose the model you want to use

let model = try await engine.chatModel(repoId: "Qwen/Qwen3-0.6B")
You can check the models list in the Platform and copy the corresponding identifier.
2

Start the download and wait until it completes

Skip this step if you chose the cloud model
try await engine.downloadChatModel(model) { update in
    print("Progress: \(update.progress)")
}

Now let’s talk about the different configurations