@juspay/neurolink 12.2.3 → 12.2.4

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/CHANGELOG.md CHANGED
@@ -1,8 +1,8 @@
1
- ## [12.2.3](https://github.com/juspay/neurolink/compare/v12.2.2...v12.2.3) (2026-08-27)
1
+ ## [12.2.4](https://github.com/juspay/neurolink/compare/v12.2.3...v12.2.4) (2026-08-27)
2
2
 
3
3
  ### Bug Fixes
4
4
 
5
- - **(tools):** address scaffold review findings from [#1582](https://github.com/juspay/neurolink/issues/1582) ([36ba36c](https://github.com/juspay/neurolink/commit/36ba36c92f2ebc7b8735b90f0e50d0fcb88a5596))
5
+ - **(providers):** complete the cerebras integration surface ([0ab7197](https://github.com/juspay/neurolink/commit/0ab7197996badbe40f91047e4672ae0b6c71d8f8)), closes [1561/#1564](https://github.com/1561/neurolink/issues/1564)
6
6
 
7
7
  ## [11.2.3](https://github.com/juspay/neurolink/compare/v11.2.2...v11.2.3) (2026-08-19)
8
8
 
package/README.md CHANGED
@@ -48,6 +48,7 @@ Extracted from production systems at Juspay, NeuroLink provides a practical, Typ
48
48
 
49
49
  | Feature | Version | Description | Guide |
50
50
  | -------------------------------------------- | ------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
51
+ | **Cerebras Provider** | next | Wafer-scale inference at ~3000 tok/s: GPT-OSS 120B (default) + Gemma 4 31B, OpenAI-compatible Tier 2 catalog entry, live-verified end to end (generate, stream, tools, structured output). | [Cerebras Guide](docs/getting-started/providers/cerebras.md) |
51
52
  | **Avatar / Music Modalities + 12 Providers** | next | New `output: { mode: "avatar" \| "music" }` dispatch with handlers for D-ID, HeyGen, Replicate-MuseTalk (avatar) and Beatoven, ElevenLabs Music, Lyria, Replicate-MusicGen (music). Plus Fish Audio TTS, Kling/Runway/Replicate video, xAI/Groq/Cohere/Together/Fireworks/Perplexity/Cloudflare LLMs, Voyage/Jina embeddings, Stability/Ideogram/Recraft/Replicate image-gen. | [Provider Integration](docs/provider-integration/) |
52
53
  | **Multi-Provider Voice (TTS/STT)** | v9.62.0 | 6 TTS providers (OpenAI TTS, ElevenLabs, Google TTS, Azure TTS, Fish Audio, Cartesia) + 4 STT providers (Whisper, Deepgram, Azure STT, Google STT) + 2 realtime APIs (OpenAI Realtime, Gemini Live). | [TTS Guide](docs/features/tts.md) \| [STT Guide](docs/features/audio-input.md) \| [Realtime Guide](docs/features/real-time-services.md) |
53
54
  | **4 New Providers** | v9.60.0 | DeepSeek (V3/R1), NVIDIA NIM (400+ catalog), LM Studio (local), llama.cpp (GGUF local). | [Provider Setup](docs/getting-started/provider-setup.md) |