liter_llm 1.1.1-aarch64-linux → 1.2.0-aarch64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -5
  3. data/lib/liter_llm_rb.so +0 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6ef635c0862d0f443fe2c81b3b7fd00194f49bac5dee647f7d059f00376e2a4
4
- data.tar.gz: '09cda3cd50ac4df640761e8dc9c0e19f23c8781d77bd4076a405974ee0c049d1'
3
+ metadata.gz: 15743c1ba387e8daea7b14b615b07d5895f0bf8fc2da801db0938a0e1dd687e9
4
+ data.tar.gz: b987806f1f776ef4c859393a7d59f91cb3e398753d699566507e25825823ed31
5
5
  SHA512:
6
- metadata.gz: b752c40c149f2686e0f740aff0ac4bca6fc456f6fe734efcab1d76877375808d51ced1fafd44729490645370c7055648ba4ca236787531c23fbb06abdaf3c589
7
- data.tar.gz: 7da204bd70cf390dfae7709d626b1e59a5c944c8ff0cbc1f5ea8dab0ad14a336997fbe2e9a3897dd5321a43734aa6020edf36c2860c012f6eabdad5810333e29
6
+ metadata.gz: d9045dde1272e2370052ab042ec88ee1e1285fa5ffc63c254285ccdbcfe7fe3a7033217acfd52e8bf2c938b5c50d94c440cdf9165cbd18fd0d73fbccc5a5bb44
7
+ data.tar.gz: 2c52c1ad42a1e45391a0b5a68f4a09bf27043367f0d0e1b5de7524588ad8102579fa846b3965aebc8b42e946e434cb814e4c4eca4cfd264538e3f9835ecbb342
data/README.md CHANGED
@@ -35,6 +35,9 @@
35
35
  <a href="https://github.com/kreuzberg-dev/liter-llm/pkgs/container/liter-llm">
36
36
  <img src="https://img.shields.io/badge/Docker-007ec6?logo=docker&logoColor=white" alt="Docker">
37
37
  </a>
38
+ <a href="https://github.com/kreuzberg-dev/homebrew-tap/blob/main/Formula/liter-llm.rb">
39
+ <img src="https://img.shields.io/badge/Homebrew-007ec6?logo=homebrew&logoColor=white" alt="Homebrew">
40
+ </a>
38
41
  <a href="https://github.com/kreuzberg-dev/liter-llm/tree/main/crates/liter-llm-ffi">
39
42
  <img src="https://img.shields.io/badge/C-FFI-007ec6" alt="C FFI">
40
43
  </a>
@@ -63,7 +66,7 @@
63
66
  </div>
64
67
 
65
68
 
66
- Universal LLM API client for Ruby. Access 142+ LLM providers through a single interface with idiomatic Ruby API and native performance.
69
+ Universal LLM API client for Ruby. Access 143+ LLM providers through a single interface with idiomatic Ruby API and native performance.
67
70
 
68
71
 
69
72
  ## Installation
@@ -161,7 +164,7 @@ chunks.each { |chunk| puts chunk }
161
164
 
162
165
  ## Features
163
166
 
164
- ### Supported Providers (142+)
167
+ ### Supported Providers (143+)
165
168
 
166
169
  Route to any provider using the `provider/model` prefix convention:
167
170
 
@@ -181,7 +184,8 @@ Route to any provider using the `provider/model` prefix convention:
181
184
 
182
185
  ### Key Capabilities
183
186
 
184
- - **Provider Routing** -- Single client for 142+ LLM providers via `provider/model` prefix
187
+ - **Provider Routing** -- Single client for 143+ LLM providers via `provider/model` prefix
188
+ - **Local LLMs** — Connect to locally-hosted models via Ollama, LM Studio, vLLM, llama.cpp, and other local inference servers
185
189
  - **Unified API** -- Consistent `chat`, `chat_stream`, `embeddings`, `list_models` interface
186
190
 
187
191
  - **Streaming** -- Real-time token streaming via `chat_stream`
@@ -207,7 +211,7 @@ Built on a compiled Rust core for speed and safety:
207
211
 
208
212
  ## Provider Routing
209
213
 
210
- Route to 142+ providers using the `provider/model` prefix convention:
214
+ Route to 143+ providers using the `provider/model` prefix convention:
211
215
 
212
216
  ```text
213
217
  openai/gpt-4o
@@ -235,7 +239,7 @@ See the [proxy server documentation](https://docs.liter-llm.kreuzberg.dev/server
235
239
 
236
240
  - **[Documentation](https://docs.liter-llm.kreuzberg.dev)** -- Full docs and API reference
237
241
  - **[GitHub Repository](https://github.com/kreuzberg-dev/liter-llm)** -- Source, issues, and discussions
238
- - **[Provider Registry](https://github.com/kreuzberg-dev/liter-llm/blob/main/schemas/providers.json)** -- 142 supported providers
242
+ - **[Provider Registry](https://github.com/kreuzberg-dev/liter-llm/blob/main/schemas/providers.json)** -- 143 supported providers
239
243
 
240
244
  Part of [kreuzberg.dev](https://kreuzberg.dev).
241
245
 
data/lib/liter_llm_rb.so CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: liter_llm
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.2.0
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Na'aman Hirschfeld
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-03-29 00:00:00.000000000 Z
11
+ date: 2026-04-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler