Models
StepFuntext
Step 3.5 Flash
StepFun flash model for quick multilingual chat, extraction, and structured generation.
step-3.5-flashQuickstart
Call this model
Chat completion
curl https://inference-api.worldrouter.ai/v1/chat/completions \
-H "Authorization: Bearer your_api_key" \
-H "Content-Type: application/json" \
-d '{
"model": "step-3.5-flash",
"messages": [
{
"role": "user",
"content": "Hello"
}
]
}'