llm-zoo 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  LLM pricing and capabilities change weekly. Docs are scattered. There's no single source of truth.
4
4
 
5
- **One package. 78 models. Always current.**
5
+ **One package. 80+ models. Always current.**
6
6
 
7
7
  ```typescript
8
8
  import { lookup, cost, cheapest } from 'llm-zoo';
@@ -52,10 +52,10 @@ npm install llm-zoo
52
52
  | `gpt45` | $75 | $150 | - | OpenAI |
53
53
  | `gpt52pro` | $21 | $168 | ✓ | OpenAI |
54
54
  | `o3pro` | $20 | $80 | ✓ | OpenAI |
55
- | `opus45T` | $5 | $25 | ✓ | Anthropic |
56
- | `opus45` | $5 | $25 | - | Anthropic |
57
55
  | `opus41T` | $15 | $75 | ✓ | Anthropic |
58
56
  | `opus41` | $15 | $75 | - | Anthropic |
57
+ | `opus45T` | $5 | $25 | ✓ | Anthropic |
58
+ | `opus45` | $5 | $25 | - | Anthropic |
59
59
 
60
60
  ### Largest Context
61
61
 
@@ -84,12 +84,12 @@ npm install llm-zoo
84
84
 
85
85
  | Provider | Models | Highlights |
86
86
  |----------|--------|------------|
87
- | **Anthropic** | 20 | 90% cache savings, PDF support |
88
- | **OpenAI** | 27 | o-series reasoning, deep research |
87
+ | **Anthropic** | 21 | 90% cache savings, PDF support |
88
+ | **OpenAI** | 28 | o-series reasoning, deep research |
89
89
  | **Google** | 6 | 1M context, audio input |
90
90
  | **DeepSeek** | 7 | Budget reasoning ($0.28/1M) |
91
91
  | **xAI** | 5 | Grok 4 with 256K context |
92
- | **Moonshot** | 7 | Kimi K2 thinking mode |
92
+ | **Moonshot** | 8 | Kimi K2 thinking mode |
93
93
  | **DashScope** | 3 | Qwen with 1M context |
94
94
  | **Copilot** | 1 | Free GPT-4o |
95
95
  | **OpenRouter** | 2 | Llama 405B, QVQ-72B |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "llm-zoo",
3
- "version": "1.0.0",
4
- "description": "70+ LLM models. Pricing, capabilities, context windows. Always current.",
3
+ "version": "1.0.1",
4
+ "description": "80+ LLM models. Pricing, capabilities, context windows. Always current.",
5
5
  "keywords": [
6
6
  "llm",
7
7
  "gpt",
@@ -32,7 +32,7 @@
32
32
  "license": "MIT",
33
33
  "repository": {
34
34
  "type": "git",
35
- "url": "git+https://github.com/texra-ai/llm-zoo.git"
35
+ "url": "https://github.com/texra-ai/llm-zoo"
36
36
  },
37
37
  "homepage": "https://github.com/texra-ai/llm-zoo",
38
38
  "bugs": {
@@ -72,7 +72,7 @@
72
72
  "prepublishOnly": "npm run build"
73
73
  },
74
74
  "peerDependencies": {
75
- "zod": "^3.22.0"
75
+ "zod": "^3.22.0 || ^4.0.0"
76
76
  },
77
77
  "peerDependenciesMeta": {
78
78
  "zod": {