Apple Foundation Models (opens in new tab) ⚙️Backend Development 4 articles covering this post
Use Claude on Apple platforms through the Foundation Models framework with the Claude for Foundation Models Swift package. --- Claude for Foundation Models is a Swift package that makes Claude available as a server-side language model in Apple's Foundation Models framework. The package conforms Claude to the framework's `LanguageModel` protocol, so you drive it with the same `LanguageModelSession` API you use for Apple's on-device model: `respond(to:)`, streaming, guided generation, and too...
Read the original article