StepFun Review: Pricing & Comparison
StepFun's official platform, Step-3.x series, multimodal flagship plus voice and image, low latency
Last verified: 2026-08-15 · Visit official site →
StepFun: a lightweight, efficient domestic API
StepFun (platform.stepfun.com) is the official API service from StepFun, a domestic AI large-model startup, built around its core product, the Step model series. In an increasingly competitive domestic model landscape, StepFun chose a differentiated path: leading with lightweight efficiency and low latency rather than chasing parameter scale for its own sake.
For developers building real-time interactive applications — live customer support, voice assistants, streaming conversation — StepFun’s low-latency edge is a genuine engineering advantage, not just marketing language.
The Step model series
StepFun’s Step series has iterated to Step 3.x in 2026, spanning a range of sizes:
- Step-3.7 Flash: multimodal reasoning flagship, natively understands UI/charts/documents/images/app interfaces, compatible with Claude Code, KiloCode, MCP and other agent ecosystems
- Step-3.5 Flash: an efficient language model built for agents, fast with a strong price-performance ratio
- Step-1o-turbo-vision: a vision-understanding model
- StepAudio 2.5 family: Realtime / Chat / TTS / ASR, with zero-shot voice cloning
- step-image-edit-2: image editing and general generation at ¥0.02/image
The Step-2 text model from the previous price list is no longer listed — it has been superseded by Step 3.x; check the official site for the latest lineup.
Integration example
StepFun is compatible with the OpenAI format:
from openai import OpenAI
client = OpenAI(
api_key="your StepFun API key",
base_url="https://api.stepfun.com/v1"
)
response = client.chat.completions.create(
model="step-2",
messages=[{"role": "user", "content": "Explain the core principles of the Transformer architecture"}],
stream=True
)
for chunk in response:
print(chunk.choices[0].delta.content or "", end="")
Who it fits
StepFun is best suited to a few scenarios:
- High-concurrency, lightweight tasks: use Step-2-mini for low cost and low latency
- Real-time conversation streams: streaming output paired with low latency delivers a good user experience
- Multi-model routing strategies: use StepFun for simple tasks and route complex tasks to DeepSeek/GPT
If you’re evaluating multiple domestic APIs, StepFun is worth testing side by side with DeepSeek’s official API to compare latency and price before deciding. 01.AI’s Yi series is also worth considering as an alternative.
Information verified 2026-08-15. The Step series iterates fairly quickly — check platform.stepfun.com’s official pricing docs for the latest models and prices.
Related reviews
- Fireworks AI: enterprise-grade inference for open-source models, deep Function Calling optimization, ultra-low-latency SLA
- Chien API: direct-channel relay, exchange rate 1-2¥/USD, OpenAI-focused for individual developers
- Bob API: solo-developer style, high-quality mainland direct connect, mainstream models, good for personal projects
- Lumin AI: launched in 2026, low ¥5 entry bar, Kiro endpoint at ¥2/10M tokens
Quick facts
| Pricing model | Pay-as-you-go by token (RMB): step-3.7-flash ¥1.35 in/¥8.1 out (cache ¥0.27); step-3.5-flash ¥0.7 in/¥2.1 out (cache ¥0.14); step-1o-turbo-vision ¥2.5 in/¥8 out; TTS ¥5.8 per 10k chars, image edit ¥0.02/image |
|---|---|
| Model coverage | Step-3.7 Flash (multimodal reasoning flagship), Step-3.5 Flash (language reasoning), Step-1o-turbo-vision (vision), StepAudio 2.5 voice family (Realtime/Chat/TTS/ASR), step-image-edit-2 image editing |
| Latency / SLA | Mainland direct connect, officially claimed low latency, suited to real-time applications |
| Mainland direct connect | 直连 |
| Best for | Developers |
| Referral program | No public affiliate/referral program found |
Pros
- Mainland direct connect, low latency, well suited to real-time conversation and streaming-output scenarios
- Step-3.7 Flash is a multimodal reasoning flagship with strong Chinese and multimodal capability
- Offered directly by the official developer, with no intermediary markup and transparent pricing; a full voice/image/video multimodal family
Cons
- Smaller model scale and lower brand recognition than competitors like DeepSeek and Moonshot
- Smaller developer community and fewer third-party resources
- The Step-2 text model is no longer on the current price list — check the official site for historical models
Compare more AI API relays
See the full comparison board — filter by price tier, model coverage, and mainland direct-connect status.
Back to the comparison board →