Overview
This is Google’s latest Flash-tier model, optimized for handling text, image, audio, and video inputs while producing text outputs. It supports tool calling and reasoning, making it suitable for workflows that require parsing long documents or analyzing media streams. On Kyma, requests route through an OpenAI-compatible endpoint with automatic failover to maintain uptime. Prompt caching is enabled, billing repeated prefixes at 10% of the standard input rate. Responses include exact request costs in usage.cost and report the active model via the X-Kyma-Model header. The model caps output at 8,192 tokens and does not support structured output formats. It operates in the premium cost tier, though output tokens are priced lower than the previous 3.5 Flash iteration.Specs
Pricing
Use this when
- Document Analysis Pipeline — Ingests long reports or manuals up to 1M tokens and extracts key insights or summaries.
- Multimedia Content Review — Processes video frames and audio tracks alongside text prompts to generate descriptive reports.
- High-Volume Chat Routing — Handles concurrent conversational requests with tool calling and reasoning at fast throughput speeds.
- Automated Content Drafting — Generates text drafts from mixed media inputs while keeping output costs lower than prior tiers.
Not ideal for
Do not use this model if your application requires strict JSON or structured output formatting, as that capability is not supported.Pick something else when
- You need guaranteed structured JSON outputs: use
qwen-3.7-plusorgpt-5.6-terra. - You need lower-cost text-only generation: use
gemini-3.5-flash-liteordeepseek-v4-flash. - You need faster reasoning for code tasks: use
qwen-3-coderorkimi-k3.