Keras ships ZeroModels: 100+ model families in pure Keras 3, runnable on any backend

fchollet · x · 2026-09-10

François Chollet announced ZeroModels: 100+ model families implemented in pure Keras 3, with weights converted from original checkpoints. The same code runs on JAX, PyTorch, and TensorFlow — no transformers or torch dependency at runtime.

Coverage includes object detection (DETR), segmentation (SegFormer, 13 variants), depth estimation (Depth Anything V2), promptable masks (SAM 3), open-vocabulary detection (OWLv2), and speech recognition (Whisper), with SAM 3, Gemma 4, and GLM-5 newly landed.

Usage is uniform: fromweights builds both the model and its processor from one Hub identifier, so moving between a detector, a depth estimator, and an LLM costs nothing. Install via pip install -U zeromodels. Combined with KerasHub, the Keras ecosystem now spans an extensive range of foundation models.

Related event: Keras Launches ZeroModels: 100+ Model Families Run Across Backends(2 posts)→

Original post →

More from Infra

Infra channel →