这个资源提供什么
StepFun 官方定价页将 step-audio-r1.1、step-1x-edit 和 step-2x-large 标注为“限免中”,同时官方 API 文档提供 OpenAI 兼容的聊天接口。这个条目只记录限免模型,不把 Step Plan 订阅或其他付费模型算作免费。
关键信息
免费方式StepFun 官方定价页当前将 step-audio-r1.1、step-1x-edit、step-2x-large 标注为限免中
有效期Limited-time offer; model availability and free status can change
访问条件StepFun Open Platform account and API key
最后核验2026-09-08
免费模型逐个看
| 模型 / Model | 免费额度 | 备注 |
|---|---|---|
step-audio-r1.1 | 限免中(官方定价页标注) | 以官方定价页为准 |
step-1x-edit | 限免中(官方定价页标注) | 以官方定价页为准 |
step-2x-large | 限免中(官方定价页标注) | 以官方定价页为准 |
额度以官方页面和控制台实时显示为准;公测或限免额度可能随时调整。
如何使用
通过 StepFun 开放平台 API 调用官方定价页标注为限免中的模型;其他模型按量计费
前置条件
- StepFun account
- StepFun API key
步骤
- Create a StepFun Open Platform account and API key
- Use the OpenAI-compatible chat endpoint with a currently limited-free model ID
- Recheck the official pricing page before use because the limited-free label may change
curl
curl https://api.stepfun.com/v1/chat/completions --header 'Authorization: Bearer ${STEP_API_KEY}' --header 'Content-Type: application/json' --data '{"model":"step-audio-r1.1","messages":[{"role":"user","content":"Hello"}]}'
官方来源
StepFun 官方定价与限速页面将 step-audio-r1.1 的输入、缓存命中和输出价格标为“限免中”,并将 step-1x-edit、step-2x-large 标为“限时免费”;官方快速开始与对话补全文档给出 https://api.stepfun.com/v1/chat/completions 的 OpenAI 兼容调用方式。