omk-ai 0.95.2 → 0.96.0
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 +2 -0
- package/dist/models.generated.d.ts +5097 -2556
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +2886 -665
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,6 +81,8 @@ Unified LLM API with automatic model discovery, provider configuration, token an
|
|
|
81
81
|
- **Zyloo** (OpenAI-compatible unified API gateway)
|
|
82
82
|
- **Any OpenAI-compatible API**: Ollama, vLLM, LM Studio, etc.
|
|
83
83
|
|
|
84
|
+
The generated NVIDIA NIM entry `z-ai/glm-5.2` explicitly enables `reasoning_effort`; its `max` thinking level is sent as `reasoning_effort: "max"`. Other NVIDIA models keep the provider's conservative compatibility defaults.
|
|
85
|
+
|
|
84
86
|
## Installation
|
|
85
87
|
|
|
86
88
|
```bash
|