llmkit ยท llmkit for Swift
Swift-native async/await. Strict concurrency, zero dependencies.
$ swift package add-dependency https://github.com/aktagon/llmkit-swift.git --from 1.0.0
The Swift SDK carries the same API as the other five languages, built on
Foundation and URLSession with no third-party dependencies. Released:
pin the dependency with from: "1.0.0" in your Package.swift. The
guides show the Swift call surface.
Other dialects
go
Stdlib only. Every provider. In production at Aktagon.
java
Plain Java 17, one small dependency (Gson). On Maven Central.
python
Stdlib only. No httpx. No pydantic. Every provider.
rust
Tokio-native. Zero-bloat client. Every provider.
typescript
Bun-friendly. No runtime dependencies in your bundle. Every provider.