Files
mlx-knife/mlxk2/spec.py
T
The BROKE Cluster Team e8b10ea10b Release 2.0.4-beta.8: Audio transcription support (experimental)
Audio input via --audio flag (CLI) and input_audio content type (Server API).
Uses mlx-vlm native audio processing. ~30s duration limit (model constraint).
Currently only Gemma-3n tested (requires --repair-index fix).

Also includes:
- SERVER-HANDBOOK compliance (image limits, validation error envelopes)
- Dependency updates: mlx>=0.30.0, mlx-lm>=0.30.0, huggingface-hub>=1.0.0
- Audio E2E test suite + ADR-019
2026-01-23 20:20:59 +01:00

8 lines
237 B
Python

"""Spec constants for MLX-Knife 2.0 JSON API.
Single source of truth for the JSON API specification version used by the
current code and tests. Keep this in sync with docs/json-api-specification.md.
"""
JSON_API_SPEC_VERSION = "0.1.7"