Step 3.5 Flash (free)

Other chatreasoningtool_use Long

API ID: stepfun/step-3.5-flash

Input Price
$0.10
/1M tokens
Output Price
$0.30
/1M tokens

About Step 3.5 Flash (free)

Step is StepFun AI's model series, delivering strong performance on general language tasks. The models excel at conversation, reasoning, and content generation. Step demonstrates StepFun's advancement in language model development. For developers seeking capable AI from StepFun, the series offers reliable performance.

๐Ÿ’ฐ
Price Ranking
#655 lowest price among 950 Chat models

Model Specifications

Context Length
256k
Max Output
256k
Release Date
2026-01-29
Capabilities
chat reasoning tool_use
Input Modalities
text
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Image understanding (needs vision capability)
  • Simple Q&A (cheaper models available)

๐Ÿ’ฐ Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.14
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$4.20
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$5.85
/month
500 analyses/day, ~2k tokens each

Other Model Lineup

Compare all models from Other to find the best fit

Model Input Output Context Capabilities
Step 3.5 Flash (free) Current Free Free 256k chat reasoning tool_use
Riverflow V2 Max Preview Free Free 8k chat vision image_gen
Riverflow V2 Standard Preview Free Free 8k chat vision image_gen
Riverflow V2 Fast Preview Free Free 8k chat vision image_gen
AFM 4.5B Free Free 66k chat
AFM 4.5B Free Free 66k chat

Similar Models from Other Providers

Cross-brand alternatives with similar capabilities

Allen AI Molmo2 8B (free)
Input: $0.20
Output: $0.20
Context: 37k
Mistral Mistral Small Creative
Input: $0.10
Output: $0.30
Context: 33k
Mistral Voxtral Small 24B 2507
Input: $0.10
Output: $0.30
Context: 32k
Mistral Mistral 7B Instruct v0.3
Input: $0.20
Output: $0.20
Context: 33k

๐Ÿš€ Quick Start

Get started with Step 3.5 Flash (free) API

OpenAI-compatible SDK
from openai import OpenAI

client = OpenAI(
    base_url="https://api.provider.com/v1",
    api_key="YOUR_API_KEY"
)

response = client.chat.completions.create(
    model="stepfun/step-3.5-flash",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)