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
- You need deeper reasoning or longer outputs: use
qwen-3.7-maxorgpt-5.6-terra. - You need specialized code generation: use
qwen-3-coderorkimi-k3. - You need higher-tier multimodal reasoning: use
gemini-3.5-flash-liteorgemini-3.6-flash.