Skip to content

Commit 1fb022c

Browse files
committed
feat: use iframe to embed Step-Audio 2 project page
- Replace external link with iframe embedding - Display StepFun official page directly in the project page - Add responsive iframe container with proper aspect ratio - Keep project summary and link below iframe
1 parent 451b2ab commit 1fb022c

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
title: Step-Audio 2
33
date: 2025-07-23
4-
external_link: https://www.stepfun.com/research/en/step-audio2
54
tags:
65
- Audio LLM
76
- Speech Understanding
@@ -10,13 +9,26 @@ tags:
109
summary: End-to-end multimodal large language model with audio reasoning capabilities, achieving SOTA performance on multiple benchmarks.
1110
---
1211

12+
<div style="position: relative; width: 100%; padding-bottom: 75%; overflow: hidden;">
13+
<iframe
14+
src="https://www.stepfun.com/research/en/step-audio2"
15+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none;"
16+
allowfullscreen
17+
loading="lazy">
18+
</iframe>
19+
</div>
20+
21+
---
22+
23+
**项目简介:**
24+
1325
Step-Audio 2 is an end-to-end multimodal large language model engineered for industrial applications. This model innovatively integrates a latent space audio encoder with audio reinforcement learning.
1426

15-
**Key Features:**
27+
**关键特性:**
1628
- Genuine end-to-end architecture eliminating traditional ASR+LLM+TTS pipelines
1729
- CoT-reinforcement learning fusion enabling audio reasoning capabilities
1830
- Acoustic knowledge enhancement via web search and audio retrieval
1931
- SOTA performance on MMAU, URO-Bench, and multiple ASR benchmarks
2032

21-
[View Full Project](https://www.stepfun.com/research/en/step-audio2)
33+
[访问完整页面](https://www.stepfun.com/research/en/step-audio2)
2234

0 commit comments

Comments
 (0)