Ship a Full-Stack App with One Prompt

Copy this prompt into your AI coding agent, or open it in one below.

Give this to your AI Create a to-do list app using Puter.js

Coding manually? see the guide

StepFun

StepFun: Step 3.5 Flash

stepfun/step-3.5-flash

Try Step 3.5 Flash for free in your browser, and add it to your app for free with Puter.js AI API.

Try it free Add to your app
// npm install @heyputer/puter.js
import { puter } from '@heyputer/puter.js';

puter.ai.chat("Explain quantum computing in simple terms", {
    model: "stepfun/step-3.5-flash"
}).then(response => {
    document.body.innerHTML = response.message.content;
});
<html>
<body>
    <script src="https://js.puter.com/v2/"></script>
    <script>
        puter.ai.chat("Explain quantum computing in simple terms", {
            model: "stepfun/step-3.5-flash"
        }).then(response => {
            document.body.innerHTML = response.message.content;
        });
    </script>
</body>
</html>

Model Card

Step 3.5 Flash is an open-source reasoning model from StepFun, built on a sparse Mixture-of-Experts (MoE) architecture with 196B total parameters but only 11B active per token. It supports a 256K-token context window and native tool calling.

The model is purpose-built for agentic and coding workflows, with generation throughput of 100–300 tokens/sec in typical usage. It scores 74.4% on SWE-bench Verified, 97.3 on AIME 2025, 86.4% on LiveCodeBench-V6, and 88.2 on τ²-Bench.

Step 3.5 Flash is a strong choice for developers building AI agents, code assistants, or multi-step reasoning pipelines who need frontier-level intelligence at low per-token cost.

Context Window 256K

tokens

Max Output 256K

tokens

Input Cost $0.1

per million tokens

Output Cost $0.3

per million tokens

Release Date Jan 29, 2026

 

Try Step 3.5 Flash for free

Try Step 3.5 Flash instantly in your browser.
This playground uses the Puter.js AI API — no API keys or setup required.

Chat stepfun/step-3.5-flash
StepFun
Chat with Step 3.5 Flash
Powered by Puter.js

Frequently Asked Questions

How do I use Step 3.5 Flash?

You can access Step 3.5 Flash by StepFun through Puter.js AI API. Include the library in your web app or Node.js project and start making calls with just a few lines of JavaScript — no backend and no configuration required. You can also use it with Python or cURL via Puter's OpenAI-compatible API.

Can I try Step 3.5 Flash for free?

Step 3.5 Flash is free to try with a Puter account. Every account includes a free AI allowance, and you can chat with it in the playground on this page. You can upgrade your account anytime for a larger allowance.

Is the Step 3.5 Flash API free for developers?

Step 3.5 Flash is free to integrate using the Puter.js AI API. With the User-Pays Model, you can add AI to your app for $0, since users cover their own AI usage through their Puter account.

What is the pricing for Step 3.5 Flash?
Step 3.5 Flash costs $0.1 per 1M input tokens and $0.3 per 1M output tokens.
Price per 1M tokens
Input$0.1
Output$0.3
Who created Step 3.5 Flash?

Step 3.5 Flash was created by StepFun and released on Jan 29, 2026.

What is the context window of Step 3.5 Flash?

Step 3.5 Flash supports a context window of 256K tokens. For reference, that is roughly equivalent to 512 pages of text.

What is the max output length of Step 3.5 Flash?

Step 3.5 Flash can generate up to 256K tokens in a single response.

How does Step 3.5 Flash perform on benchmarks?

Step 3.5 Flash scores 17.0 on the Artificial Analysis Intelligence Index, outperforming 63% of tracked models.

Does it work with React / Vue / Vanilla JS / Node / etc.?

Yes — the Step 3.5 Flash API works with any JavaScript framework, Node.js, or plain HTML through Puter.js. Just include the library and start building. See the documentation for more details.

Add Step 3.5 Flash to your app for free

Developers can integrate Step 3.5 Flash for free using the Puter.js AI API.
With the User-Pays Model, each user covers their own AI usage instead of the developer.

Get started How pricing works