# StepFun: step-asr-1.1 — API on ChinaAPI

> StepFun step-asr-1.1 — the updated general-purpose recognizer in the step-asr line, covering Chinese, English, and Chinese dialects. Accepts ogg, mp3, and wav uploads; transcript output is not billed.

- Canonical page: https://chinaapi.ai/models/step-asr-1.1/
- Model ID: `step-asr-1.1`
- Type: speech recognition (ASR)
- Modalities: Audio input, text output
- Capabilities: Audio, Speech-to-Text, Chinese Dialects
- Billing: $0.35 per audio hour (USD)
- Endpoint: `POST https://api.chinaapi.ai/v1/audio/transcriptions` (OpenAI-compatible transcription endpoint)
- Pricing basis: The displayed media rate may include a service margin covering provider input/output billing, payment processing, chargeback exposure, and operations. Any margin is included in the displayed rate and is not added separately.
- Access: no mainland-China account or phone number required; $2 free trial credit
- Sign up: https://dash.chinaapi.ai/register?lang=en&utm_source=chinaapi&utm_medium=model-md&utm_campaign=step-asr-1.1

## Quickstart

```
curl -X POST https://api.chinaapi.ai/v1/audio/transcriptions \
  -H "Authorization: Bearer $CHINAAPI_API_KEY" \
  -F "model=step-asr-1.1" \
  -F "file=@meeting.wav" \
  -F "response_format=json"
```

## FAQ

**How do I use step-asr-1.1?**
Use step-asr-1.1 through ChinaAPI with an API key and the OpenAI-compatible endpoint shown on this page.

**How much does step-asr-1.1 cost?**
step-asr-1.1 is $0.35 per audio hour, paid in USD. The live pricing page is authoritative. The displayed media rate may include a service margin covering provider input/output billing, payment processing, chargeback exposure, and operations. Any margin is included in the displayed rate and is not added separately.

**Does step-asr-1.1 need a Chinese account?**
No. ChinaAPI provides access without a mainland-China account or phone number and includes a $2 free trial. Check live pricing for the displayed USD rate.

---
Markdown twin of https://chinaapi.ai/models/step-asr-1.1/ — generated by scripts/gen_model_pages.py. Full catalog: https://chinaapi.ai/llms-full.txt
