Back to models
vertex-gemini

Gemini 3.5 Flash

gemini-3.5-flash
vertex-gemini0 context$1.50 / 1M tokens (input)$9.00 / 1M tokens (output)

Gemini 3.5 Flash supports Text, Image, Video, Audio, File input and Text output through OpenAI, Gemini.

Total Context0
Input Price$1.50
Output Price$9.00

Providers for Gemini 3.5 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
Input Price$1.50
Output Price$9.00

Sample code and API for Gemini 3.5 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.5-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."
        }
      ]
    }
  ]
}'