v0.6.3
Highlights
Chat requests can now combine text and images, while the model catalog gains more classification, extraction, and object-detection options.
Features
- The gateway's OpenAI-compatible chat endpoint now accepts inline image data for vision-capable models while preserving text/image ordering.
- Added ModernBERT-base-zeroshot-v2.0 and BART-large-MNLI classification configurations, GLiNER2-large-v1 extraction, and OWLv2-large-patch14-ensemble object detection.
- Added Azure Blob support for model caching and large request payloads.
Bug fixes
- Corrected image preprocessing and removed padding from document embeddings for
nvidia/llama-nemoretriever-colembed-3b-v1. - Workers are removed promptly from gateway discovery when they shut down, reducing routing to stale workers.