Skip to main content

Overview

Created by stepfun, it supports a 256,000-token context window and accepts text, image, and video inputs while returning text. It includes native support for tool calling, reasoning, and structured outputs. On Kyma, requests are routed through an OpenAI-compatible endpoint with automatic failover if a serving path degrades. Prompt prefixes are cached at this model’s cached input rate. The model caps output at 8,192 tokens, making it suitable for conversational and extraction workflows rather than long-form generation.

Specs

Pricing

Use this when

  • Bulk Chat Processing — Route high-volume conversational workloads with low latency and minimal overhead.
  • Multimodal Input Analysis — Extract information from text, images, and video streams in a single request.
  • Tool-Driven Workflows — Execute function calls and structured data extraction for automated pipelines.
  • Long-Context Summarization — Process documents up to 256K tokens while maintaining fast response times.

Not ideal for

It is not suited for tasks requiring outputs longer than 8,192 tokens or heavy creative writing where maximum reasoning depth is prioritized over speed and cost.

Pick something else when

Example

Agent query example

Ask the API which models fit, instead of hardcoding an id:

FAQ

Does this model support image and video inputs? Yes, it accepts text, image, and video inputs and returns text outputs. How does prompt caching work with this model on Kyma? Repeated prompt prefixes are billed at this model’s cached input rate, and Kyma automatically reroutes requests if a serving path degrades. What is the maximum output length? The model caps generation at 8,192 tokens per request.