Step 3.5 Flash (free)

Stepfun 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
#697 lowest price among 1240 Chat models

Model Specifications

Context Length
262k
Max Output
66k
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

Stepfun Model Lineup

Compare all models from Stepfun to find the best fit

Model Input Output Context Capabilities
Step 3.5 Flash (free) Current $0.10 $0.30 262k chat reasoning tool_use
Step 3.7 Flash $0.20 $1.15 262k chat reasoning tool_use

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 Mistral 7B Instruct v0.3
Input: $0.20
Output: $0.20
Context: 33k
Meta LlamaGuard 2 8B
Input: $0.20
Output: $0.20
Context: 8k

๐Ÿš€ 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)