Overview
GPT-OSS 120B is OpenAI’s open-source model at 120B parameters, built for general intelligence and writing. On Kyma it sits in the strong quality tier with cheap-tier pricing — the combination teams pick when they need broadly capable output across many requests and the bill matters. It has earned that role in production, mostly under coding agents and direct SDK integrations. Every call gets Kyma’s automatic failover, and prompt caching is fully supported — repeated prompt prefixes bill at this model’s cached input rate. The 128K-token context window handles long documents and conversation history, while function calling and structured outputs make it usable inside agent pipelines, not just chat. It’s text-in, text-out, with generations capped at 8K output tokens.Specs
Pricing
Use this when
- Writing and drafting — Its core strength — articles, summaries, rewrites, and editorial work at a price that holds up across high volume.
- General assistants — A broadly capable default for chatbots and Q&A where you want strong-tier answers without flagship spend.
- Agent pipelines — Function calling plus structured outputs keep it reliable inside multi-step agents — OpenClaw is already its top app by tokens on Kyma.
- High-volume batch work — Cheap-tier pricing with prompt caching makes it economical for classification, extraction, and bulk text processing.
- Long-context tasks — The 128K window fits substantial documents and long-running conversations in a single request.
Not ideal for
Image inputs (it’s text-only), extended step-by-step reasoning modes (it has none), or single very long generations — output is capped at 8K tokens. Its medium speed also rules it out for latency-critical UX.Pick something else when
- You want stronger coding and reasoning quality: use
qwen-3.6-plusordeepseek-v3. - You need deep reasoning: use
deepseek-r1. - You need vision or multimodal input: use
gemma-4-31borkimi-k2.6.