Step 3.5 Flash
Step 3.5 Flash is StepFun's most capable open-source foundation model. Built on a sparse Mixture of Experts (MoE) architecture, it selectively activates only 11B of its 196B parameters per token. It is a reasoning model that is incredibly speed efficient even at long contexts.
stepfun/step-3.5-flash
- Contexto
- 262k tokens
- Máx. completion
- 65,536
- Tools
- Sí
- JSON
- No
- Lanzamiento
- 2026-01-29
Llámalo desde Geek Hub
El mismo SDK de OpenAI. Cambia el base URL y el id del modelo.
curl https://api.geekhub.mx/v1/chat/completions \
-H "Authorization: Bearer $GEEKHUB_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "stepfun/step-3.5-flash",
"messages": [{"role": "user", "content": "Hola"}]
}'Consigue tu API keyPreguntas frecuentes
- ¿Qué es Step 3.5 Flash?
- Step 3.5 Flash is StepFun's most capable open-source foundation model. Built on a sparse Mixture of Experts (MoE) architecture, it selectively activates only 11B of its 196B parameters per token. It is a reasoning model that is incredibly speed efficient even at long contexts. Step 3.5 Flash corre en el API de Geek Hub (compatible con OpenAI). Id: stepfun/step-3.5-flash.
- ¿Step 3.5 Flash es gratis?
- No. El input cuesta $0.109 / 1M tokens y el output $0.327 / 1M tokens en Geek Hub (markup incluido).
- ¿Cuál es el contexto de Step 3.5 Flash?
- Step 3.5 Flash tiene una ventana de 262k tokens. Soporta hasta 65,536 tokens de completion.
- ¿Step 3.5 Flash soporta tool calling y structured outputs?
- Step 3.5 Flash acepta tools y tool_choice para function calling. No lista structured outputs en este endpoint.
- ¿Cuándo se lanzó Step 3.5 Flash?
- Step 3.5 Flash se lanzó el 29 de enero de 2026.