liter_llm 1.5.0 → 1.6.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 50e1a34b0a2553bad407eeaf67f05e60b6eb0960ff587fcb2aa2c59f647caa36
4
- data.tar.gz: fb0ced2da3142a854eaa449b0c5094f256557a01b6b9d5d3de422d4c799c597d
3
+ metadata.gz: 7f9f444babeb7b9e9c37a44ab4e54f269626c1f0771d10320bd47d92d752c330
4
+ data.tar.gz: 9a1e93e18637b22847a7fcd944ac859194679b6d89a81a578e8767aeaf3baf00
5
5
  SHA512:
6
- metadata.gz: 2dbc5b642eda0845a29ebffc0be81963d566d8d0df554fb636960955da91cb34c6823fd5b438b2fad61fcf69c8f6942b82ff096fc07a78645ab1e7a62b257b58
7
- data.tar.gz: b6cba1786a3b96fd7b8ec3c4b2693552d7d140e57ce2c523e6e1b77bc9709c8df7e0783a06ed5c3be6391487621bce04850471411728b174e12163cac7bcdcb0
6
+ metadata.gz: 8896d0498ce47f8f5a195b5302067dd968dcfd3fd44066eeee1af95ef1f2c524a2f3456e05211cbace7b47401fd18f480fab8fc2bc15ea8e50a7ab9d1727af24
7
+ data.tar.gz: d80c2ee6c0acca632e7800aac7ccfc062c4fa4f58f316ba38207c8d4426abf121a5af7a51e82b85abe5bec3ea69b45119e67f19e9bd8b571fee312cb369f13dd
data/README.md CHANGED
@@ -12,14 +12,14 @@
12
12
  <a href="https://pypi.org/project/liter-llm/">
13
13
  <img src="https://img.shields.io/pypi/v/liter-llm?label=Python&color=007ec6" alt="Python" />
14
14
  </a>
15
- <a href="https://www.npmjs.com/package/@kreuzberg/liter-llm">
16
- <img src="https://img.shields.io/npm/v/@kreuzberg/liter-llm?label=Node.js&color=007ec6" alt="Node.js" />
15
+ <a href="https://www.npmjs.com/package/@kreuzberg/liter-llm-node">
16
+ <img src="https://img.shields.io/npm/v/@kreuzberg/liter-llm-node?label=Node.js&color=007ec6" alt="Node.js" />
17
17
  </a>
18
18
  <a href="https://www.npmjs.com/package/@kreuzberg/liter-llm-wasm">
19
19
  <img src="https://img.shields.io/npm/v/@kreuzberg/liter-llm-wasm?label=WASM&color=007ec6" alt="WASM" />
20
20
  </a>
21
- <a href="https://central.sonatype.com/artifact/dev.kreuzberg/liter-llm">
22
- <img src="https://img.shields.io/maven-central/v/dev.kreuzberg/liter-llm?label=Java&color=007ec6" alt="Java" />
21
+ <a href="https://central.sonatype.com/artifact/dev.kreuzberg.literllm/liter-llm">
22
+ <img src="https://img.shields.io/maven-central/v/dev.kreuzberg.literllm/liter-llm?label=Java&color=007ec6" alt="Java" />
23
23
  </a>
24
24
  <a href="https://github.com/kreuzberg-dev/liter-llm/tree/main/packages/go">
25
25
  <img src="https://img.shields.io/github/v/tag/kreuzberg-dev/liter-llm?label=Go&color=007ec6" alt="Go" />
@@ -27,8 +27,8 @@
27
27
  <a href="https://www.nuget.org/packages/LiterLlm">
28
28
  <img src="https://img.shields.io/nuget/v/LiterLlm?label=C%23&color=007ec6" alt="C#" />
29
29
  </a>
30
- <a href="https://packagist.org/packages/kreuzberg/liter-llm">
31
- <img src="https://img.shields.io/packagist/v/kreuzberg/liter-llm?label=PHP&color=007ec6" alt="PHP" />
30
+ <a href="https://packagist.org/packages/kreuzberg-dev/liter-llm">
31
+ <img src="https://img.shields.io/packagist/v/kreuzberg-dev/liter-llm?label=PHP&color=007ec6" alt="PHP" />
32
32
  </a>
33
33
  <a href="https://rubygems.org/gems/liter_llm">
34
34
  <img src="https://img.shields.io/gem/v/liter_llm?label=Ruby&color=007ec6" alt="Ruby" />
@@ -72,7 +72,7 @@
72
72
  </a>
73
73
  </div>
74
74
 
75
- Universal LLM API client for Ruby. Access 143+ LLM providers through a single interface with idiomatic Ruby API and native performance.
75
+ Universal LLM API client for Ruby. Access 143 LLM providers through a single interface with idiomatic Ruby API and native performance.
76
76
 
77
77
  ## What This Package Provides
78
78
 
@@ -161,7 +161,7 @@ puts
161
161
 
162
162
  ## Features
163
163
 
164
- ### Supported Providers (143+)
164
+ ### Supported Providers (143)
165
165
 
166
166
  Route to any provider using the `provider/model` prefix convention:
167
167
 
@@ -181,7 +181,7 @@ Route to any provider using the `provider/model` prefix convention:
181
181
 
182
182
  ### Key Capabilities
183
183
 
184
- - **Provider Routing** -- Single client for 143+ LLM providers via `provider/model` prefix
184
+ - **Provider Routing** -- Single client for 143 LLM providers via `provider/model` prefix
185
185
  - **Local LLMs** — Connect to locally-hosted models via Ollama, LM Studio, vLLM, llama.cpp, and other local inference servers
186
186
  - **Unified API** -- Consistent `chat`, `chat_stream`, `embeddings`, `list_models` interface
187
187
  - **Streaming** -- Real-time token streaming via `chat_stream`
@@ -202,7 +202,7 @@ Built on a compiled Rust core for speed and safety:
202
202
 
203
203
  ## Provider Routing
204
204
 
205
- Route to 143+ providers using the `provider/model` prefix convention:
205
+ Route to 143 providers using the `provider/model` prefix convention:
206
206
 
207
207
  ```text
208
208
  openai/gpt-4o
@@ -231,12 +231,13 @@ See the [proxy server documentation](https://docs.liter-llm.kreuzberg.dev/server
231
231
 
232
232
  ## Part of Kreuzberg.dev
233
233
 
234
- - [Kreuzberg](https://github.com/kreuzberg-dev/kreuzberg) — document intelligence: text, tables, metadata from 90+ formats with optional OCR.
234
+ - [Kreuzberg](https://github.com/kreuzberg-dev/kreuzberg) — document intelligence: text, tables, metadata from 91+ formats with optional OCR.
235
235
  - [Kreuzberg Cloud](https://github.com/kreuzberg-dev/kreuzberg-cloud) — managed extraction API with SDKs, dashboards, and observability.
236
236
  - [kreuzcrawl](https://github.com/kreuzberg-dev/kreuzcrawl) — web crawling and scraping with HTML→Markdown and headless-Chrome fallback.
237
237
  - [html-to-markdown](https://github.com/kreuzberg-dev/html-to-markdown) — fast, lossless HTML→Markdown engine.
238
+ - [liter-llm](https://github.com/kreuzberg-dev/liter-llm) — universal LLM API client with native bindings for 14 languages and 143 providers.
238
239
  - [tree-sitter-language-pack](https://github.com/kreuzberg-dev/tree-sitter-language-pack) — tree-sitter grammars and code-intelligence primitives.
239
- - [alef](https://github.com/kreuzberg-dev/alef) — the polyglot binding generator that produces this README and all per-language bindings.
240
+ - [alef](https://github.com/kreuzberg-dev/alef) — the polyglot binding generator that produces every per-language binding across the 5 polyglot repos.
240
241
  - [Discord](https://discord.gg/xt9WY3GnKR) — community, roadmap, announcements.
241
242
 
242
243
  ## Contributing