New Sign up free, 10 calls on us. Up to $1, no card needed.

gemini-3.1-flash-image

image

gemini-3.1-flash-image is an image-generation model by Google. On Synthorai it runs behind the OpenAI-compatible /v1/images/generations endpoint at a flat per-image price, with no subscription and no vendor account.

Input
$0.5/M
Output
$60/M

Price in context

Where the price sits among 8 comparable models

Input$0.5/M
$0.25 · gemini-3.1-flash-lite-image GPT Image 1 · $5
Output$60/M
$8 · GPT Image 1 Mini Gemini 3 Pro Image (Preview) · $120

The bar shows how this model’s price compares with every other model of the same kind on Synthorai. The cheapest and the most expensive are named at each end. These are base rates; batch, region and cache-write discounts are on the pricing page.

Use gemini-3.1-flash-image in 30 seconds

OpenAI-compatible: swap the base_url, keep your SDK. POST /v1/images/generations

from openai import OpenAI

client = OpenAI(
    base_url="https://synthorai.io/v1",
    api_key="sk-syn-...",
)

resp = client.images.generate(
    model="gemini-3.1-flash-image",
    prompt="a watercolor lighthouse at dawn",
    size="1024x1024",
)
print(resp.data[0].b64_json[:80])

FAQ

Is the gemini-3.1-flash-image API free to try?

Yes: new accounts get 10 trial calls and up to $1 in free credit, no card required. That's enough to try gemini-3.1-flash-image against your real workload before adding a payment method.

How much does gemini-3.1-flash-image cost?

gemini-3.1-flash-image costs $0.5 per million input tokens and $60 per million output tokens on Synthorai. That is the provider's list price, with no platform markup.

How do I generate images with the gemini-3.1-flash-image API?

POST to /v1/images/generations on Synthorai with model="gemini-3.1-flash-image". It follows the OpenAI images API shape, so no vendor SDK is needed.

How do I get access to gemini-3.1-flash-image?

Point your existing OpenAI SDK at base_url="https://synthorai.io/v1", set model="gemini-3.1-flash-image", and you're done. One API key covers every model on the gateway.

Related models

Compare

Every value on this page is transcribed from the vendor's own documentation, linked above, and carries the date it was checked. Prices are compared across the catalogue; specification values that vendors define differently are shown with the difference stated rather than charted. Nothing here is measured by us, and nothing is scored.

Get your API key Compare your cost →