Overview
DeepSeek R1 is a frontier reasoning model from DeepSeek that processes text inputs and returns text outputs. It is designed for tasks that require deep logical deduction, mathematical problem solving, and tool use, with native support for structured outputs. On Kyma, the model runs behind automatic failover routing and returns exact request costs in the usage.cost field. It operates with a 64,000-token context window and a maximum output length of 32,768 tokens. The reasoning alias resolves directly to this model. This model does not support vision, prompt caching, or multimodal inputs. Because it runs on a slow speed tier, it is not suitable for latency-sensitive applications. Input and output tokens are billed per-token at the platform’s listed rates.Specs
Pricing
Use this when
- Math & Logic Problems — Solve complex mathematical and logical reasoning tasks with explicit step-by-step traces.
- Document Analysis — Extract structured insights and perform deep textual analysis across long documents.
- Tool-Enabled Workflows — Drive multi-step agent tasks that require explicit reasoning and function calling.
Not ideal for
Avoid this model for real-time conversational interfaces, vision-based tasks, or applications that require prompt caching and low-latency responses.Pick something else when
- You need sub-second latency for chat: use
qwen-3.7-plusorgemini-3-flash. - You require vision or multimodal inputs: use
qwen-3.7-maxorgemini-3.5-flash. - You need prompt caching for repeated prefixes: use
qwen-3.6-plusorllama-3.3-70b.