Skip to main content
Gemini 2.5 Flash is Google’s fast, efficient model with integrated Google Search functionality, available through Starrise AI via the native Gemini API. Responses can be enhanced with real-time search results.

Key Capabilities

  • Google Search enhancement — Augment responses with real-time web search
  • Document processing — Process and analyze documents
  • Multimodal input — Accepts text and file input
  • Fast inference — Optimized for speed and efficiency

Quick Example

curl "https://ai.alad.com/v1beta/models/gemini-2.5-flash:generateContent?key=YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "contents": [
      {
        "role": "user",
        "parts": [{ "text": "What is the latest AI news today?" }]
      }
    ],
    "tools": [{ "googleSearch": {} }]
  }'

Parameters

ParameterTypeRequiredDescription
keystringYesAPI key (query parameter)
contentsarrayYesArray of { role, parts } objects
toolsarrayNoInclude { "googleSearch": {} } to enable search

API Reference

View the interactive API Playground for Gemini 2.5 Flash.