Overview
This model is Google’s entry-level tier for 1M-token context windows. It accepts text, images, audio, and video as input, but generates text-only output. The architecture prioritizes throughput and low latency, making it suitable for batch processing and high-volume workloads. On Kyma, the model runs through an OpenAI-compatible endpoint with automatic request failover. It supports tool calling and prompt caching, which bills repeated prefixes at this model’s cached input rate. Every response includes exact usage costs in the usage.cost field and identifies the routed model via the X-Kyma-Model header. The model caps output at 8,192 tokens and does not support native structured outputs or explicit reasoning traces. Thinking tokens are included in the output pricing, so monitor token counts if your prompts trigger internal processing.Specs
Pricing
Use this when
- High Volume Document Analysis — Process long reports or transcripts to extract key data points without hitting context limits.
- Automated Content Categorization — Route large batches of user messages or logs into predefined labels using tool integration.
- Audio And Video Summarization — Condense multimedia recordings and image sets into concise text summaries.
- Fast Interactive Chat Routing — Handle lightweight conversational turns where response speed matters more than complex reasoning.
Not ideal for
Do not use this model for tasks requiring explicit reasoning chains, strict JSON schema enforcement, or outputs longer than 8,192 tokens.Pick something else when
- You need explicit reasoning or step-by-step logic: use
deepseek-r1. - You require strict JSON schema enforcement: use
gpt-5.6-terraorqwen3.7-flash. - You need outputs exceeding 8,192 tokens: use
gemini-3.6-flashorqwen-3.7-max.