Overview
Created by Alibaba, this model is purpose-built for code generation and debugging. It supports tool use, structured outputs, and reasoning, with a 131,072-token context window and a 32,768-token maximum output. It processes text-only inputs and outputs. On Kyma, it routes through an OpenAI-compatible endpoint with automatic failover. Prompt caching is supported, billing repeated prefixes at this model’s cached input rate, and the exact request cost is returned in the usage.cost field. It does not support vision or multimodal inputs. The medium speed tier means it is not optimized for ultra-low-latency streaming. Output is capped at 32,768 tokens, which may be restrictive for generating extremely large codebases in a single pass.Specs
Pricing
Use this when
- Automated Code Generation — Translates plain-text requirements into functional code snippets.
- Interactive Code Debugging — Identifies logical errors and suggests fixes from stack traces.
- Agentic Development Workflows — Coordinates tool calls and structured outputs for multi-step coding tasks.
- Conversational Coding Sessions — Maintains context across long debugging sessions within a 131k token window.
Not ideal for
Avoid this model when you need image analysis, multimodal inputs, or ultra-low latency responses for real-time applications.Pick something else when
- You need vision or multimodal inputs: use
gemma-4-31b. - You need faster inference speeds: use
deepseek-v4-flashorstep-3.7-flash. - You need lower-cost general chat: use
llama-3.3-70b.