@clinebot/llms 0.0.14 → 0.0.15

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.
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@clinebot/llms",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Config-driven SDK for selecting, extending, and instantiating LLM providers and models",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
7
7
  "dependencies": {
8
- "@clinebot/shared": "0.0.14",
8
+ "@clinebot/shared": "0.0.15",
9
9
  "@ai-sdk/amazon-bedrock": "^4.0.67",
10
10
  "@ai-sdk/google-vertex": "^4.0.74",
11
11
  "@ai-sdk/mistral": "^3.0.24",
@@ -14,7 +14,7 @@ export const GENERATED_PROVIDER_MODELS: {
14
14
  version: number;
15
15
  providers: Record<string, Record<string, ModelInfo>>;
16
16
  } = {
17
- version: 1774472249946,
17
+ version: 1774477517254,
18
18
  providers: {
19
19
  aihubmix: {
20
20
  "claude-sonnet-4-6": {
@@ -11654,6 +11654,20 @@ export const GENERATED_PROVIDER_MODELS: {
11654
11654
  },
11655
11655
  releaseDate: "2026-01-19",
11656
11656
  },
11657
+ "glm-4.7-flashx": {
11658
+ id: "glm-4.7-flashx",
11659
+ name: "GLM-4.7-FlashX",
11660
+ contextWindow: 200000,
11661
+ maxTokens: 131072,
11662
+ capabilities: ["tools", "reasoning", "temperature"],
11663
+ pricing: {
11664
+ input: 0.07,
11665
+ output: 0.4,
11666
+ cacheRead: 0.01,
11667
+ cacheWrite: 0,
11668
+ },
11669
+ releaseDate: "2026-01-19",
11670
+ },
11657
11671
  "glm-4.7": {
11658
11672
  id: "glm-4.7",
11659
11673
  name: "GLM-4.7",