Skip to main content

Service tiers

Terminal provides two inference windows.

Standard window

Standard is the default window. Use it when latency matters or when the model is serving an interactive workflow.

Flex window

Flex is for workloads that can wait. It uses the same Chat Completions endpoint and returns when the request completes. Configure your HTTP client with a long timeout. Gemma 4 31B supports the Flex window with service_tier: "flex".
Use Flex for background jobs, long-running analysis, and other work where a 5-20 minute response time is acceptable.

Custom SLAs

Terminal will support request-level SLA hints in headers so you can define latency and cost preferences without changing the request body. These headers are not live yet.