stepfun/step-3.7-flashStep 3.7 Flash is StepFun's latest high-efficiency multimodal Mixture-of-Experts model. It pairs a 196B-parameter language backbone with a vision encoder for native image and video understanding, activating roughly 11B parameters...
| Token type | USD / 1M | INR / 1M |
|---|---|---|
| Input | $0.200 | ₹20.13 |
| Output | $1.15 | ₹115.75 |
INR prices include forex conversion. Billed per token in your wallet. See the cost calculator.
Call StepFun: Step 3.7 Flash through the supported APIs shown above — just set the base URL and your AICredits key.
curl https://api.aicredits.in/v1/chat/completions \
-H "Authorization: Bearer $AICREDITS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "stepfun/step-3.7-flash",
"messages": [{ "role": "user", "content": "Hello!" }]
}'New here? Follow the quickstart guide or browse all models.