v0.1.4

deepseek-ai/DeepSeek-Coder-V2v0.1.4Mar 2, 2026by ChuxiJ

AI Summary

Version 0.1.4 focuses on architectural refactoring of the Gradio UI and API server to improve modularity and test isolation, adds OpenRouter audio generation capabilities, and fixes critical crashes related to auto-labelling and decoder imports.

Key Highlights

  • Refactoring of Gradio UI to decompose LLM actions and harden test isolation.
  • Refactoring of the API server into focused modules for better maintainability.
  • New support for OpenRouter sample/audio2code endpoints and expanded generation params.
  • NVIDIA Jetson Docker support with GPU acceleration.
  • Fixes for auto-labelling crashes and decoder import issues.

New Features

  • OpenRouter audio generation endpoints.
  • NVIDIA Jetson Docker support.
  • Refactoring of API routes (sample/query/release task routes).
  • Refactoring of runtime/job helpers.
  • Fix for `_unwrap_decoder` function import.
  • Manual pagination helpers for Python SDK.
  • Agent webhook support added to agent client.

Full Release Notes

## What's Changed
* docs: add Awesome ACE-Step link to README by @ChuxiJ in https://github.com/ace-step/ACE-Step-1.5/pull/715
* Fix auto-labelling crash when "auto" device is selected by @Copilot in https://github.com/ace-step/ACE-Step-1.5/pull/714
* refactor(gradio): decompose LLM actions and harden UI test isolation by @1larity in https://github.com/ace-step/ACE-Step-1.5/pull/710
* Automated clean up of issues by @schneidergithub in https://github.com/ace-step/ACE-Step-1.5/pull/723
* refactor(gradio): decompose batch management with facade by @1larity in https://github.com/ace-step/ACE-Step-1.5/pull/716
* feat(openrouter): add sample/audio2code endpoints and expand generation params by @ChuxiJ in https://github.com/ace-step/ACE-Step-1.5/pull/729
* refactor(openrouter): inline audio2code for cover mode, remove standalone endpoints by @ChuxiJ in https://github.com/ace-step/ACE-Step-1.5/pull/730
* Fixing the issue with `_unwrap_decoder` function import (see #719) by @arsenylosev in https://github.com/ace-step/ACE-Step-1.5/pull/720
* refactor(api): decompose model service and reinitialize routes by @1larity in https://github.com/ace-step/ACE-Step-1.5/pull/718
* Exclude macOS from flash-attn wheel dependencies in nano-vllm to stop ~480MB download on macOS ARM64 by @Copilot in https://github.com/ace-step/ACE-Step-1.5/pull/734
* feat: Add NVIDIA Jetson Docker support with GPU acceleration by @toolboc in https://github.com/ace-step/ACE-Step-1.5/pull/735
* refactor(api): decompose sample/query/release task routes by @1larity in https://github.com/ace-step/ACE-Step-1.5/pull/725
* refactor(api): decompose runtime/job helpers (API FD) by @1larity in https://github.com/ace-step/ACE-Step-1.5/pull/726
* fix(generation): add timeout, progress fallback, and VRAM pre-flight … by @Uni404x64 in https://github.com/ace-step/ACE-Step-1.5/pull/671
* feat: add codes for openrouter_adapter by @DumoeDss in https://github.com/ace-step/ACE-Step-1.5/pull/738
* refactor(api): decompose api_server into focused modules by @1larity in https://github.com/ace-step/ACE-Step-1.5/pull/741
* fix(lrc): always return intermediate tensors so LRC generation works for all task types by @ChuxiJ in https://github.com/ace-step/ACE-Step-1.5/pull/750

## New Contributors
* @arsenylosev made their first contribution in https://github.com/ace-step/ACE-Step-1.5/pull/720
* @toolboc made their first contribution in https://github.com/ace-step/ACE-Step-1.5/pull/735
* @Uni404x64 made their first contribution in https://github.com/ace-step/ACE-Step-1.5/pull/671

**Full Changelog**: https://github.com/ace-step/ACE-Step-1.5/compare/v0.1.3...v0.1.4