Back to models
vertex-gemini

Google: Gemini 3.5 Flash-Lite

gemini-3.5-flash-lite
vertex-gemini0 contextFree

Google Gemini 3.5 Flash-Lite is an ultra-lightweight, ultra-low latency model optimized for high-volume summarization, translation, classification, and cost efficiency.

Total Context0
PricingFree

Providers for Google: Gemini 3.5 Flash-Lite

AnyInt routes requests to the best providers that are able to handle your prompt size and parameters, with fallbacks to maximize uptime.

vertex-gemini
Total Context0
PricingFree

Sample code and API for Google: Gemini 3.5 Flash-Lite

AnyInt generates a quickstart from this model's declared API operations, including complete polling flows for asynchronous media.

Create API key

Choose an operation and language that match this model.

Gemini Generate ContentGemini native

Call the standard operation supported by this model.

/gemini/v1beta/models/{model}:generateContent
curl 'https://api.anyint.ai/gemini/v1beta/models/gemini-3.5-flash-lite:generateContent' \
  -H "Content-Type: application/json" \
  -H "x-goog-api-key: <YOUR_API_KEY>" \
  -d '{
  "contents": [
    {
      "parts": [
        {
          "text": "Describe a calm futuristic city at sunrise."
        }
      ]
    }
  ]
}'