| ▲ | butlike 6 hours ago | |
I can't reply to your child comment for whatever reason, but Siri is part of the Apple Foundation Models framework. The idea is that no matter what backend the developer uses, the end user will always say "Hey Siri." This is analogous to controlling the UX. Siri is independent of whichever model the app developer uses. | ||
| ▲ | klausa 5 hours ago | parent [-] | |
No, Siri is entirely separate from this framework. Are you thinking about Intents? That lets Siri interact with data (and perform some actions in them) from your apps, but it is something completely different. You can definitely expose things from your app via Intents that will end up calling an external arbitrary LLM somewhere, but it does not require using Foundation Models API whatsoever. | ||