Audio-Text-to-Text
Transformers
Safetensors
step_audio_2
text-generation
audio-reasoning
chain-of-thought
multi-modal
step-audio-r1
custom_code
Instructions to use stepfun-ai/Step-Audio-R1.1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use stepfun-ai/Step-Audio-R1.1 with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("stepfun-ai/Step-Audio-R1.1", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -41,7 +41,7 @@ Through iterative self-distillation, extended deliberation becomes a strength in
|
|
| 41 |
|
| 42 |
### StepFun Audio Studio
|
| 43 |
|
| 44 |
-
- Both Step-Audio-
|
| 45 |
- You will need an API key from the [StepFun Open Platform](https://platform.stepfun.com/).
|
| 46 |
|
| 47 |
## WeChat group
|
|
|
|
| 41 |
|
| 42 |
### StepFun Audio Studio
|
| 43 |
|
| 44 |
+
- Both Step-Audio-R1.1 are available in our [StepFun Audio Studio](https://www.stepfun.com/studio/audio).
|
| 45 |
- You will need an API key from the [StepFun Open Platform](https://platform.stepfun.com/).
|
| 46 |
|
| 47 |
## WeChat group
|