Changelog
The repository CHANGELOG.md tracks released changes. Pin image tags and SDK versions in production.
Unreleased
- Jev-compatible API, public migration docs, and fake-slice SDK checks.
- Added a pinned multilingual checkpoint on a dedicated worker. Language-aware aliases route non-English state text to it; responses expose the selected model and
x-jein-routed-language. Pinlaya-0.3.20to keep the English checkpoint for every request, or setAUTO_ROUTE_MULTILINGUAL=falseon the API to keep all aliases on English. - Both workers now run
laya==0.3.20with unchanged checkpoints; the served ids arelaya-0.3.20andlaya-multilingual-0.3.20. Answers are identical to the previous package except that non-ASCII text in object-valuedinstructionsis no longer escaped, and such requests no longer fail on the multilingual worker.