Overview
Qwen 3 32B is a text-only language model built by Alibaba. It is designed around technical workloads, handling programming, mathematics, and translation across multiple languages. The model natively supports tool use, structured outputs, and explicit reasoning steps. On Kyma, it runs with a 32,768-token context window and an 8,192-token maximum output. It operates in the fast and cheap tiers. Prompt caching is fully supported, billing repeated prompt prefixes at this model’s cached input rate. The model is strictly text-in, text-out and does not support vision or multimodal inputs. While it handles reasoning and tool calls reliably, its output limit means it is not suited for generating extremely long documents or extended codebases in a single pass. Kyma routes requests through an OpenAI-compatible endpoint with automatic failover and exact cost reporting.Specs
Pricing
Use this when
- Automated Code Generation — Generates and refines code snippets across multiple programming languages with tool-use support.
- Mathematical Problem Solving — Breaks down complex math problems using explicit reasoning steps to reach accurate solutions.
- Multilingual Text Translation — Translates technical and conversational text across supported languages while preserving context.
- Interactive Chat Assistants — Powers responsive conversational agents that leverage structured outputs and automatic failover.
Not ideal for
Tasks requiring image or video understanding, or workloads that need outputs exceeding 8,192 tokens in a single response.Pick something else when
- You need vision or multimodal input: use
gemini-3.5-flash-liteorgemini-3.6-flash. - You need longer output sequences: use
qwen-3.7-maxordeepseek-v3.