AICredits logo
stepfunvision

StepFun: Step 3.7 Flash

stepfun/step-3.7-flash

Step 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...

Supported APIs

Chat APIVision
Context
262K
Max output
Input / 1M
₹20.13
Output / 1M
₹115.75

Pricing

Token typeUSD / 1MINR / 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.

Quickstart

Call StepFun: Step 3.7 Flash through the supported APIs shown above — just set the base URL and your AICredits key.

cURL — /v1/chat/completions
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.