Skip to content

Releases: ondeinference/onde

1.1.4

Choose a tag to compare

@github-actions github-actions released this 28 Jun 21:16
ed17e53

Onde Inference Kotlin SDK 1.1.4

On-device LLM inference for Android and JVM (macOS Apple Silicon).

Add to your project

// build.gradle.kts
dependencies {
    implementation("com.ondeinference:onde-inference:1.1.4")
}

What's included

Target Backend Default model
Android (arm64-v8a, armeabi-v7a, x86_64, x86) CPU (Candle) Qwen 2.5 1.5B (~941 MB)
JVM (macOS Apple Silicon) Metal Qwen 2.5 3B (~1.93 GB)

Usage

// Android
val onde = OndeInference(applicationContext)

// JVM (macOS)
val onde = OndeInference()

// Shared API
val elapsed = onde.loadDefaultModel(systemPrompt = "You are helpful.")
val result  = onde.chat("Hello!")
onde.stream("Tell me a story.").collect { chunk -> print(chunk.delta) }

See the README for full API docs.

Full Changelog: 1.1.3...1.1.4

1.1.3

Choose a tag to compare

@github-actions github-actions released this 28 Jun 19:20
4d9c105

Onde Inference Kotlin SDK 1.1.3

On-device LLM inference for Android and JVM (macOS Apple Silicon).

Add to your project

// build.gradle.kts
dependencies {
    implementation("com.ondeinference:onde-inference:1.1.3")
}

What's included

Target Backend Default model
Android (arm64-v8a, armeabi-v7a, x86_64, x86) CPU (Candle) Qwen 2.5 1.5B (~941 MB)
JVM (macOS Apple Silicon) Metal Qwen 2.5 3B (~1.93 GB)

Usage

// Android
val onde = OndeInference(applicationContext)

// JVM (macOS)
val onde = OndeInference()

// Shared API
val elapsed = onde.loadDefaultModel(systemPrompt = "You are helpful.")
val result  = onde.chat("Hello!")
onde.stream("Tell me a story.").collect { chunk -> print(chunk.delta) }

See the README for full API docs.

Full Changelog: 1.1.2...1.1.3

1.1.2

Choose a tag to compare

@github-actions github-actions released this 22 May 21:09
21221a6

Onde Inference Kotlin SDK 1.1.2

On-device LLM inference for Android and JVM (macOS Apple Silicon).

Add to your project

// build.gradle.kts
dependencies {
    implementation("com.ondeinference:onde-inference:1.1.2")
}

What's included

Target Backend Default model
Android (arm64-v8a, armeabi-v7a, x86_64, x86) CPU (Candle) Qwen 2.5 1.5B (~941 MB)
JVM (macOS Apple Silicon) Metal Qwen 2.5 3B (~1.93 GB)

Usage

// Android
val onde = OndeInference(applicationContext)

// JVM (macOS)
val onde = OndeInference()

// Shared API
val elapsed = onde.loadDefaultModel(systemPrompt = "You are helpful.")
val result  = onde.chat("Hello!")
onde.stream("Tell me a story.").collect { chunk -> print(chunk.delta) }

See the README for full API docs.

Full Changelog: 1.1.1...1.1.2

1.1.1

Choose a tag to compare

@github-actions github-actions released this 15 May 06:54
abe29c9

Onde Inference Kotlin SDK 1.1.1

On-device LLM inference for Android and JVM (macOS Apple Silicon).

Add to your project

// build.gradle.kts
dependencies {
    implementation("com.ondeinference:onde-inference:1.1.1")
}

What's included

Target Backend Default model
Android (arm64-v8a, armeabi-v7a, x86_64, x86) CPU (Candle) Qwen 2.5 1.5B (~941 MB)
JVM (macOS Apple Silicon) Metal Qwen 2.5 3B (~1.93 GB)

Usage

// Android
val onde = OndeInference(applicationContext)

// JVM (macOS)
val onde = OndeInference()

// Shared API
val elapsed = onde.loadDefaultModel(systemPrompt = "You are helpful.")
val result  = onde.chat("Hello!")
onde.stream("Tell me a story.").collect { chunk -> print(chunk.delta) }

See the README for full API docs.

Full Changelog: 1.1.0...1.1.1

Full Changelog: 1.1.0...1.1.1

1.1.0

Choose a tag to compare

@github-actions github-actions released this 15 May 01:35
02746fe

Full Changelog: 1.0.0...1.1.0

1.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 15:24

Full Changelog: 0.1.7...1.0.0

0.1.7

Choose a tag to compare

@paydii paydii released this 19 Apr 21:21

Full Changelog: 0.1.6...0.1.7

Full Changelog: 0.1.6...0.1.7

0.1.6

Choose a tag to compare

@github-actions github-actions released this 19 Apr 20:05

Full Changelog: 0.1.5...0.1.6

0.1.5

Choose a tag to compare

@github-actions github-actions released this 19 Apr 20:03

What's Changed

New Contributors

Full Changelog: https://github.com/ondeinference/onde/commits/0.1.5

0.1.4

Choose a tag to compare

@github-actions github-actions released this 14 Apr 19:13
8dfdd8a

Full Changelog: 0.1.3...0.1.4