StepFun / stepfun/step-3.7-flash

Step 3.7 Flash - access through LLMTR

Step 3.7 Flash is a multimodal reasoning model for text, image, and video input through Chat Completions. It is suited to coding help, multi-step agent flows, document or screenshot interpretation, and long-context analysis; reasoning_effort low, medium, and high tune the latency/depth balance.

Technical specifications

Canonical IDstepfun/step-3.7-flash
ProviderStepFun
Context window256,000 tokens
OperationsCHAT_COMPLETIONS
Modalitiestext, image, video

Pricing

A 6% platform margin applies to credit top-ups; model usage prices are not separately marked up.

OperationMetricUnitPrice
CHAT_COMPLETIONSCACHE_READPER_1M_TOKENSNot available
CHAT_COMPLETIONSINPUT_TEXTPER_1M_TOKENSNot available
CHAT_COMPLETIONSOUTPUT_TEXTPER_1M_TOKENSNot available

Example usage

With existing OpenAI SDK flows, change only the base URL and model identifier.

curl https://llmtr.com/v1/chat/completions \
  -H "Authorization: Bearer llmtr-your_key" \
  -H "Content-Type: application/json" \
  -d '{"model":"stepfun/step-3.7-flash","messages":[{"role":"user","content":"Hello"}]}'

Related models