StepFun

StepFun

Step 3.7 Flash

Step 3.7 Flash is a fast, low-cost model optimized for high-throughput chat and bulk processing. Reach for it when you need to handle text, image, or video inputs at scale with tool calling and reasoning enabled.

Modalities

Text+Image → Text

Input

$0.27 /1M

Output

$1.553 /1M

Cached input

$0.027 /1M90% off

Context

256K

Speed

fast

Performance

Live production data from real requests on Kyma — not synthetic benchmarks.

Rank

#52

of 87 active models

Tokens served

20.3K

all-time

Success rate

100%

last 7 days

Median throughput58 tok/s
Total requests102
Platform share0.0%
Tokens · last 15 daysJul 19Aug 2

Pricing

Pay per token. Cached input is billed at 10% of the input rate.

$0.27 /1M input$1.553 /1M output
Hobby10 req/day · 2K in / 500 out
~$0.39/mo
Production1,000 req/day · 2K in / 500 out
~$39.49/mo
Scale20,000 req/day · 2K in / 500 out
~$790/mo
+ Estimate your workload
1,000
2,000
500
30%

Estimated monthly cost

$35.12

$1.17 / day on Step 3.7 Flash

Same workload on:

Llama 4 Maverick$32.40-8%
Grok 4.20 Multi-Agent$152+333%

Estimates use list pricing with cached input billed at the 90%-discount rate. Actual bills depend on real token counts — every response includes its exact cost.

When to use Step 3.7 Flash

Updated 2026-07-31

Where this model earns its cost — and where it doesn't.

Created by stepfun, it supports a 256,000-token context window and accepts text, image, and video inputs while returning text. It includes native support for tool calling, reasoning, and structured outputs.

On Kyma, requests are routed through an OpenAI-compatible endpoint with automatic failover if a serving path degrades. Prompt prefixes are cached at 10% of the standard input rate.

The model caps output at 8,192 tokens, making it suitable for conversational and extraction workflows rather than long-form generation.

Bulk Chat Processing

Route high-volume conversational workloads with low latency and minimal overhead.

Multimodal Input Analysis

Extract information from text, images, and video streams in a single request.

Tool-Driven Workflows

Execute function calls and structured data extraction for automated pipelines.

Long-Context Summarization

Process documents up to 256K tokens while maintaining fast response times.

Not ideal for: It is not suited for tasks requiring outputs longer than 8,192 tokens or heavy creative writing where maximum reasoning depth is prioritized over speed and cost.

How it compares

Against the peers people actually weigh it against.

SpecStep 3.7 FlashLlama 4 MaverickGrok 4.20 Multi-Agent
Input /1M$0.27$0.27$1.688
Output /1M$1.553$1.08$3.375
Context256K1M2M
ToolsYesYesNo
ReasoningYesNoYes
Speedfastfastslow

Quick start

Up and running in under two minutes.

  1. 1

    Create an API key

    Sign up and grab a key from the dashboard — $0.50 free credit, no card required.

    Get API key →
  2. 2

    Make your first request

    Drop in your key and send a chat completion — fully OpenAI-compatible.

    curl https://kymaapi.com/v1/chat/completions \
      -H "Authorization: Bearer YOUR_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "step-3.7-flash",
        "messages": [
          {"role": "user", "content": "Explain prompt caching in one paragraph."}
        ]
      }'
  3. 3

    Stream responses

    Add "stream": true to receive tokens as they arrive.

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

FAQ

Common questions about this model.

What is the context window of Step 3.7 Flash?

Step 3.7 Flash has a 256K-token context window — roughly 376 pages of text in a single request.

How much does the Step 3.7 Flash API cost?

$0.27 per 1M input tokens and $1.553 per 1M output tokens, with cached input at $0.027/1M — a 90% discount on repeated prompt prefixes. No subscription; you pay only for what you use.

Does Step 3.7 Flash support function calling?

Yes — Step 3.7 Flash supports tool/function calling and structured outputs (JSON mode), so it works with agent frameworks out of the box.

How do I use Step 3.7 Flash?

Kyma is OpenAI-compatible: point your SDK's base URL at https://kymaapi.com/v1, use your Kyma API key, and set the model to step-3.7-flash. Signing up is free and includes $0.50 of credit — no card required.

Does this model support image and video inputs?

Yes, it accepts text, image, and video inputs and returns text outputs.

How does prompt caching work with this model on Kyma?

Repeated prompt prefixes are billed at 10% of the standard input rate, and Kyma automatically reroutes requests if a serving path degrades.

What is the maximum output length?

The model caps generation at 8,192 tokens per request.

Start with $0.50 free credit — no card required.Create account →