Step3

Other chatvisionreasoning

API ID: stepfun-ai/step3

Input Price
$0.57
/1M tokens
Output Price
$1.42
/1M tokens

About Step3

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
#794 lowest price among 950 Chat models

Model Specifications

Context Length
66k
Max Output
—
Release Date
2025-08-28
Capabilities
chat vision reasoning
Input Modalities
imagetext
Output Modalities
text

Best For

  • Complex reasoning, math problems, multi-step logic
  • Image analysis, document understanding, visual Q&A
  • Conversations, content writing, general assistance

Consider Alternatives For

  • Simple Q&A (cheaper models available)

💰 Real-World Cost Examples

Estimated monthly costs for common use cases

Personal AI Assistant
$0.68
/month
50 conversations/day, ~500 tokens each
Customer Service Bot
$21.33
/month
1000 tickets/day, ~800 tokens each
Data Analysis Pipeline
$29.87
/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
Step3 Current Free Free 66k chat vision reasoning
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

OpenAI GPT-4.1 Mini
Input: $0.40
Output: $1.60
Context: 1.0M
OpenAI GPT-3.5 Turbo
Input: $0.50
Output: $1.50
Context: 16k
Mistral Mistral Large 3 2512
Input: $0.50
Output: $1.50
Context: 262k
Alibaba Qwen Qwen3 VL 32B Instruct
Input: $0.50
Output: $1.50
Context: 131k

🚀 Quick Start

Get started with Step3 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-ai/step3",
    messages=[
        {"role": "user", "content": "Hello!"}
    ]
)
print(response.choices[0].message.content)