返回模型列表
StepFun: Step 3.5 Flash
stepfun/step-3.5-flashJan 29, 2026256K 上下文256K 最大输出$0.10/M in · $0.30/M out推理
描述
Step 3.5 Flash 是阶跃目前最进阶的开源基础模型。基于稀疏 Mixture of Experts (MoE) 架构,总参数 196B,每 token 仅选择激活 11B。作为一款推理模型,即便在长上下文场景下也能保持高速。
技术规格
供应商
stepfun
上下文长度
256K
最大输出
256K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.10 |
| 输出 | $0.30 |
| 缓存读取 | $0.02 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "stepfun/step-3.5-flash",
"messages": [{"role": "user", "content": "Hello!"}]
}'