Back to Models

StepFun: Step 3.7 Flash

stepfun/step-3.7-flash

Description

Step 3.7 Flash is StepFun's latest high-efficiency multimodal Mixture-of-Experts model. It pairs a 196B-parameter language backbone with a vision encoder for native image and video understanding, activating roughly 11B parameters...

API Usage Examples

OpenAI Compatible Endpoint

Use this endpoint with any OpenAI-compatible library. Model: StepFun: Step 3.7 Flash (stepfun/step-3.7-flash)

curl https://api.ridvay.com/v1/chat/completions   -H "Content-Type: application/json"   -H "Authorization: Bearer YOUR_API_KEY"   -d '{
    "model": "stepfun/step-3.7-flash",
    "messages": [
      {
        "role": "user",
        "content": "Explain the capabilities of the StepFun: Step 3.7 Flash model"
      }
    ],
    "temperature": 0.7,
    "max_tokens": 1024
  }'

Supported Modalities

  • Text
  • Images
  • Video

API Pricing

  • Input: 0.2$ / 1M tokens
  • Output: 1.15$ / 1M tokens

Token Limits

  • Max Output: 256,000 tokens
  • Max Context: 256,000 tokens

Subscription Tiers

  • free
  • pro
  • ultimate