Instructions to use stepfun-ai/Step-Audio-2-mini with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stepfun-ai/Step-Audio-2-mini with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("stepfun-ai/Step-Audio-2-mini", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Supported languages
#4
by CelesteLove - opened
Hello. First of all, thank you for this great release; it's very impressive what you guys have accomplished. My question is: what languages are supported when speaking with the model? Thank you very much.
Hi, we officially support Chinese and English.
The model may also understand more languages like Japanese but that's unofficially.