Gemini 4-18-25 Flashcards
What is Gemini?
Google’s family of highly capable and general-purpose AI models. A key characteristic is its native multimodality.
[cite: 14, 15]
What is Native Multimodality?
Gemini models are designed from the ground up to understand, process, and combine different types of information seamlessly (text, code, images, audio, video).
[cite: 15, 16, 17]
What is Transformer Architecture?
The neural network architecture that underpins Gemini, enabling it to process input data in a highly parallel and context-aware manner.
[cite: 19, 20, 21]
What are Encoders in the context of Gemini?
Components of the Transformer that convert input data (text, images, etc.) into numerical representations called embeddings.
[cite: 21, 22]
What is the Self-Attention Mechanism?
The core innovation of the Transformer that allows the model to weigh the importance of different parts of the input sequence relative to each other.
[cite: 23, 24, 25, 26, 27]
What are Decoders in the context of Gemini?
Components of the Transformer that generate output (text, code, etc.) using the numerical representations from the encoders and the contextual understanding gained through self-attention.
[cite: 28, 29, 30, 31]
What is Vertex AI?
Google Cloud’s platform that allows enterprises to access and utilize Gemini models, providing the infrastructure, tools, and governance features for building and deploying generative AI applications.
[cite: 35, 36, 37]
What is the Model Garden?
The central hub within the Vertex AI platform where users can discover, test, and deploy Gemini models alongside other first-party, third-party, and open-source models.
[cite: 37, 38]
What is Gemini 1.0 Pro?
An initial flagship Gemini model focused on text and code generation, natural language tasks, and multi-turn chat.
[cite: 38, 39, 40, 41]
What is Gemini 1.0 Pro Vision?
A Gemini model that adds the ability to understand image and video inputs alongside text.
[cite: 38, 39, 40, 41]
What is Gemini 1.5 Pro?
A Gemini model that introduced a breakthrough 1 million token context window (expandable to 2 million tokens on Vertex AI), allowing it to process and reason over enormous amounts of information.
[cite: 42, 43, 44]
What is Gemini 1.5 Flash?
A lighter, faster, and more cost-effective counterpart to 1.5 Pro, retaining the large context window and multimodal input capabilities but optimized for speed and efficiency.
[cite: 44, 45, 46]
What is Gemini 2.0 Flash?
A Gemini model that incorporates next-generation features, enhanced speed, native tool use capabilities, and multimodal generation (outputting text, images, and audio).
[cite: 46, 47, 48, 49]
What is Gemini 2.0 Flash-Lite?
A variant of Gemini 2.0 Flash specifically optimized for cost-efficiency and low latency, suitable for high-throughput scenarios.
[cite: 49, 50, 51]
What is Gemini 2.5 Pro?
A Gemini model that introduces a significant architectural evolution towards models that can perform explicit reasoning steps before generating a final response, designed for tasks demanding maximum quality and deep reasoning.
[cite: 50, 51, 52, 53, 54]
What is Gemini 2.5 Flash?
A Gemini model that brings the ‘thinking’ capability to a model optimized for a balance between performance, cost, and latency, ideal for high-volume applications that benefit from reasoning but also require efficiency.
[cite: 54, 55, 56, 57, 58]
What is Function Calling?
A feature that allows Gemini models to interact with external tools, databases, and APIs to fulfill requests.
[cite: 75, 76, 77, 78]
What is Grounding?
A feature that enhances factual accuracy and reduces hallucinations by connecting the Gemini model to authoritative external data sources during response generation.
[cite: 78, 79, 80, 81]
What is Imagen?
Google’s family of models, accessible within Vertex AI, that specialize in generating high-quality images from text prompts.
[cite: 82, 83, 84]
What is the Generative AI Evaluation Service?
A Vertex AI service that allows organizations to systematically assess the performance of their Gemini models and other generative AI applications.
[cite: 85, 86, 87, 88]
What is the Vertex AI Agent Builder?
A tool to build AI agents and chatbots, powered by Gemini.
[cite: 103, 104]
What are Vertex AI Pipelines?
Automates and orchestrates workflows involving Gemini, such as data preprocessing, model tuning, evaluation, and deployment.
[cite: 203, 204]
What is Vertex AI Search / Vector Search?
Enables grounding Gemini responses in private enterprise data or builds semantic search applications using embeddings generated by Gemini.
[cite: 203, 204]
What is Gemini in BigQuery?
Gemini capabilities embedded within BigQuery to assist with SQL generation, data exploration, and analysis.
[cite: 207, 208]