update release note

This commit is contained in:
Ishaan Jaff 2024-12-28 20:15:30 -08:00
parent ea8f0913c2
commit 8c569899c0
3 changed files with 23 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

View file

@ -1,19 +1,39 @@
import Image from '@theme/IdealImage';
## New Features
## Admin UI
`deepgram`, `fireworks ai`, `vision`, `admin ui`, `dependency upgrades`
## New Models
### **Deepgram Speech to Text**
### **Fireworks AI - Vision** support for all models
LiteLLM supports document inlining for Fireworks AI models. This is useful for models that are not vision models, but still need to parse documents/images/etc.
LiteLLM will add `#transform=inline` to the url of the image_url, if the model is not a vision model [See Code](https://github.com/BerriAI/litellm/blob/1ae9d45798bdaf8450f2dfdec703369f3d2212b7/litellm/llms/fireworks_ai/chat/transformation.py#L114)
## Proxy Admin UI
- `Test Key` Tab displays `model` used in response
<Image img={require('../../img/release_notes/ui_model.png')} />
- `Test Key` Tab renders content in `.md`, `.py` (any code/markdown format)
<Image img={require('../../img/release_notes/ui_format.png')} />
## Dependency Upgrades
- (Security fix) Upgrade to `fastapi==0.115.5` https://github.com/BerriAI/litellm/pull/7447
## Docs
## Bug Fixes
- Add health check support for realtime models [Here](https://docs.litellm.ai/docs/proxy/health#realtime-models)
- Health check error with audio_transcription model https://github.com/BerriAI/litellm/issues/5999