llmkit · llmkit for Java
Plain Java 17, one small dependency (Gson). On Maven Central.
$ implementation("com.aktagon:llmkit:1.0.0")
The Java SDK carries the same API as the other five languages. Add
com.aktagon:llmkit from Maven Central — the Gradle line above, or the
equivalent <dependency> block in a Maven pom.xml. Java 17+, and the
only runtime dependency is Gson. The guides show the Java
call surface.
Other dialects
go
Stdlib only. Every provider. In production at Aktagon.
python
Stdlib only. No httpx. No pydantic. Every provider.
rust
Tokio-native. Zero-bloat client. Every provider.
swift
Swift-native async/await. Strict concurrency, zero dependencies.
typescript
Bun-friendly. No runtime dependencies in your bundle. Every provider.