@just-every/ensemble 0.2.161 → 0.2.162
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/README.md +8 -0
- package/dist/cjs/data/model_data.cjs +483 -93
- package/dist/cjs/data/model_data.d.ts.map +1 -1
- package/dist/cjs/data/model_data.js.map +1 -1
- package/dist/cjs/model_providers/gemini.cjs +6 -3
- package/dist/cjs/model_providers/gemini.d.ts.map +1 -1
- package/dist/cjs/model_providers/gemini.js.map +1 -1
- package/dist/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/dist/data/model_data.d.ts.map +1 -1
- package/dist/data/model_data.js +483 -93
- package/dist/data/model_data.js.map +1 -1
- package/dist/model_providers/gemini.d.ts.map +1 -1
- package/dist/model_providers/gemini.js +6 -3
- package/dist/model_providers/gemini.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -34,6 +34,14 @@ See the [demo README](demo/README.md) for detailed information about each demo.
|
|
|
34
34
|
- 📊 **Cost & Quota Tracking** - Built-in usage monitoring and cost calculation
|
|
35
35
|
- 🎯 **Smart Result Processing** - Automatic summarization and truncation for long outputs
|
|
36
36
|
|
|
37
|
+
## Model Updates (Nov 2025)
|
|
38
|
+
- OpenAI: GPT-5.1 (base + Codex, Codex-Mini, Codex-Max*), GPT-5/4.1/4o lines retained
|
|
39
|
+
- Anthropic: Claude 4.5 (Sonnet/Haiku, incl. 1M context) and Claude Opus 4.1
|
|
40
|
+
- Google: Gemini 3 (Pro/Flash/Ultra) and refreshed Gemini 2.5 pricing incl. image/TTS/native-audio
|
|
41
|
+
- xAI: Grok 4.1 Fast and Grok 4 Fast with tiered pricing; updated Grok 4/3/mini variants
|
|
42
|
+
|
|
43
|
+
*Codex-Max pricing reflects current published rates and may change when OpenAI finalizes API pricing.
|
|
44
|
+
|
|
37
45
|
## Installation
|
|
38
46
|
|
|
39
47
|
```bash
|