@xberg-io/opencode-liter-llm 1.12.0 → 1.12.1

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.
@@ -1,6 +1,6 @@
1
1
  // AI-RULEZ :: GENERATED FILE — DO NOT EDIT
2
2
  // Content-Hash: blake3:1ad3d813d05d2ed27d81f6e6848ad8cf124882181d5f4d5ca2e62e81d7bbc91c
3
- // Source-Hash: blake3:01c82586650c6d6f192c20c3883e5daca12fc9f39afeacade2c4a7407a33ecc8
3
+ // Source-Hash: blake3:38547e58101ad5869e45bb78069ca58ddc9791135bfb8e75bd9c59bc50976672
4
4
  // Schema-Version: v1
5
5
 
6
6
  /**
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # liter-llm
2
2
 
3
- Universal LLM API client for 143 providers — chat, streaming, tools, embeddings, search, OCR, plus an OpenAI-compatible proxy and an MCP server, in your agent.
3
+ Universal LLM API client for 165 providers — chat, streaming, tools, embeddings, search, OCR, plus an OpenAI-compatible proxy and an MCP server, in your agent.
4
4
 
5
5
  <!-- ~keep TODO: add screenshot -->
6
6
 
@@ -47,7 +47,7 @@ Set provider API keys via environment variables (`OPENAI_API_KEY`,
47
47
 
48
48
  | Skill | Trigger |
49
49
  |-------|---------|
50
- | **liter-llm** | Universal LLM client surface — chat, streaming, tools, embeddings, image/audio, moderation, search, OCR, reranking — across 143 providers and 14 language bindings. Use when writing LLM code in any supported language or choosing between the SDK, proxy, and MCP server. |
50
+ | **liter-llm** | Universal LLM client surface — chat, streaming, tools, embeddings, image/audio, moderation, search, OCR, reranking — across 165 providers and 14 language bindings. Use when writing LLM code in any supported language or choosing between the SDK, proxy, and MCP server. |
51
51
  | **calling-llms** | Use when sending chat completions and routing to a specific provider via the `provider/model` prefix. |
52
52
  | **streaming-responses** | Use when streaming tokens incrementally over SSE or async iterators. |
53
53
  | **tool-calling** | Use when defining functions/tools for the model to call, or requesting structured outputs. |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xberg-io/opencode-liter-llm",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "description": "Universal LLM API client for 165 providers — chat, streaming, tools, embeddings, search, OCR, plus an OpenAI-compatible proxy and an MCP server.",
5
5
  "keywords": [
6
6
  "llm",