Model reference · open weights
ACE-Step is an open-weight audio or speech model from ACE-Step. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Maker | ACE-Step |
|---|---|
| Type | Audio & music |
| Task | Music / audio |
| Runs with | diffusers |
| Released | 2025-04-28 |
| Popularity | 0 downloads / month |
| Licence | Open weights |
About
ACE-Step is a novel open-source foundation model for music generation that overcomes key limitations of existing approaches through a holistic architectural design. It integrates diffusion-based generation with Sana's Deep Compression AutoEncoder (DCAE) and a lightweight linear transformer, achieving state-of-the-art performance in generation speed, musical coherence, and controllability.
Key Features:
ACE-Step can be used for:
The model serves as a foundation for:
The model should not be used for:
see: https://github.com/ace-step/ACE-Step
| Device | 27 Steps | 60 Steps |
|---|---|---|
| NVIDIA A100 | 27.27x | 12.27x |
| RTX 4090 | 34.48x | 15.63x |
| RTX 3090 | 12.76x | 6.48x |
| M2 Max | 2.27x | 1.03x |
RTF (Real-Time Factor) shown - higher values indicate faster generation
Users should:
Developed by: ACE Studio and StepFun Model type: Diffusion-based music generation with transformer conditioning License: Apache 2.0 Resources:
@misc{gong2025acestep,
title={ACE-Step: A Step Towards Music Generation Foundation Model},
author={Junmin Gong, Wenxiao Zhao, Sen Wang, Shengyuan Xu, Jing Guo},
howpublished={\url{https://github.com/ace-step/ACE-Step}},
year={2025},
note={GitHub repository}
}
This project is co-led by ACE Studio and StepFun.
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys ace-step for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (ace-step below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/audio/transcriptions \ -H "Authorization: Bearer $AXFORGE_API_KEY" \ -F model="ace-step" -F file=@audio.mp3
Create an account — your API key is available in the console. 5M tokens/month currently included with every new account at launch.