Step 5 Preview
stepfun-step-plan/step-5-preview · in: text, image, video → out: text · price provider-declared (via models.dev). Capabilities: tools reasoning text image video.
This is a text model — providers price it per unit, not per token, so models.dev carries no token price (fields read “—”). See StepFun Step Plan (China)’s docs for per-unit rates.
- Provider
- StepFun Step Plan (China) (
stepfun-step-plan) - Kind
- text (outputs text)
- Context
- 1,000,000 tokens
- Max output
- 65,536 tokens
- Capabilities
- tools reasoning text image video
Same model, other providers
“Step 5 Preview” is offered by 7 providers — cheapest-effective first. StepFun (China) is the cheapest at $1.40 blended.
| Provider | Input | Output | Blended | Context |
|---|---|---|---|---|
| StepFun (China) | $0.959 | $2.74 | $1.40 | 1M |
| EmpirioLabs AI | $1 | $2.7 | $1.43 | 1M |
| NanoGPT | $1 | $2.7 | $1.43 | 1M |
| Vercel AI Gateway | $1 | $2.7 | $1.43 | 1M |
| StepFun (Global) | $1 | $2.7 | $1.43 | 1M |
| AIHubMix | $1.08 | $3.09 | $1.58 | 1M |
| StepFun Step Plan (China) (this) | — | — | — | 1M |
Call it
jishie indexes & prices models; it does not proxy inference.
Most providers are OpenAI-compatible — point base_url at StepFun Step Plan (China) and pass this model id:
curl $BASE_URL/v1/chat/completions \
-H "Authorization: Bearer $API_KEY" -H "Content-Type: application/json" \
-d '{"model":"step-5-preview","messages":[{"role":"user","content":"hello"}]}'
Route programmatically with MCP find_model / get_model, or fetch this record free (no wallet):