Plural
Sign in
← Back

google

Google: Gemini 3.7 Flash

google/gemini-3.7-flash

Routed through the Plural gateway at the upstream list price. Last Labs does not add a markup.

Input / 1M

$1.50 / 1M

Output / 1M

$7.50 / 1M

Context

1.0M

Status

Available

Providers

Default is the first live US host. Pin a lab host with provider.only.

HostRegionInput / 1MOutput / 1MRoute
googleus$1.50 / 1M$7.50 / 1MDefault
vertexglobal$1.50 / 1M$7.50 / 1MUnconfigured

Modalities

text+image->text

Input
text · image
Output
text

Parameters

  • temperature
  • top_p
  • max_tokens
  • tools
  • stop

Use this model

from plural import Plural, Message

client = Plural(
    api_key="plural_...",  # PLURAL_API_KEY
    base_url="https://api.pluralintel.com/v1",
)
response = client.chat(
    model="google/gemini-3.7-flash",
    messages=[Message(role="user", content="Hello from Plural")],
)
print(response.text)