Sometimes you want to create a complex pipeline where some requests are processed on-device and the more complex ones are handled in the cloud using a larger model. With uzu, you can do this easily: just choose the cloud model you want to use and perform all requests through the same API.
1
Create a new SwiftUI project

2
Add the SDK
Add this package through SPM:
4
Paste the snippet
Go to
ContentView.swift and add this snippet:5
Add the snippet call
Now that we’ve tried the simplest snippet, let’s take a look at the step-by-step integration guide.