Known

public enum Known extends Enum<Model.Known>

An enum containing Model's known values.

Entries

Link copied to clipboard

An agentic capability model designed for direct interface interaction, allowing Gemini to perceive and navigate digital environments.

Link copied to clipboard

Our first hybrid reasoning model which supports a 1M token context window and has thinking budgets.

Link copied to clipboard

Our native image generation model, optimized for speed, flexibility, and contextual understanding. Text input and output is priced the same as 2.5 Flash.

Link copied to clipboard

Our smallest and most cost effective model, built for at scale usage.

Link copied to clipboard

The latest model based on Gemini 2.5 Flash lite optimized for cost-efficiency, high throughput and high quality.

Our native audio models optimized for higher quality audio outputs with better pacing, voice naturalness, verbosity, and mood.

Link copied to clipboard

The latest model based on the 2.5 Flash model. 2.5 Flash Preview is best for large scale processing, low-latency, high volume tasks that require thinking, and agentic use cases.

Link copied to clipboard

Our 2.5 Flash text-to-speech model optimized for powerful, low-latency controllable speech generation.

Link copied to clipboard

Our state-of-the-art multipurpose model, which excels at coding and complex reasoning tasks.

Link copied to clipboard

Our 2.5 Pro text-to-speech audio model optimized for powerful, low-latency speech generation for more natural outputs and easier to steer prompts.

Link copied to clipboard

Our most intelligent model built for speed, combining frontier intelligence with superior search and grounding.

Link copied to clipboard

State-of-the-art image generation and editing model.

Link copied to clipboard

Our most intelligent model with SOTA reasoning and multimodal understanding, and powerful agentic and vibe coding capabilities.

Link copied to clipboard

Our latest SOTA reasoning model with unprecedented depth and nuance, and powerful multimodal understanding and coding capabilities.

Link copied to clipboard

Pro-level visual intelligence with Flash-speed efficiency and reality-grounded generation capabilities.

Link copied to clipboard

Our most cost-efficient model, optimized for high-volume agentic tasks, translation, and simple data processing.

Link copied to clipboard

Our most cost-efficient model, optimized for high-volume agentic tasks, translation, and simple data processing.

Link copied to clipboard

Gemini 3.1 Flash TTS: Powerful, low-latency speech generation. Enjoy natural outputs, steerable prompts, and new expressive audio tags for precise narration control.

Link copied to clipboard

Our low-latency, music generation model optimized for high-fidelity audio clips and precise rhythmic control.

Link copied to clipboard

Our advanced, full-song generative model with deep compositional understanding, optimized for precise structural control and complex transitions across diverse musical styles.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final String name
Link copied to clipboard
private final Integer ordinal

Functions

Link copied to clipboard

An enum containing Model's known values.

Link copied to clipboard
public final String getName()
Link copied to clipboard
public final Integer getOrdinal()
Link copied to clipboard
public final Model.Known valueOf(String value)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public final Array<Model.Known> values()

Returns an array containing the constants of this enum type, in the order they're declared.