AI Models/stepfun/StepFun: Step 3.5 Flash
stepfunChat

StepFun: Step 3.5 Flash

stepfun/step-3.5-flash
262KContext Window
66KMax Output
Supported Protocols:reasoninginclude_reasoningtemperaturetop_ptop_kfrequency_penaltytoolstool_choice
Online

Step 3.5 Flash is StepFun's most capable open-source foundation model. Built on a sparse Mixture of Experts (MoE) architecture, it selectively activates only 11B of its 196B parameters per token. It is a reasoning model that is incredibly speed efficient even at long contexts.

Capabilities

🧠 Reasoning🔧 Function CallingText GenerationCode GenerationAnalysis & Reasoningmodels.reasoning

Technical Specs

Input Modality
Text
Output Modality
Text
Arch

Pricing

Pay per use, no monthly fees
Input Token< ¥0.001/1K Token
Output Token< ¥0.001/1K Token

Quick Start

from openai import OpenAI

client = OpenAI(
    base_url="https://api.uniontoken.ai/v1",
    api_key="YOUR_UNIONTOKEN_API_KEY",
)

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

print(response.choices[0].message.content)

FAQ

StepFun: Step 3.5 Flash
stepfun/step-3.5-flash
In< ¥0.001/1K
Out< ¥0.001/1K
Context Window262K
Max Output66K
Start Using →View Integration Docs

Ready to get started?

Get 1M free tokens on registration, no monthly fees or minimum spend

Register Now →