Back to models
vertex-gemini

Google: Gemini 3.6 Flash

gemini-3.6-flash
vertex-gemini0 contextFree

Google Gemini 3.6 Flash delivers balanced speed and high-fidelity reasoning across text, code, audio, video, and image inputs with built-in thinking capabilities.

Total Context0
PricingFree

Providers for Google: Gemini 3.6 Flash

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.6 Flash

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.6-flash: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."
        }
      ]
    }
  ]
}'